William Vandervalk

Results 10 comments of William Vandervalk

I can verify that this is also the case with JetBrainsMono. Downloading the NoLigatures patched fonts from the master branch work as expected, but the Mono fonts from the v2.1.0...

I had the same issue on Fedora. Installing `libffi-devel` using dnf, then reinstalling the python version using asdf worked for me.

Thanks for the issue! The Django [docs](https://docs.djangoproject.com/en/5.0/ref/templates/language/#variables) are very specific regarding variable names: > Variable names consist of any combination of alphanumeric characters and the underscore ("_") but may not...

That case should work fine as is, since the string is used as an argument to the date filter.

Since your use case is translation, should you not be using the [translate template tag](https://docs.djangoproject.com/en/5.1/topics/i18n/translation/#translate-template-tag)?

Apologies for being particular about this but sometimes when issues are opened it is because a user is using incorrect syntax, not a fault of the grammar. In this case...

I have implemented support for string literals inside expressions (3a64316).

I'm running into the same thing while implementing an htmldjango parser.

Hey everyone, I'm glad to hear that people are actually using the package! I don't actually use it myself at the moment and packaged it mainly to learn how Nixpkgs...

Interesting. It's been a while since I touched this project, but I specifically designed the original implementation to avoid having to write a scanner. If implemented for comments, I'm thinking...