Johan Euphrosine
Johan Euphrosine
@lpereira what do you think of implementing the test as direct unittest of the `handleAssignStmt` function, I was thinking to keep the file based test for actual arduino sketch.
@aiuto is that something that's already supported? /cc @cdleary
I suspect this is not an isolated error, let me check other repos to see if there is the same mistake/typo.
@agronholm would that also work with app that bundle `.so` and load them with `ctypes`? Currently, I'm bundle the `.so` as `package_data` and relying on @mitsuhiko [trick](http://lucumr.pocoo.org/2014/1/27/python-on-wheels/#building-wheels) to flag the...
@mitsuhiko is that something that could be patched up in `wheel` or does it have to be fixed in `distutils`?
@agronholm @mitsuhiko after looking at distutils source code and stealing a lot of milksnake awesome magic, I ended up the following workaround: ``` class UniversalBinaryDistribution(Distribution): def __init__(self, *args, **kwargs): super(UniversalBinaryDistribution,...
@agronholm the metadata that changed for me was: `Root-Is-Purelib: false` in `/WHEEL` @mitsuhiko are you referring to the `ext_modules` parameter for the `setup()` call or `build_ext.extensions` internal variable?
> We should also have a [JSON schema](https://json-schema.org/) for the format. +1, there are also support for describing using https://pydantic-docs.helpmanual.io/ which could give us typing in the scripts that process...
@addyosmani That's SGTM but I think it's safer to ping Google OSS to clear up that this repo if "owned" by TasteJS even if it has Googler contributor.
I think we should document how to run dredd manually after installing todomvc-api, it should be in `node_modules/.bin`