Noé Rubinstein
Noé Rubinstein
I've submitted PR#24 that adds Gup, a tool heavily inspired by DJB redo.
A colleague has experienced the same problem on his machine. Like for me, the problem disappeared when re-installing pytest_bdd. Would you accept a patch to `get_caller_module` that tries to fix...
I have the same issue on my internal codebase. Will try to debug.
So here's the issue on my side: my language files are simple key-value pairs in dot notation (hereafter "flat file"): ``` { "foo.bar": "Hello world", "foo.baz": "Goodbye", "foo.qux": "Thankyou" }...
One fix would be to update the `removeUnusedFromLanguageFiles` function to also work on flat files: ```typescript export function removeUnusedFromLanguageFiles (parsedLanguageFiles: SimpleFile[], unusedKeys: I18NItem[], dot: DotObject.Dot = Dot): void { parsedLanguageFiles.forEach(languageFile...
Hah! another probable workaround: set the "separator" option to a random string.
Hi! Had not seen this PR, and created another one that also improves on Elixir hilighting: https://github.com/mawww/kakoune/pull/3462 Luckily they don't seem to collide. @endersstocker will you be able to update...
Blocking on one connection can happen even with a handful of connections. In my case, typically I will have a frozen/crashed client slowing down the server. As I don't want...