Tommy D. Rossi

Results 112 issues of Tommy D. Rossi

With latest `[email protected]` this package caused an infinite build time with 100% CPU usage This may be a similar issue to #20

bug

This let you find packages like `openvoice.text` and make openvoice installable with pip

New syntax for the client, similar to the [Linear SDK](https://developers.linear.app/docs/sdk/fetching-and-modifying-data), easier to use, even for people not familiar with GraphQL ## Goals: - An interface easy for people not familiar...

The syntax would be ```ts client.query({ field: { __directive: '@something' } }) ``` Upvote this issue with a 👍 if you care about directives

Executing `syntax-cli -g ./grammar.js --mode slr1 --tokenizer-only -o ./tokenizer.js` doesn't output anything in `tokenizer.js`. Same with python. Same executing `syntax-cli -l ./lex.js --mode slr1 -o ./tokenizer.js`

Currently if a function throws the status is 200, it would be cool to set it to 500. This would make it easier to find the errored request in the...

Is there a way to scan only a portion of a file and not all the document? I want to scan only the top header of a document and I...

I tried the following ```jsx {children} ``` But it does not work because `JSXXML` output is an object with shape ```js { 'tag': [ { ...props }, children ] }...