Charl P. Botha

Results 61 comments of Charl P. Botha

> I have a little function advise that can be used to limit number of async processes. > Share here if anyone need. > https://gist.github.com/kiennq/cfe57671bab3300d3ed849a7cbf2927c I was running into exactly...

I've just confirmed that this issue still occurs with an Emacs I built from the main branch just now (up to commit 72b5b4194106d38432cd9892bc01e95d71bf75db "Don't overwrite variables set by callback in...

When the jester app is compiled with `--threads:on`, `httpbeast`'s `run()` will spawn `countProcessor()` threads, see https://github.com/dom96/httpbeast/blob/master/src/httpbeast.nim#L415 It would be useful to be able to perform some sort of per-thread init...

@nerveharp Thank you very much for that example! I'm having a super hard time getting react-vega 7.4.x to render fetched (via RTKQ) data via the data prop, instead of merging...

Here's a pull request that simply does NOT set db_index, leaving it to the user to decide: https://github.com/djangonauts/djorm-ext-pgfulltext/pull/46

I just ran into this exact problem in a codebase I'm converting to mypy. I worked around the issue (for now) by adding a superfluous `assert isinstance(x, MyClass)` just above...

That means that 137 notes have their deleted flag set. Please double-check using the simplenote.com web UI.

Could you start nvpy from the command line, make it crash, and then paste the traceback here?

Go through the code lines mentioned in the traceback, especially `self._read_untl('start_binary'` Repeat the critical steps yourself by hand from the mac terminal and see if you can get it working...

I am seeing this bug on my end as well, with hunspell 1.7.0 installed with winget and also with chocolatey. ``` PS C:\Users\cpbot\.emacs.d> $env:DICPATH C:\Users\cpbot\OneDrive\Documents\hunspell\ PS C:\Users\cpbot\.emacs.d> dir $env:DICPATH\*.dic Directory:...