Sam
Sam
Normal `xmessage` seems to work, even over SSH to my Windows 10 host. This doesn't seem to work in any terminal I tried (not sure why OpenGL is needed here):...
First, I read your Medium articles and they are amazing! Thanks for sharing this! I have issues with showing something in the browser after running your application. Just something that...
Hello, from the readme, the build command is: ```sh meson -Dprefix=/usr -Ddri-drivers= -Dglx=dri -Dllvm=enabled \ -Ddri-driver-path=/usr/local/lib/x86_64-linux-gnu/dri \ -Dgallium-drivers="swrast" -Dplatforms=x11 -Dosmesa=gallium \ -Dvulkan-drivers=swrast .. ``` But this option is unknown: `../meson.build:21:0:...
A missing functionality (if I'm not mistaken) is the ability to add a line. Good use case would be that I want to add a 'feature'. For most of the...
My tests are located pretty nicely in `/tests/*test.cpp` and all have `TEST(...)` calls, yet the list of tests in the Google Test View stays empty. Nothing in the config gives...
Reason for this request is simple, if I don't have a build, my whole files are full of wrong underlined clang-tidy issues! This is annoying and distract me. Currently you...
It's not really clear from the installation description what the login information should be. Typically, one should have a "User level" which is either one of these 3: - Owner...
Typically you would do something like: ```rust #[derive(Debug, PartialEq)] enum Fruit { Apple, Banana, Orange, } #[rstest] #[case(Fruit::Apple)] #[case(Fruit::Banana)] fn test_enum_values(#[case] fruit: Fruit) { // Test logic here assert_ne!(fruit, Fruit::Orange);...
**Describe the bug** I have **1 GB of memory usage extra per second** (!) when trying to connect with redis client to a redis-server which was started in a docker...