Brendan Matkin

Results 19 issues of Brendan Matkin

I've made a fork to use with node and Vue: https://github.com/brendanmatkin/mapboxgl-minimap Let me know if you'd like a pull request or whatever!

Only changed `bus(44)` to `bus(5)`. Get `exit status 1` `Error compiling for board ` ``` // Include only SoftwareBitBang #define PJON_INCLUDE_SWBB // Include PJONLocal #include // bus(selected device id) PJONLocal...

## Bug report for Cloudinary Ruby SDK - [x] Before proceeding, please update to latest version and test if the issue persists ## Describe the bug in a sentence or...

https://nifi.apache.org/ "An easy to use, powerful, and reliable system to process and distribute data" Flow based programming system to automate data flow for ETL. It's not a full programming language,...

This is my attempt to fix Molorius/ADS126X#5. - [x] Moved the input pin selection from `readADC1()` to `startADC1(pos,neg)`. This seems to be working well on ADS1262, but is not testing...

My attempt to fix Molorius/ADS126X#18. Follows datasheet section 9.4.9.8 Calibration Command Procedure. NOTE: I didn't fix every cal procedure. This also depends on some changes from PR Molorius/ADS126X#21. - [x]...

On configapp restart, some devices will continually reconnect to the config app on every ping (not sure if hardware ping or config ping). Might be related to #3. Not sure...

bug
ConfigApp
Firmware

if server/config is closed, spore modules don't recognize disconnect (consequence of shifting to async websockets??) This is important to be able to kick out of test mode on a lost...

bug
Firmware

in cases with a poor connection, wss.clients.size is too big - i.e. a single device connected and wss.clients.size (can be seen in status console) is 2

bug
ConfigApp

this could be reload app, reload config (tricky), or just post a notice in GUI that config has changed and restart is required.

enhancement
ConfigApp