Mark Brockhoff
Mark Brockhoff
Closes: #234 I implemented the `--diffOnly` option suggested by @techeverri in his [comment](https://github.com/oblador/loki/issues/234#issuecomment-788862248). It allows the user to only approve changed images that are inside the difference directory. Therefore it...
Hi, first of all thanks for this cool project. I have a somewhat specific usecase where I would need to ignore some tags following a pattern when calculating the next...
Closes #983 I implemented the option to add a suffix to the generated model names. To stay aligned with the already exisiting parameter --postifx, I named it --postfixModels and renamed...
### Current behavior When starting cypress version 11.2.0 using `npx cypress open`, selecting a testing type and running a test, changes to the tests source file will trigger a new...
### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://github.com/markbrockhoff/turbo-repo-bug-repro ### What package...
### Describe the bug Running the plugin fails on css containing a calculation using constant values. (See: https://developer.mozilla.org/en-US/docs/Web/CSS/calc-constant) ### Expected behaviour I'd expect the plugin to support calc-constant values or...
### Describe the feature Hi, first of all thanks for creating and maintaining this amazing nuxt module. ❤️ ## Context I'm currently working on a nuxt module for a component...
### 🔗 Linked issue Related: #2999 ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a...
Hi, after using this template to kickstart my module I encountered a strange type issue inside the nuxt config of the test fixture: It looks like somehow the types exported...
Hi, I just setup a mock server to mock third party requests made by my nuxt app while running tests with playwright. In order to redirect those requests to the...