Dustin Michels
Dustin Michels
Hi, I realize this may be more of a Docker question than an issue specific to this repo, but I would love an example in the documentation for how to...
This is excellent, thank you! You don't appear to note anywhere in the README or on your website that one can `pip install` this package, event though it seems like...
Hello! I tried using `fill` instead of `fillKey` as mentioned in the documentation but it didn't work for me. **Didn't work** ```js map.updateChoropleth({USA: {fill: 'green'} }) ``` What _did_ work...
Hi! I tried to conda install with `conda install -c rnelsonchem simpledbf `, and got the message: ``` UnsatisfiableError: The following specifications were found to be in conflict: - python...
Hey! I "ported" this Cesium example to work with Vite instead of Webpack: https://github.com/dustinmichels/cesium-vite-example If you think it would be of interest to your users, feel free to publicize. Also...
I think this library is very slick and exactly what I wanted, but unfortunately I can't get it to write computed fields to my database. I'm using Django 2.2 and...
Minor additions / edits to install procedure in README. This is what I had to do to install / run the code. Does it look like a reasonable change?
This generator sets type `String` in a lot of places, where `string` is actually desired. Is this something that can be changed here, at this level?
I'm attempting to update type definitions. I cloned this repo and ran `npm install .` (Note: maybe worth adding `npm install` to the readme?) I ran: ```bash node spider.js out.json...
I don't get any push notifications for new messages, meaning I have to constantly check the app to see if someone responded to a message. I am using a modern...