Jay Thomas

Results 19 issues of Jay Thomas

When making a query for keys within JSON data, both `undefined` and `null` properties in the JSON object display as "NULL". You can see in this screenshot that my query...

It would be great if the utilities had version numbers, so when checking to see if I have the latest version of one of them I can compare the version...

enhancement

Thanks for the clever tool! I'm using [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) to generate a manifest file: ```json { "app.css": "app.bundle.8974f7041fb37318bbde0e39d3c9e2d1.css", "app.css.map": "app.bundle.8974f7041fb37318bbde0e39d3c9e2d1.css.map", "app.js": "app.bundle.fa373866e4cc4051adb3.js", "app.js.map": "app.bundle.fa373866e4cc4051adb3.js.map" } ``` to pipe into gulp-html-replace like...

We need sensor type support for this in the API as well as new card types in the UI to display this information in a meaningful way.

enhancement

Feedback received from [Reddit user Hersenbeuker](https://www.reddit.com/r/rust/comments/qdje8i/open_weather_station_hardware_with_an_actixweb/hhmuq2q/): > You're using blocking Diesel database calls: https://github.com/codi-hacks/weather-station/blob/master/api-server/src/sensors/routes.rs#L16 > > This blocks the async runtime, you have to use the actix block functions to...

bug

In `web-app/src/components/cards` these components share a lot of duplicate code. Some of this code such as the header text and buttons could stand to be moved into a separate component....

enhancement

Say a hooligan wants to send garbage measurements to an api server. If they knew the both the ID and private key of a station they could easily do so....

enhancement

**_Feature request_** **Is your feature request related to a problem? Please describe.** I am able to get error messages in production by applying the following to my site's webpack config:...

enhancement
help/PR welcome

**vue: 2.7.10** **jest: 29.2.1** **@vue/vue2-jest: 29.1.1** My App.vue component has an options api script block and `setup` script block. It's apparent the second script block isn't picked up because it...