Simon Nilsson
Simon Nilsson
To support webpack and npm the module should require the css file. It is also common practice to export the angular modules name. I would recommend creating a index.js file...
Hi, I want to have an axis display ticks in a non-linear way i.e. 0, 20, 40, 60, 80 ,100, 150, 200. I can kind of accomplish this by setting...
In order for this plugin to work with webpack and npm it needs to know about the css. The easiest way I found is to require it in the index.js...
According to the documentation the password passed to authenticate is supposed to be a string but it is actually a Buffer. http://www.mosca.io/docs/lib/server.js.html#authenticate I suggest either updating the documentation or casting...
I suggest making the public methods of the TwoWire class virtual in order to allow polymorphism when subclassing it. **Use case**: Have another library that utilizes the Wire library and...
### Minimal reproducible example https://snack.expo.dev/@simon.nilsson/basic-onbarcodescanned ### Summary The minimal code example provided in snack is exactly the same as the example code for expo-camera, with the only addition being the...
### Why am I submitting this PR A new line is always added at end of output files. Depending on auto-formatting behavior of editor e.t.c. this might not always be...
## What has been done A custom component for rendering flags can now be passed to flags prop instead of list of image URLs enabling support for more use cases....
**Is your feature request related to a problem? Please describe.** In my project I don't want flag images to be fetched from a remote server. The current implementation allows getting...