David Flemström

Results 60 comments of David Flemström

@moosingin3space @emk I stumbled upon this repo after having created a `duktape-sys` of my own. It looks like this: https://github.com/dflemstr/duk/tree/master/duktape-sys I'm not sure which approach is best for this particular...

@moosingin3space I think it would be nice to have a hybrid of sorts; since my code depends on libclang during build time it can't build on some platforms... Any ideas?

I opted to include the generated source code in the repository now and ship the code generator as a Cargo example... Might not be ideal but works rather well

@emk My duktape wrapper https://github.com/dflemstr/duk is now quite feature-ful, see the doc for details: https://dflemstr.github.io/duk/duk/ I would like to be able to upload it to crates.io but would hope to...

Getting access on crates.io should be enough for now, thanks!

@theduke you are right, I kept using the duk name, I didn't find a reason to take over this specific crate

I will leave this open until the 0.2.8 release of `num-traits` which contains a required feature

Hmm you are right, not sure how that can be done easily... I'll try to think of something

This is now using the released version of num-traits which contains the libm feature. I also ran `cargo upgrade` to ensure that semver is properly followed for the dependencies and...

Pinging @nrf-rs/nrf52 and @nrf-rs/nrf91 :)