-
It would be super handy to be able to target relative paths to exclude from the `deno coverage --exclude=...` command. It's very common for me to be working in projects inside of projects that use the…
-
### Steps to reproduce
1. `mkdir package`
2. `echo > package/module.py`
3. `echo "from .module import *" > package/__init__.py`
4. `echo "from package import *; print(module)" > package/test.py`
…
-
### Before submitting your bug report
- [ ] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [ ] I'm not able to find an [open issue]…
quany updated
2 weeks ago
-
It'd be nice if we could get an alternative wording of `1 day ago`, `in 1 day` in `HumanReadable.timeAgo()` as `yesterday` and `tomorrow`, and also be able to format date only, which could return `tod…
-
[sql_1](https://github.com/leonidig/sql_1/tree/main)/[routes](https://github.com/leonidig/sql_1/tree/main/routes)
/__init__.py
Якщо імпортуєте модулі з поточного пакету(коли в середині цього пакет…
-
Hello!
As the title says, it could be possible to add taproot support?
This descriptor was added 2 years ago, and I would try to sign txs using this new address.
Also, it could be fine to add xpub …
-
running browser sync with gulp and I am wondering when specifying basDir, is the file path relative to where the gulpfile.js is which has the browser sync setup ? when I wrote ' ./ ' I got can not get…
-
### Discussed in https://github.com/opentrack/opentrack/discussions/1805
Originally posted by **Keebler750** February 11, 2024
[[POST number 2 in [DISCUSSION][(url)](https://github.com/opentra…
-
Version: Deno 1.39.3
---
Importing relative, local npm package doesn't work under Deno using `deno.json` or `package.json`.
```js
// main.js
import 'my-lib';
```
```jsonc
// package.…
-
### Describe the bug
Fields that aren't used other than those prefixed with `//` such as `"//3"` are meant to error if they're not used so contributors can't accidently misuse fields in the wrong pla…