Dylan Landry
Dylan Landry
Make sure these boxes are checked before submitting your pull request: - [x] Add fixtures and spec when implementing or updating a test runner - [x] Update the README accordingly...
This might be by design, but when organizing rust tests using nested modules, TestNearest doesn't work. ```rust #[cfg(test)] mod tests { mod my_module { #[test] fn fail() { assert!(false); }...
I have image elements which use `goTo()` and an index to open PhotoSwipe. Clicking on the first image brings up PhotoSwipe and I can use the left and right arrows...
There is a difference in colouring between JavaScript template strings and their contained variables, but to my eyes it is so slight that I cannot easily notice it. Github Light...
## Description I've recently setup Faro in my vue app and begun using `setView()` on page changes. I've found that whenever I call `faro.api.setView()` that there are two events sent...
I just read the getting started page and tried out the command for using the typescript template but it just ended up creating a project using the base template. This...
Minimal reproducible example: https://github.com/dyllandry/vite-madge-mre When working on a vue project and running madge from outside the project directory, madge shows missing imports when the import uses tsconfig's `paths` option. This...