Midas Lambrichts

Results 22 issues of Midas Lambrichts

Created a fuzzing target which compares `grass` with the npm `sass` This is an initial suggestion. It only compares whether they both accept the input or both reject the input....

The multiplication had some todo's left for NaN, made it propagate the NaN.

The page https://en.wikipedia.org/wiki/1/2_%2B_1/4_%2B_1/8_%2B_1/16_%2B_%E2%8B%AF gives an error that it could not be found via the api.

bug

Running async code will "muddy" the code with a lot thing related to the async code (e.g. futures, pinning, polling,...) so it might not be as obvious as non-async code...

I created an initial draft for the preupdate hook that seems to work ok after preliminary testing. Some questions arose and I'm looking for some input/feedback: 1. Does it needs...

When loading a page, it correctly discovers everything, but when navigating to a new page, it doesn't register the new components. It requires a reload on that new page. #####...

First of all, very cool lib! It would be nice to have some way to decide whether or not the GUI should be launched based on some flag. The usecase...

I create a token like so: ```rust builder .add_authority_fact(&format!("user(\"{}\")", user.user_uuid) as &str) .unwrap(); ``` and when I later try to query it: ```rust #[derive(Debug)] pub struct StringWrap(String); impl From for...

When intercepting a service, DNS resolution succeeds, but connecting to the IP fails with "No route to host". This prevents running the application locally as the other service is the...

## Description Allow the migrations to use the same config files as the running server. This way it allows re-using the same file for both which is a nice QoL...