stiletto

Results 6 issues of stiletto

This may become useful when 0.10.0 releases (0.9.0 supports anyopaque but deprecates c_void, 0.10.0 drops c_void)

`bunch generate` checks only `go list --json .` but some projects may contain multiple "main" packages in subdirectories. It should probably be changed to `go list --json ./...`

enhancement

Example: > alias -s unsub usub %1 > OK. Alias unsub updated. > unsub > No such command: unsub > unsub 1 > ERROR. Usage: unsubscribe > unsub -m 123456...

bug

Если очень быстро вызвать сабмит формы комментария, сообщения дублируются

bug

Преобразовывать /ABC в вебморде в ссылки на коммент в текущем треде. http://bnw.im/p/2NDW7P#KP6

enhancement

**What went wrong?** After 0.8 earthly began using `git for-each-ref --contains HEAD --format '%(refname:lstrip=-1)'` to implement `EARTHLY_GIT_REFS` (#3341). On large repositories this command becomes extremely slow. (I have a monorepo...

type:bug