Siavash Askari Nasr
Siavash Askari Nasr
@braoult Can you open the Network tab of developer tools and reload the page and look at the request and response headers, see if anything is unusual?
I think only the 403 errors matter, favicon.ico doesn't exist so it's irrelevant, JSON errors are probably caused by not getting a proper response. If it's still broken in Firefox,...
I'm not sure about that, when I make a POST request to "https://swapoff.org/chroma/playground/api/render" without cookie and token, I get the "Forbidden - CSRF token invalid" response. Which seems to be...
I thought Sublime Text definitions are simpler and less complex, because they are just yaml files; you can't parse complex syntaxes with them. Is there something more to them? You...
> Ah perhaps the pygments lexers for ARM64 asm and ObjC are just not very thorough then? I haven't looked at them, but unfortunately that is the case for many...
Can [pango](https://pango.gnome.org/) be an option? Although it has some gtk dependencies, it uses harfbuzz and fribidi. That's probably how gnome-terminal supports RTL. For testing, let me know if I can...
I forgot to say that (I think) @behdad (creator of harfbuzz) is responsive, if you have questions.
There is also [servo's unicode-bidi](https://github.com/servo/unicode-bidi). Mentioned in alacritty/alacritty#663.
Currently I can report 2 issues: - If you put a number or LTR letter after an RTL letter(with or without space), it becomes LTR. On VTE based terminal, numbers...
> Could you run: `wezterm ls-fonts --text "EXAMPLE"` where example is the text sequence you're trying, so that I can see exactly what sequence you mean and also what wezterm...