Matt Fellenz
Matt Fellenz
FYI, this is not ELM style: ```typst #{ 1 + 2 + 3 } ``` This is: ```typst { 1 + 2 + 3 } ```
I agree, hence my fork. What are your thoughts on those changes?
It's a possibility but I don't think it's really necessary because the unbatched version can be synthesized from the batched version, but not vice versa.
Good points, I forgot to explicitly handle these conditions as non-errors. I think the latest commit should handle these properly.
Cool! I'll take a look at that and maybe make a PoC of my idea.
I was not able to get that to work. When I tried to add the zip file firefox told me that the addon is corrupted.
``` /tmp/Turbo-Recadmiumator/src $ zip /tmp/ext.zip * adding: background.js (deflated 53%) adding: cadmium-playercore-shim.js (deflated 59%) adding: manifest.json (deflated 49%) /tmp/Turbo-Recadmiumator/src $ unzip -l /tmp/ext.zip Archive: /tmp/ext.zip Length Date Time Name ---------...
Turns out it was missing the Gecko ID. You can add it as described at . After adding this I was able to load the unsigned addon (firefox developer edition,...
I agree, indexmap is suboptimal for many use cases. Using this in such a core location is a bit problematic. Not sure if there is any ready-made alternative (there is...