-
## Bug description
I found that Prisma generates wrong input names in DMMF for array fields:
```json
"name": "UserUpdatetestInput",
"constraints": {
"m…
-
Hi,
the frictionless describe output is one of the best tool to have CSV automatic inferencing of field types.
Is there a way to use frictionless to create a sql schema output?
If it's not poss…
-
There were a few error reports with the following error,
```
sqlite3.ProgrammingError SQLite objects created in a thread can only be used in that same thread.
```
while doing `do_close` or `do_…
-
Code:
%%logica Engineers
@Engine("sqlite");
Employee(name: "Alice", role: "Product Manager");
Employee(name: "Bob", role: "Engineer");
Employee(name: "Caroline", role: "Engi…
-
### In the beginning, when I used the following classes to create and store data, it all worked
@collection
class FailedSendMessageDb{
/// 消息id
@Id()
late final String msg_id;
String?…
-
Ran the app for the first time -> changed the desired download directory -> verified my username
Then i tried to download my saved posts& comments and it didnt work, i tried different filters& sourc…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build OpenLP
### Build log
```
[User@System:~]$ nix shell nixpkgs#openlpFull --impure
error: builder for '/nix/store/840597qwjbdl…
-
I was using Digikam previously to manage my picture collection before stumbling upon Diffractor which is doing exactly what I need and it's amazingly fast.
To check for duplicates or already import…
ninok updated
4 months ago
-
I tried to pass one predicate to another with the following scripts on local PC
```
%%logica Child
@Engine("sqlite");
@AttachDatabase("mydata", "my_database.db");
@Dataset("ParentTable");
…