-
### Describe the bug
When using [Unescaped code blocks](https://vitepress.dev/guide/using-vue#unescape-in-code-blocks) with the content coming from a string variable or a [data loader](https://vitepr…
-
I'm dealing with time ranges; with some research I discovered a special type of checks to ensure time ranges between rows don't overlap, using the `btree_gist` Postgres extension and this syntax:
`…
-
I'm trying to use it with bun instead of node.
Just minimal straightforward example to check if it works. I have an index.ts file with the code below:
```js
import git from 'isomorphic-git';
imp…
-
Version: deno 2.0.0-rc.10
v8 12.9.202.13-rusty
typescript 5.6.2
When trying to compile a simple Deno script (console.log("deno 2.0");) into binary on Windows, non-administrator users encounter t…
-
### Current Behavior
I upgraded from NX 17.1.3 to 17.2.0. I have a polyfill.ts as an option for pollyfills in my project.json. It import 'core-js'; . After the NX upgrade I am now receiving many erro…
-
A processor like that of the built-in `if-then-else` relies on two things to check for dead code:
* `alwaysExits`, which checks if the exit points of the dataflow of an expression are exhaustive (e…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
I’ve created a Gist with my proposed updates to the constants.ts file.
- This includes corrections to the OpenRouter model names.
- The addition of new OpenRouter models.
- Lastly sets the late…
-
There is no check currently.
-
We currently have `sage run js/myscript.ts` which is a reasonable API.
We *may* like `sage lint` and `sage check`. But it is kind of magical how it discovers the tasks. So we may want to design the…