Akuli

Results 358 comments of Akuli
trafficstars

First error: Are you using a 32-bit or 64-bit windows? If you download "Windows x86-64 embeddable zip file" from here https://www.python.org/downloads/release/python-382/ does that work? Second error: Does it work if...

Maybe I should clarify how the embeddable zip file is supposed to work. Once downloaded, you need to extract it somewhere, `cd` into the directory and run `python.exe` inside it:...

So which steps made it actually work for you?

I created #853 and will update README soon.

Yeah, let's clarify this a bit. >the porcupine zip file There is no Porcupine zip file. The zip file from python.org is basically included in `PorcupineSetup_0.98.2.exe`, and when you run...

>And as regards the 32-bit installers, I'd be glad if you could do that. But, will it still be necessary since I've already installed it and it's working fine. The...

The correct name for the macro is actually `unimplemented!` but it highlights the same with the right name.

This will be tricky to fix. `foo!()` parses as: ``` $ python3 scripts/tree-sitter-dump.py rust

another example: ``` lazy_static! { static ref FILE_LOCK: tokio::sync::Mutex

For the error popup, there's also #763