Mikkel ALMONTE--RINGAUD

Results 65 comments of Mikkel ALMONTE--RINGAUD

I'm running under 0.50.5, see https://github.com/Vexcited/StayReal/blob/39026d86fa7e487bb94f7dc8e3d9d9704805e663/src-tauri/Cargo.toml#L31-L32 I have a small patch for the Kotlin code because my app needs to do some tweaks about HTTP requests...

In the request you showed, `membre` corresponds to the kid you want to get the values from. `N` is the ID of resource and `G: 4` is the kind of...

Yes it would work, I wonder which requests requires this. Also I wonder where I should let the developer switch to/use another resource (kid for example)...

I'm thinking of a state in `SessionHandle` that holds the index of the resource the developer wants to use and it should default to `0`. You could switch by doing...

Decided to go on this `use` helper : That mutates the new `userResource` property on `SessionHandle` : That allows for simpler retrieving of the current selected user, that's very cool...

Sorry for the slow progress on here, during the rewrite I've been able to find a good compromise to implement parents API, as shown in these early commits... - https://github.com/LiterateInk/Pawnote.js/commit/184df98a82b51737b30ab7a78e25c794b747967f...

Yes I saw the fork, it's alright don't worry

Any progress on this? macOS 26 released two weeks ago and still no fix for this icon! Only Warp has this issue in my entire Dock and it looks pretty...

So, as of right now, my only solution is to move my `window` from my `tauri.conf.json` to Rust so I can use `initialization_script_for_all_frames` ? Is there any ETA on when...

Using what you said... ```tsx e.preventDefault()} ... > ... ``` Works enough for me ! Not sure if I should keep this issue opened, I'll let you decide what to...