rotexhawk

Results 16 issues of rotexhawk

Hi. Is there a way to exclude everything. I tried all of these patterns `excludedPaths: ['*', '**', '**/**', '*/**'],` but it doesn't work. IMO the include exclude pattern makes this...

I am seeing two bugs with product attribute variations. The name field returns the wordpress field name. Maybe add `Label` Field as well? Also for sizes the value is empty....

enhancement
design notes

Is it possible to apply multiple transformations by chaining the query params? something like `image.jpg?webp?trace?resize`

It would be great if your tool can download the book that I have purchased as a pdf or epub. Google allows you to download as .ascm but you can't...

https://github.com/lydiahallie/javascript-questions#109-whats-the-output Given the explanation in 109 the value of my original array should change because it's not a primitive value but if you test the code you will see that...

suggestion

I added `gatsby-guess-js` and during development build it asked for permission and authorized it through my google account. The problem is that during build step it get's stuck at the...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Feature Request Can we populate the types for the `method` object based on...

Feature Request

New to tmux. I have no idea what the clip is doing and it move super fast. Also can't find anything useful in google search. Even chatGPT can't help :)

Meow converts the string value '6.0' to the numeric value 6. `const minicli = meow({autoHelp: false, autoVersion: true, pkg, argv: gen});` `const options = minicli.flags;` argV provided. ``` '--flavor', 'default',...

It's pretty annoying that the client disconnects. I am not sure if this is the purpose of this whole test but this code refactors the logic into separate functions and...