Karol Kuczmarski

Results 49 issues of Karol Kuczmarski

...rather than just hashbangs. E.g.: * `__magic__` symbols -> Python * `puts` -> Ruby * `fn main` -> Rust * etc.

idea

Besides containing the command line usage, the man page should describe all the various gists hosts that are supported and their URI formats. And the HTML urls, and so on....

documentation

Appveyor is similar to Travis and runs on Windows. Use this as template: https://github.com/BurntSushi/ripgrep/blob/master/appveyor.yml Note that it's most likely not worth it to try to get Invoke working on Windows,...

tests

When server returns empty (zero-length) response and there is no filter specified (`filter: false`), the autocomplete results are **not** completely empty length. Instead, the result array is of length one,...

I have a potential use case for lalrpop that involves a large grammar of about 4000 textual alternatives (where the structure of a single alternative is very simple). I initially...

While this marvelous library is obviously saving everyone a lot of time going back and forth between SO, clipboard, and their IDE, I feel its usage is still not as...

I have slightly altered the setup file and runner script in order to make the HttpShell embeddable into other applications, like this: ``` from httpshell import repl def run_httpshell(port=5000): server...

For `InNewWindow` struct fields, the corresponding `WindowAttributes` declare an `inner_attributes` value that can be set to the attributes of `T`. However, there is no example for doing this when deriving...

`set_completed_event`/`with_completed_event` are currently only available on the `Tween` type. It'd be nice to have them on any `Tweenable`, but especially on the compound ones: `Sequence` and `Tracks`. My current workaround...

enhancement

By "strict" I mean ones that panic on duplicate keys/items. The rationale has to do mostly with hashmaps that serve as "registries" of some sort. In [my project](https://github.com/Xion/gisht), for example,...