Milk-Cool

Results 7 comments of Milk-Cool

> For what it's worth you can do `require(path)` instead of `JSON.parse(fs.readFileSync(path))` which would work since you can `require` JSON files. Yoooooo that's cool

> This can be roughly achieved via one helper function in userspace without external packages, e.g.: > > ```js > const readJSON = async path => JSON.parse(await fsPromises.readFile(path)); > //...

I guess https://github.com/divkit/divkit/tree/main/client%2Fweb%2Fdivkit-react

> Howdy! I’m trying to access the ADC and it seems like the firmware got rid of the access point you used in your example code, do you have any...

> @Milk-Cool Im realizing now in my research into creating wrappers as you mentioned (I’m an amateur) that it's very possible that what I saw in the flipperscope repo (and...