-
### What happens?
Accessing the same on-disk DB directly and via ATTACH in the same process leads to corruption (and other strange behavior).
`duckdb.duckdb.SerializationException: Serialization E…
-
Hola, cómo estás? Quería saber si la siguiente resolución era correcta porque tengo dudas con haberme creado una variable finita para almacenar.
Muchas gracias!
```c
void convertirATexto (uns…
-
One of my favorite features of modern Racket is `module+` where you an incrementally define the body of a module. I want something like that where I incrementally attach information to a binding. Defi…
-
Hola, tengo un problema cuando corro python backend/main.py, es el siguiente
Traceback (most recent call last):
File "backend/main.py", line 6, in
from test_1A import test_1A
File…
-
## Module
l10n_it_fatturapa_in
- [x] 14.0: https://github.com/OCA/l10n-italy/pull/3443
- [ ] 16.0: #3462
## Describe the bug
Relativamente al modulo **l10n_it_fatturapa_in** ( 14.0.1.4.1 ) ab…
-
@adriangb in [xpresso](https://github.com/adriangb/xpresso#example) framework created what I think a nicer approach for marking api function arguments. I think it should be the default way in django-…
-
Hola, estuve buscando una solucion a poder usar flet en clases en python, encontre este repo con la solucion, pero al tratar de usar self.page.update() simplemente no funciona, me gustaria saber si us…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I have a requirement where I need to connect to different db on same address (host + port) at…
-
This problem was asked by Jane Street.
cons(a, b) constructs a pair, and car(pair) and cdr(pair) returns the first and last element of that pair. For example, car(cons(3, 4)) returns 3, and cdr(con…
-
Running this program (or just running `(show q)` in a REPL) never terminates.
```racket
#lang hackett
(data (Cons a b)
Nil
(Cons a (Cons b a))
#:deriving [Show])
(def q
(Cons 1
…