~hummer12007


#57 Incorrect rendering for non-ASCII placenames 2 years ago

Ticket created by ~hummer12007 on ~mil/mepo-tickets

Example:https://l.sr.ht/BwdM.png Steps to reproduce:

  1. Move to Kyiv
  2. Menu -> POI Search: via Overpass -> [amenity=restaurant] (same for Nominatim)

#333 arr[..] causes segfault in gen_expr_slice when arr is defined as a custom type 4 years ago

Ticket created by ~hummer12007 on ~sircmpwn/hare

use fmt;

export type foo = [4]u8;

export fn main() void = {
	let a: foo = [0...];
	let b: [4]u8 = [0...];
	let aa: []u8 = a[..];
	fmt::println(len(a), len(b), len(aa), len(b[..]));
};

#331 Wrong len(...) for arrays defined as custom types 4 years ago

Ticket created by ~hummer12007 on ~sircmpwn/hare

use fmt;
export type foo = [4]u8;
export fn main() void = {
	let a: foo = [0...];
	let b: [4]u8 = [0...];
	fmt::println(len(a), len(b));
};

Outputs 94900486426480 (or some other value, probably a pointer to somewhere) 4.

#37 /gitlab/no-instance handler in the gitlab tasks reference a non-existent template 5 years ago

Ticket created by ~hummer12007 on ~sircmpwn/dispatch.sr.ht

#36 Cleanup webhooks on task deletion 5 years ago

Ticket created by ~hummer12007 on ~sircmpwn/dispatch.sr.ht

We should try deleting webhooks on the upstream when deleting the corresponding task.

#259 Cancelling queued builds 5 years ago

Ticket created by ~hummer12007 on ~sircmpwn/builds.sr.ht

#126 500 when deleting an OAuth cllient 5 years ago

Ticket created by ~hummer12007 on ~sircmpwn/meta.sr.ht

Deleting some OAuth clients triggers 500 errors

#17 Add a view to list a user's pastes 6 years ago

Ticket created by ~hummer12007 on ~sircmpwn/paste.sr.ht

#183 "None" in autocreated repository info settings description field 6 years ago

Ticket created by ~hummer12007 on ~sircmpwn/git.sr.ht

Steps to reproduce:

  1. Autocreate a repository by pushing some commits.
  2. Go to the settings page of the repository (info tab).
  3. Modify the visibility only and save.
  4. Description is set to "None".

Likely fix: https://sr.ht/bSvg.patch

#87 Force LF line endings for secrets 6 years ago

Comment by ~hummer12007 on ~sircmpwn/builds.sr.ht

REPORTED RESOLVED FIXED