Jacob Trueb
Jacob Trueb
I can log in like normal or reset my password like normal; however, there are no buttons after logging in for logging out. The React inspector shows that the ``...
I have a µcontroller that suffers with the push's including a branch on the len check (no branch predictor). I would like to reserve sufficient space, then push unchecked to...
Related to https://github.com/rust-lang/rfcs/issues/2902 and https://internals.rust-lang.org/t/pre-rfc-add-compile-warning-macro/9370, I want a compile_warning! macro that is similar to compile_error! except that it is not a hard error. Here is a motivating use case. Say...
Any idea what I did wrong here? I see the same in cursor and vscode. .display and .nice both cause these white background characters. On warp and iterm, it looks...
I hit a bus fault when switching a library from https://github.com/rust-embedded/embedded-alloc/issues/36. I don't have any bus errors when running the Heap from embedded-alloc based on the linked_list_allocator. Running on ZephyrRTOS...