Dany Sluijk

Results 7 issues of Dany Sluijk

# Current Behavior Right now there are two types of behavior, both explained here. I'm looking for a combination of the two. ## `preserveModules: true`, `extract: false` Specific files are...

- [ ] Tested on all platforms changed - [x] Compilation warnings were addressed - [x] `cargo fmt` has been run on this branch - [x] `cargo doc` builds successfully...

platform: WebAssembly
status: needs review
status: needs testing

Hello there. First of all, great kit! I have been looking for something like this for a while. Secondly, the [modularized imports](https://tiny-ui.dev/guide/get-started#use-modularized-tiny-ui) don't work correctly with (at least) the Parcel...

### 🔗 Linked issue #15280 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change...

types
3.x
bug
❗ p4-important

I cannot figure out how to describe generics with conditionals. This might be a limitation by TypeScript though. Given the following types: ```ts enum Types { One = "one", Two...

Add a basis for a scheduler. While it is not done, it does give a good basis for further work. Suggestions for that work: - Add read-only executable memory into...

enhancement

DHT's are not know for there security, but in a general-purpose p2p network there aren't really any viable alternatives. This issue tries to do research on DHT security and eventually...

type: long-term