Kreijstal
Kreijstal
I've not seen that much activity, since a while ago.
I see that Cash doesn't have this support added yet. This should be added!
if you run it on pdflatex you get `! Critical Package emoji Error: The 'emoji' package requires LuaTeX.`
Can we get it to work?
Sometimes you just want to use the builds if available, this project would benefit from that.
**Describe the Bug** A clear and concise description of what the bug is. **Steps to Reproduce** 1. Go to development branch 2. Install dependencies and dev dependencies 3. make 4....
Trying to compile in mingw results in ```conf.c: In function 'store_default_config_values': conf.c:131:33: error: 'struct tm' has no member named 'tm_gmtoff' 131 | sprintf(strgmtoff, "%ld", lt->tm_gmtoff); | ^~ make: *** [:...
Is there any reason for util.merge to simply not use `{...obj1,...obj2}`?
When you want to create public open datasets, you want people to collaborate, and join as fast as possible, for this, make-sense is ideal because it's a web project, it's...
## Summary Be able to Code and Decode URI queries to json and back ### Example Input this=is&an=example ### Example Output {"this":"is", "an":"example"}