Daniel Shneyder

Results 9 issues of Daniel Shneyder

Addresses #98 Making a JSON response will return an additional top-level field called `lastUpdated`, using the same logic that generated the last updated message in the formatted response.

Downloaded the latest beta release (v3.0.0-beta.9) Attempting to launch the application presents this error. The user launching has full read/write/admin privileges ``` /Applications ❯❯❯ open Reactotron.app The application cannot be...

```rust // TODO: Fix these use statements use self::fruits::PEAR as ??? use self::veggies::CUCUMBER as ??? // ... snip fn main() { println!( "favorite snacks: {} and {}", delicious_snacks::fruit, delicious_snacks::veggie );...

C-enhancement
A-exercises

# Summary I am able to get this working with `pretty-quick` being installed as a dev dependency but I cannot get it to run just from using `npx`. This includes...

Run `react-native info` in your project and share the content. ``` System: OS: macOS 13.2 CPU: (10) arm64 Apple M1 Pro Memory: 71.44 MB / 32.00 GB Shell: 5.8.1 -...

## What `react-native-splash-screen` version are you using? `1.1.1` ## What platform does your issue occur on? (Android/iOS/Both) - `iOS` - `Android` ## Describe your issue as precisely as possible :...

### **Before Start!** **Make sure the bug also happen when Details! is the only addon enabled.** Yes ✅ **Game and Details! version** Retail WoW: `v10.2.5.52968` Details: `VWD 12222 RELEASE 10.2.5`...

Would be nice to have an option to watch for file changes and auto-restart

enhancement

### Proposed Change I ran into problems following the upgrade instructions located [here](https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker#major-nodejs-version-updates). Took me a bit of time to realize that the commands were using `docker-compose` v1 vs `docker...