jtrakk
jtrakk
If I want to add support for a new language, what do I need to do?
[Marshmallow 3.X](http://marshmallow.readthedocs.io) does a good job. It lets you define a schema, then validate and load nested dicts into objects (it's independent of serialization format, so it works with ini,...
> it might be able to address whether memory would be allocated at all. Right. In some places I may want to ensure there will be no allocation. Highlighting those...
The relevant Julia issue is "A macro that forbids allocation – turning allocation into error" https://github.com/JuliaLang/julia/issues/34248
To start off: - Find code influencing/influenced by a value: https://github.com/willcrichton/flowistry - Security taint analysis: https://pyre-check.org/docs/pysa-basics - Type queries: https://pyre-check.org/docs/querying-pyre
> Yes, those could be defined as Any until zope.interface plugin exists. Here it is. https://github.com/Shoobx/mypy-zope
This is not just a matter of efficiency, but of semantics. In Python 3, dict keys are considered set-like. In particular, their order isn't considered when comparing for equality. Currently,...
https://github.com/TuringLang/AdvancedHMC.jl/issues/261 discusses a new GPU paper by Hoffman et al with very impressive benchmarks.
In other tools, I like a composite/hierarchical progress indicator. E.g. one for each chain and another for the whole job. I dunno if that would need any particular support from...
I want to be recommending this package often, but I always have to tell people they should use the R ggplot2 docs, which tends to put them off if they...