Ron Don Jon
Ron Don Jon
The DE dataset should contain Hong Kong as an alternative spelling.
#### I'm submitting a... - [ ] bug - [ ] feature - [x] chore #### What is the current behavior I am using react-fincancial-charts in next.js, and the compiler...
Apologies if I missed something. I am about to create a pull request and wanted to run the test cases in advance, but `grunt test` gives me this output: ```...
It is a common practice now to run builds several times, at least once for "older" browsers and again for "modern" browsers, with different sets of polyfills. This is IMO...
## 🐛 Bug report Some important labels and message texts seem not to be configurable yet. ### Current Behavior * My submit buttons are always showing "Submit", and I can...
I really like the app; just one small remark: a terminal window is opened and remains visible while the app is displayed in a second window. Could there be a...
VSCode shows `ts2graphql has no exported member ...` for the `{ ID, Int, Float }` imports in the README example. I checked the `node_modules/ts2graphql/dist/index.d.ts` file, and its the single export...
The example code in the README doesn't seem to work (anymore?) and fails with an `Undefined props are not supported in graphql` error. TSC version 4.0.3 ts-node 9.0.0
Image paths in CSS in .svelte files aren't properly transformed durings builds with this template. To reproduce: - create folder `src/images` - create file `src/images/test.png` - add `background: url(./images/test.png);` to...
I am trying to add cookie / session support to my rakkasjs project. The docs give some [instructions](https://rakkasjs.org/guide/hattip-entry) on how this might be achieved, but I am still unsure if...