Adam Blažek

Results 20 comments of Adam Blažek

Firefox for Android does support datalist, but there is a bug which causes the menu to not appear: https://bugzilla.mozilla.org/show_bug.cgi?id=1535985

I didn't include `lemma` in the default commands because there's not really a difference between a lemma and a theorem. But yeah, it could be useful for those who like...

I've added a `lemma` command in version 2022.5.25. I'm still considering the idea of a `def-theorem-like` command, so I'll leave this issue open.

I can try that. But when I enter `nimble gen_docs`, I get the following error: ``` Executing task gen_docs in /home/xigoi/forks/Arraymancer/arraymancer.nimble stack trace: (most recent call last) /tmp/nimblecache-2893754277/nimscriptapi_3547287949.nim(187, 16) /home/xigoi/forks/Arraymancer/arraymancer.nimble(282,...

This seems to be the case. I did the following: ```bash git clone https://github.com/odin-lang/Odin cd Odin git checkout dev-2022-04 # to have the matching version cp $(which odin) . ```...

I'm making a library that my team wants to use both in JavaScript and in Python. But I found out that I can use NPeg instead (which seems to work...

> Thanks for this. I've been having issues with autocompletion recently. Do you happen to have this working with neovim 0.7.2 and nim 1.7.1? The `candidates` parameter is always empty...

Yes, I'm on GNU+Linux. Also tried it in Termux on Android.

Sounds like a good idea! I'm planning to add a facility for generating a table of contents, but I'm not sure how to fit it into the single-pass nature of...

Interestingly, when I run it on my phone, it procuces output like this: ```nim ["a", ""] [1, 405290270992] ``` Looks like the `1` is the length of the string. Calling...