Alexey Palazhchenko

Results 384 issues of Alexey Palazhchenko

I was reading through https://github.com/dvyukov/go-fuzz/issues/218 where @josharian mentioned: > That import path will obviously have to change if go-fuzz moves into the standard toolchain. Or if we migrate to github.com/go-fuzz/go-fuzz,...

As originally reported by @Quasilyte: > 31 bugs in gc compiler Seems like https://code.google.com/p/go/issues/list?can=1&q=label%3AGoSmith+-label%3ADocumentation+-status%3AInvalid&sort=-id&colspec=ID+Status+Stars+Release+Owner+Repo+Summary&cells=tiles link is not quite right. It redirects to https://github.com/golang/go. Same for the link from: > 3...

Currently, `Parser.Parse` and `Parser.ParseBytes` are making a copy of the argument and then modify it. I have a case where I already pass a copy which can be modified directly....

enhancement

See https://github.com/FerretDB/FerretDB/pull/248 and https://github.com/FerretDB/FerretDB/runs/4758709579

Bump Go versions.

"golang" is used for tags, for SEO, etc. Please use "Go" for the actual name in text.

Everything works, just a bit of noise in Output tab. Maybe check that "arguments" is empty?

Looks like plugin is missing menu items to edit preferences. Example: https://github.com/apophys/SublimeManpage/blob/master/Main.sublime-menu

There is no configuration file option equivalent to `NOTI_DEFAULT` environment variable. This requires user like me to pass more command-line flags, especially on servers, where dbus is not installed, and...

enhancement

It would be helpful to allow `noti` to read notification message from command. For example, running `noti -m=- make` will send a notification with the last line of output (stdout...

enhancement