-
## Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
## Is this a BUG / ISSUE report or a QUESTION?
BUG
## System information. For client/server mode post info for both ma…
-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behav…
-
For a python list, bad-indexing can result in `IndexError`:
```
>>> ls = ["a", "b", "c"]
>>> ls[1]
"b"
>>> ls[5]
IndexError("list index out of range")
```
Slicing behaves differently and r…
-
**Describe the solution you'd like**
Support and instruction how to use rewind with osu!lazer.
**Additional context** (optional)
Osu!lazer has different folder structure and database. It uses [re…
-
When using VirtioFS to map files from the macOS host filesystem to a Docker container, permissions are not mapped correctly.
- [X] I have tried with the latest version of Docker Desktop
- [X] …
-
### Related problem
I have a list of tasks that I want to execute in sequence but stop if one of them fails. At the moment `each` doesn't seem to support a way to stop execution if a command in the c…
ineu updated
2 months ago
-
eg. given this setup:
```shell
# install current release version as of this issue
curl -Ls https://github.com/amoffat/supertag/releases/download/v0.1.4/supertag-x86_64.AppImage > /tmp/tag-0.1.4
…
-
I have a constructor with a refinement type. I made an alias for a type constructor to make a complicated dependent type more readable but the alias seems to break type checking when used in combinati…
-
Are you interested in adding styles for conferences such as USENIX and ACM? I have created those styles and can push.
For example:
```
# Matplotlib style for IEEE plots
# This style should wor…
pmcao updated
1 month ago
-
Trying to construct a simpler case that exhibits #1526, I came up with:
:- use_module(library(tabling)).
:- table p/1.
:- table g/1.
g(a).
p(Ls) :-
setof(X, g(X), Ls).
Sto…