-
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`
…
-
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…
-
Starting a maker with a zero relative fee value on `regtest` via the rpc api crashes the `jmwalletd` deamon.
```
POST /wallet/Satoshi.jmdat/maker/start
{
"ordertype": "sw0reloffer",
"minsiz…
-
### Environment
- Documentation site: https://docs.tooljet.com/docs/
### What is the expected behaviour?
All relative links in the documentation should resolve correctly, without duplicated pat…
-
The "Participation Rate" of a fellow seems to be calculated from the overall number of referenda, not the tracks that their are eligible to vote on.
For example [here](https://collectives.subsqua…
-
I desire to create a gird of plots with `cowplot::plot_grid()` in which the plots share the x-axis of the column and the y-axis of the row. I do that, by disabling the unwanted axis on the individual…
-
Field Relative Drive (Optional).
-
It appears that for a bit of yaml like this
```yaml
requirements
run:
- python ${{ python_min }}
```
with `python_min=3.10`, rattler produces a different spec than conda-build.
For rattler-b…
-
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.…