Antoine Vandecreme

Results 8 issues of Antoine Vandecreme

In my use case, I am creating and destroying a lot of canvases. However, every time I call Caman on one of them, it get cached and thus never released...

With a simple enum type like this one: ```rust #[derive(Debug, Deserialize)] enum Foo { Bar, Baz, } ``` If the json passed does not have the correct type, the error...

According to `Gen::new` doc: > The size parameter controls the size of random values generated. For example, it specifies the maximum length of a randomly generated vector, but is and...

I was trying to bump reqwest to version 0.12.x in my project. However, I couldn't because the latest version of vaultrs uses version 0.11.x so I was not able to...

If showAndHide is set to false and one use a link with an anchor (for example http://gregfranko.com/jquery.tocify.js/#OptionsAPI ) the scrolling won't happen. There is a specific test about it in...

bug

The HTML generated by this plugin is not W3C compliant. There are 2 issues: - Nested 'ul' tags when there are sub-menus. They could be replaced by 'div' or the...

See #284 for context. The PR prevents the crash but does not make unit inference work. @fbergmann suggested a workaround but ideally we should have it work out of the...

**rust-analyzer version**: v0.3.1916 (taken from the VSCode plugin page, the given command does nothing on my machine) **rustc version**: 1.76.0 (07dca489a 2024-02-04) **editor or extension**: VSCode with rust-analyzer v0.3.1916 **relevant...

C-bug
A-pattern