David Wolf

Results 61 comments of David Wolf

An empty `.gitkeep` file could be placed in the empty directories to ensure they are committed to GIT.

I think it would be powerful when time would not be bounded to the boost action, but could generally be used as options to filter down the instruction. Like in...

Having these sorting options on top of the available and suggested time options would be an incredible enrichment @cilles. *** I could also imagine having the `$timedur` option reacting dynamically...

@Ompanime just a short note on the syntax, if I understand, instead of ``` hollywood$inurl,$discard ``` It should be [only one `$`](https://github.com/brave/goggles-quickstart/issues/7#issuecomment-1166648500) and the action and all options behind this,...

Hey @anakojm I guess regex [lookarounds](https://www.regular-expressions.info/lookaround.html) should work for this use case, this would ideally nail the regex down to only those matches that are not written in between triple...

Alright I see > Also why did you restrict the issue to the marks processor? > The issue affect the wikilinks parser too, as shown by my example Good point,...

Implementing this missing functionality like this for now, since there doesn't seem to be support for the connection timeout ```ts await new Promise((resolve, reject) => { let timeout: NodeJS.Timeout |...

I needed support for this also, published a quick implementation: https://www.npmjs.com/package/@devidw/trpc-openapi Source-Code: https://github.com/devidw/trpc-openapi All you need to do is pass a object with your model schemas when you generate the...

Hitting the same error when trying to construct via `createTRPCNext`: ![Screenshot 2023-06-15 at 17 21 29](https://github.com/trpc/trpc/assets/68775926/fc6552b6-f736-470c-957c-e2c41636a695) Searching for those bad names in the whole codebase doesn't show of any usage...

Facing a similar/same issue, building the docker container fails because of the duckdb dependency. ``` #0 96.80 error: command '/usr/bin/gcc' failed with exit code 1 #0 96.80 [end of output]...