Fons van der Plas
Fons van der Plas
https://docs.onion.io/omega2-docs/fix-ip-addr-collisions.html
To better support the [Printigram](https://github.com/merlijnkersten/printigram) script!
Password-protected subdomains (printi.me/channel) that multiple printers can listen to. Will require: - printi API has to cache every image for a fixed amount of time, and assign a unique identifier....
(Feel free to change the title - I don't know what's going on 🙃) MWE: ```julia function maptruncated(xs) [ Symbol() for x in xs[1:20] ] end xs = tuple(("💕" for...
TODO remove logs
The package has lots of concepts that are 'per technology': M,R,G,A, but their syntax is inconsistent: ### Naming Sometimes we have `M`, `R`, `G`, `A`, sometimes `mitigate`, `remove`, `geoeng` (abbreviated),...
Right now, margo's optimization is done using JuMP, but we want to use NLOpt.jl instead. The two reasons are: - Currently, the model has to be written twice in the...