Results 20 issues of Connor Dooley

Gives this error Traceback (most recent call last): File "/opt/theunitedstates.io/congress/run", line 17, in task_name = sys.argv[1] IndexError: list index out of range

When I try to run `vite-jest` I'm getting this error: ``` Validation Error: Module /path-to-my-repo/node_modules/vite-jest/index.js in the transform option was not found. is: path-to-my-repo Configuration Documentation: https://jestjs.io/docs/configuration path-to-my-repo\node_modules\execa\lib\error.js:60 error =...

If I have a class defined like ```ts class X { private something = 1; //this is 1 somethingelse = 4; } ``` And my rules specify that private properties...

My program is crashing and exiting with code `3489660927`. I can't find anything about that code online and I'm fairly certain the crash is related to Cursive so does anyone...

Since the [plugins page](https://windicss.org/plugins/interfaces.html#get-user-theme) says that theme gets the user theme, I would expect it to include all colors defined in the windi config's theme.extend.colors but it doesn't seem to...

https://windicss.org/plugins/interfaces.html The plugin documentation is pretty barebones, I'd really like to see some explanation of the difference between each different interface and what each of the functions in the examples...

Based on the name of this library I would have assumed that it was testing-library-agnostic, but it uses jest-specific mocking functions and therefore can't be used with other libraries like...

Type hints would allow for easier documentation and intellisense in IDEs

Could you post the color scheme/palette for this? I'd like to use the colors in Windows Terminal.

While vuejs/docs#1133 documents that `binding.expression` has been removed from custom directives, it doesn't include a rationale or migration path for the decision because the author did not have that information....