Josh Wells

Results 8 issues of Josh Wells

As far as I can tell, backpack currently requires the config file to be at the project root and named ```backpack.config.js```, with no way of changing this. It'd be nice...

I've been getting a strange error multiple times (~100) when trying to run `backpack` in my project: ``` 2018-01-25 14:51 node[5617] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-21) ```...

I need to do some async work to create the webpack config. According to [webpack's docs](https://webpack.js.org/configuration/configuration-types/#exporting-a-promise), you can export a function that returns a promise to handle this. However when...

- [x] I have searched the [issues](https://github.com/brocaar/chirpstack-api/issues) of this repository and believe that this is not a duplicate. ## Summary gRPC supports PHP, so this should just be a case...

- [x] The issue is present in the latest release. - [x] I have searched the [issues](https://github.com/brocaar/chirpstack-application-server/issues) of this repository and believe that this is not a duplicate. ## What...

I'm trying to get this repo set up locally so I can put together a PR, but I'm getting stuck when running `yarn bootstrap` Steps to reproduce: ```sh git clone...

The languages card on the persona tab isn't clickable, so there's no way of adding which languages a character speaks. At a glance, it looks like that card is missing...

This allows `Decimal` objects to be JSON serialized using `json_encode()`. They are serialized as their internal string representation since this is the most accurate. Using `json_encode($decimal, JSON_NUMERIC_CHECK)` results in the...