Akuli

Results 359 comments of Akuli
trafficstars

I made a separate issue about the segfaulting.

What is the current process for releasing py-tree-sitter? Just run `twine upload -u __token__`? Knowing this would help me create something like #117 that fits the existing workflow as well...

Nevermind, I just realized that there is a bash script `script/publish` that uploads an sdist with twine and a bdist built for whatever system it's running on; this explains why...

Another option would be to make a workflow that adds wheels to an existing release. Would that be preferable? We could run something like that e.g. on v0.20.0 which is...

For a slight improvement in startup performance, you can specify `-S` to skip loading the `site` module (the `exit()` function won't work, because `site` adds it): ``` akuli@akuli-desktop:~$ time python3...

> `$ pip3 install cryptodomex` The name of the library is `pycryptodome` or `pycryptodomex`, not `cryptodomex`.

Setting this up is really quite simple. The code examples below are currently in Porcupine and can be found with `git grep "Focus directory tree"`. You need to create the...

By "select the active tab again", I guess you mean focusing the text widget of the tab. Just do `tab.textwidget.focus()`. Porcupine focuses the text widget by default when switching tabs,...

We could now use `@deprecated`.