Olli Lupton
Olli Lupton
> The nmodl translator correctly disambiguates, I believe, just by noting if c is used in an expression or assignment statement. If so it must be a datahandle to a...
I don't have any great insight or comment here. If I understand correctly, `psection()` is already returning something questionable (an explicit `insert` for something that's implicitly inserted), and keeping the...
https://github.com/google/flax/blob/v0.7.5/flax/configurations.py#L42 is not compatible with recent JAX: https://github.com/google/jax/commit/57e59eb6c309acfdfb49a4ce76c996fc5c2a016c.
I'm afraid not. The only thing I've seen from them is https://www.romande-energie.ch/images/files/particuliers/compteurs_intelligents/manuel_compteur_landis.pdf, but I don't think it's very helpful here.
> You can simply try to set a multiplier for voltages: Setting/Meter/Multipliers/Volt->10. I tried this, but it doesn't affect the U1/U2/U3 values published to MQTT as far as I can...
https://github.com/BlueBrain/nmodl/pull/716 has made the build much quieter, but only by suppressing warnings. I'm not sure if we should close the issue, or keep it open because we really ought to...
https://github.com/fmtlib/fmt/pull/2582 will hopefully mean the next release of `fmt` is quieter...
Is it possible to encode in the `protobuf-protoc-bin` wheel dependencies which versions of the `protobuf` runtime it supports, so that if an old `protobuf` version is pinned then a compatible...
cc: @alexsavulescu @pramodk @nrnhines; feedback welcome...
One consequence of a rule like: > For example, we might only allow the use of plain C/C++ data types and T* where T is a forward-declared type. Is that...