William Vandervalk

Results 7 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).