Adrien Lemaire

Results 103 comments of Adrien Lemaire

Actually, @lervag could we only output the content of Basic/Front or Cloze/Text, instead of showing the whole template ? Currently: ```html {{Tags}} {{Front}} MathJax.Hub.processSectionDelay = 0; MathJax.Hub.Config({ messageStyle:"none", showProcessingMessages:false, tex2jax:{...

>> Actually, @lervag could we only output the content of Basic/Front or Cloze/Text, instead of showing the whole template ? > I'm sorry, I'm not sure what you mean here....

Also, I'm seeing the following error in the browser javascript console: ![](https://i.imgur.com/QiiruLq.png) The widget still seem to work as expected.

@kageurufu can you give more details on how to get this working? I created an executable script in my `~/bin/` dir (which is in my PATH) with your code, and...

@pke thanks ! You might want to look at https://github.com/semantic-release/semantic-release :)

Done. You'll probably want to add a run_tests.py script to make it easy to verify the tests for this app. Also, your setup.py needs more informations, eg the python classifiers...

@francesca64 happens for me on Arch Linux and alacritty-git 0.1.0.794.g96b3d73-1 My setup works for every application in my system (including previously used Termite terminal) except for alacritty. ``` $ pacman...

I was really looking forward to using alacritty, but no japanese input is a deal-breaker. Uninstalling it now, but would love to stay in touch with Alacritty's roadmap for the...

Finally found a solution to input japanese in Alacritty within wayland with ibus+mozc: ```console $ env WINIT_UNIX_BACKEND=x11 alacritty ``` [related issue](https://github.com/swaywm/sway/issues/4841). Hence my problem isn't with alacritty or sway, but...

@EralpB @cesaringo @jpadilla has nobody been able to use django-rest-framework-jwt with firebase in 2 years ?