-
```
Program terminated with signal SIGILL, Illegal instruction.
#0 dbg_break () at /home/teeworlds/src/master/src/base/system.cpp:184
184 /home/teeworlds/src/master/src/base/system.cpp: No suc…
-
```
+ cd kyua-kyua-0.13
+ HOME=/home/tkloczko/rpmbuild/BUILD/kyua-kyua-0.13/check
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 check
/usr/bin/make check-local
make[1]: Entering directory '/home/tkloczk…
-
@codesensei-courses Hi!
I'm currently at the point in the course where we're connecting to a SQLite database for the first time. You're using `on_event()` from SQLModel to add an event handler for …
-
Hey all,
I ran into an issue trying to customize [`django_db_modify_db_settings`](https://pytest-django.readthedocs.io/en/latest/database.html#django-db-modify-db-settings).
In my root level `co…
-
## Bug description
Update many input is the only input type that has the `Mutation` suffix - `PatientUpdateManyMutationInput` vs. `PatientUncheckedUpdateManyInput`, e.g.:
```json
…
-
Hi,
If I run this, I don't get even numbers.
```
%%logica Even
@Engine("sqlite");
Z(x) :- x in Range(20);
Even(x) :- Z(x), Z(x / 2);
```
```
print('Even numbers:', ', '.join(map(str, E…
-
The sqlite interface automatically generated from protobuf is still in it's preliminary state. Some functions are oddly shaped and organized since some return whole machines and some solely machine id…
-
I created a new virtualenv and installed billy by running `python setup.py develop && pip install -r requirements.txt`
Next, I tried to run `initialize_billy_db development.ini`
```
| ~/code/balance…
-
## Goal
> Note: This Epic has changed multiple times, as our architecture has also changed
> A lot of the early comments are referring to a different context
> e.g. "Provider Abstraction" in Jan
…
-
### Issue Description
When running podman manifest create with a list name that conflicts with an image in local storage, the error message contains unclear instructions.
Ex:
```
$ podman manifest c…