Sacha Weatherstone
Sacha Weatherstone
I love the progress you guys have made, Just a few questions to get this process moving along: - How does this impact the maximum nodes in a network, what...
I'm open to translations we need to find a platform that everyone (mobile apps, website etc) can get onboard with.
For the rak boards use dfu mode to flash (double press power button and drag & drop firmware image) For everything else use the web flasher. All of these methods...
Ok, first, plug your RAK board into your pc, double press the power button in quick succession (it may take a few tires if you're not fast) If no drive...
I'm happy to wait out, glad to hear you have greater plans for this library. Up to you if you want to merge.
The better way to handle this is to use the `exports` and `main` fields in `package.json` instead of using more file extensions that may not be supported in the future.
I second this, needed for the exact same reason, thanks.
Thanks for the reply, I'll try and address all of the points: as for how this will produce working code: Typescript has deemed it out of scope to add file...
One specific example is when using `moduleResolution` set to `node16` or `nodenext`, even type definitions with relative imports without file extensions won't be resolved.
I'll prep an example when I have time, but this is some reading on the topic and should convey the reasoning (this also applies for .d.ts files) https://www.typescriptlang.org/docs/handbook/esm-node.html