Dolf Andringa

Results 32 issues of Dolf Andringa

I am trying to get lorawan support working. I have setup a local chirpstack instance, with `chirpstack-network-server` `chirpstack-application-server` and `chirpstack-gateway-bridge` running. I can send messages using ADP from the node...

After fixing issue #838, I found the underlying problem with MongoDB and flask appbuilder. If I have a many-to-many relationship in my MongoDB model, but only a one-sided reference, related_views...

bug
discussion-needed

In a simple mongodb sample (see [the gist](https://gist.github.com/dolfandringa/ed36b01cf97dd3f27d72848dd01b9cbd)), an error is logged about a missing relation. The cause of the error is due to many-to-many relationships don't really fitting into...

bug

The ststm32 core for platformio defines a dependency on tool-dfuutil, but that package does not seem to be available for linux_aarch64 so installing the platform fails. I am not actually...

### Description of the Bug When you create a `MDRaisedButton` with a different color than `theme_cls.primary_color`, you can't set it back to the primary_color. The issue is caused by the...

Resolution: Won't fix

I'd love to contribute to python-mapnik. Mapnik is an awesome renderer, but I think the python bindings can do with some tlc probably.But I have a few questions before I...

I am trying to make my own python datasource (and add docs for it). All code seems to be present in the python-mapnik repository, except for the python input plugin....

I am trying to create a template for my config file using confuse but have trouble understanding how this works. Unfortunately I can't find much about it in the docs....

This addresses #630 . It allows downloading notebooks from s3 buckets through the S3 uri (`s3://bucket/path/to/key`). If the file/bucket is public, this should work straight away. But if it is...

## (Issue Summary / Feature Request) Is there any chance on getting the Arduino mocking libraries working with avr-gcc? I love the mocking libraries and the arduino_ci project works well...