Joris Willems

Results 9 issues of Joris Willems

I have a directory in my source public, and in directory public I have my index.html. My scripts are located in public/dist. However when bundled it looks for the wasm...

This took me way too long to figure out, something has got to be done about documentation errors and keeping things up to date. Anyway this fix makes sure the...

# Proposal ## Problem statement If I want to use a mutable vector to iterate over the same vector. I can't do this without the borrow checker starts to complain...

T-libs-api
api-change-proposal

I'm working on the following project: https://github.com/norlock/nvim-traveller-rs But every time i try to acquire a lock it will crash it some error about thread boundary. Is there a way I...

question

### Description If i click for example on the ferris profile and then load shenron profile (all steps + resetting profile). I have multiple issues ### Hardware Specification Operating system:...

Bug

### Description The following functions still need a unit test: - send_credential_request - handle_oid4vp_authorization_request - handle_siopv2_authorization_request This needs to test if the connections/credentials are correctly accepted and if the history...

Isn't it better to just ask for a list of styles and wrap those inside a sketch.class inside the library? In that case also the html.div([], .... ) can just...

Maybe it would be nice to have QoL function to toggle the key: ``` pub fn toggle(set: set.Set(a), key: a) { case set.contains(set, key) { True -> set.delete(set, key) False...

If I run `cargo --version` i get to see the following: ``` cargo 1.86.0 (adf9b6ad1 2025-02-28) ``` I like to build from source, but I have no easy way to...

help wanted
discussion
good first issue
priority:low