Vincent Jacques
Vincent Jacques
Hi there, you sent me a private e-mail to advertise your project, so I feel I can ask for features :-D The [Docker image](https://hub.docker.com/r/pranavgupta1234/rqmonitor/tags) you provide is only built for...
Hello and thank you for this library! I get false validation errors for schemas with a `type` constraint for `boolean`, `number` and `integer` when using the yaml-cpp adapter. See code...
Some grammars have repetitions. Here is a benign example extracted from the OCaml manual: \begin{syntax} typexpr: '(' typexpr { ',' typexpr } ')' typeconstr | '(' typexpr { ',' typexpr...
I *think* changing `load(id: string)` to `async load(id: string)` on line [63](https://github.com/patak-dev/vite-plugin-virtual/blob/8e7e169d9351e1646fe490ddb867f1d594fc6123/src/index.ts#L63) and adding a line `module = await module` between lines [69 and 70](https://github.com/patak-dev/vite-plugin-virtual/blob/8e7e169d9351e1646fe490ddb867f1d594fc6123/src/index.ts#L69-L70) would allow loading virtual modules...
Hello Elie, Here: https://github.com/eliemichel/LearnWebGPU-Code/blob/step033-optionB-next/Application.cpp#L219, the call to `m_vertexBuffer.release()` causes a crash because this variable is not initialized in that branch. Fantastic guide; thanks a lot.