Daniel

Results 17 comments of Daniel

Sadly this is still a problem. I'd really like to use exildraw as a note taking app just for the reason that I dont have to open 20 apps to...

Hey @zsviczian thanks for your message. Sadly I don't have any more in my vault to test this but I did write a lot more of notes. When I will...

I tried zooming in on the bottom text to fit my screen, so that I "could" edit it. That made my Ipad (with M1) freezing leaving me to restart obsidian...

> Hey, this looks great! I just left one comment. Let me know what you think. Hey @marcandrews could you rereview this? It would be nice having this as soon...

To be fair I don't have any experience in capturing windows and manipulating input using javascript, all I did was a fast google search and robot seemed to be the...

> Perhaps something like this for wasm > > ```rust > use std::{borrow::Cow, sync::Arc}; > use winit::{ > application::ApplicationHandler, > event::WindowEvent, > event_loop::{ActiveEventLoop, EventLoop}, > window::{Window, WindowId}, > }; >...

Ok, after further investigations this seems to be related to macOS. I tried redrawing the window after creating including a sleep but it does not fix the queue error. On...

Thanks @ruchamahabal but can you tell me why wanting to see all your Employees is a feature request and not a bug? I cannot even see the one company as...

> The tool wasn't designed for this use case (cross-company reporting) and works on the company filter (only the employees under that company are shown) so I have marked it...

Ah yes sorry, wenn the BorrowMutexErr occurs: ``` panicked at /home/daniel/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/src/lib.rs:136:39: already borrowed: BorrowMutError Stack: __wbg_get_imports/imports.wbg.__wbg_new_abda76e883ba8a5f@http://localhost:5173/src/wasm/rusty_cube_wasm.js?t=1719383020861:387:21 @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[4123]:0x27f99d @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[1780]:0x1cca39 @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[3059]:0x26fa0d @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[2648]:0x24315b @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[1692]:0x1c52ba @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[2740]:0x2455ca @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[3618]:0x277aef __wbg_adapter_58@http://localhost:5173/src/wasm/rusty_cube_wasm.js?t=1719383020861:240:10 real@http://localhost:5173/src/wasm/rusty_cube_wasm.js?t=1719383020861:209:20 promise callback*__wbg_get_imports/imports.wbg.__wbg_then_a73caa9a87991566@http://localhost:5173/src/wasm/rusty_cube_wasm.js?t=1719383020861:2368:37 @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[3718]:0x278f0e @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[1097]:0x16df07 @http://localhost:5173/src/wasm/rusty_cube_wasm_bg.wasm:wasm-function[2170]:0x1f77d8...