-
Currently, when I want to empty the db, I need to use docker to recreate the database volume. I would like a command, script or API endpoint that would allow me to do this.
I know about soft delet…
-
should i be able to include soft deleted rows when using deletedAt ?
```
.findUnique({ where: { id: row.id, NOT: { deletedAt: null } } })
```
generates
```
WHERE ("public"."Table"."id" = $…
-
I've listened to a bit of a talk on the space about handling Flock patches on top of alive Flutter branches/releases.
Electron is, I think, an interesting case for Flock to look at: it's a fast-mov…
-
Seen in:
* https://github.com/ziglang/zig-bootstrap/issues/195 (dynamically linked glibc, soft float)
* https://github.com/ziglang/zig-bootstrap/issues/196 (dynamically linked glibc, hard float)
…
-
Dear Developers
I see that you have requested to use an older version of minimap2 for Yacrd given some changes in minimap that doesn't sit well with Yacrd. I did a small exploration using prescribe…
-
Your algorithm appears to catch all cases that I could think of, good job!
Good idea to reverse complement the UMI list at the beginning of your script. I am going to incorporate that into my scri…
-
I encountered a CUDA memory error when using torchsort.soft_rank during parallel training on the GPU. The error message is as follows:
File "/home/xxx/anaconda3/envs/DL2/lib/python3.10/site-packages/…
-
### Description
I have an Exabgp and two FRR routers (frr1 & frr2) connected in series. If frr1 is in Sub-AS 3001 within confederation AS 30, and frr2 is in AS 3001 not within any confederation, t…
-
BCAP details the difference between soft and hard forks and highlights risks around contentious upgrades. It gives practical examples like SegWit and Bitcoin Cash but portrays soft forks as inherently…
-
OpenAL does not require all extensions to work and provides `alIsExtensionPresent` to check if an extension works. My codebase (and I suppose many others) handles this situation like
```
if (alIsExt…