Drilmo

Results 20 comments of Drilmo

If you want you can try this workaround in your package.json until we get the new version : ```json "overrides": { "mercurius-codegen": { "mercurius": "$mercurius" } } ```

When the value contain & he is exported as & and it not work on insert. Another problem, when I dump structure and data, in the create table all field...

sorry but GitHub changed the value displayed I correct my comment : When the value contain `&` he is exported as `&` and it not work on insert. Another problem,...

Currently, to resolve some problems encountered during dumping, I apply these replacements via regex in the insert section ```python tools.regex_to_replace_in_file(insert_file, r"([^(N',])'([^,')])", r"\1''\2") tools.regex_to_replace_in_file(insert_file, r"(N'N)'[^',]", r"\1''") tools.regex_to_replace_in_file(insert_file, r"(N'(?:[^']|'')*&)(amp;)((?:[^']|'')*')", r"\1\3") ```

> Malheureusement TikTok n'a aucune API ouverte. A moins d'avoir un contact interne il n'est pas possible d'avoir accès à leur API (et encore j'suis même pas certain qu'il existe...

Hi, same issue on module dependencies.. https://discord.com/channels/707636530424053791/708371226174685314/1408525333162098808 Is a fix planned? Dagger is a solution my client is considering, but this behavior is currently hindering adoption, given the complexity of...

> Yeah, we need to update the logic here: > > [dagger/core/modulerefs.go](https://github.com/dagger/dagger/blob/e035126279e30913831033156f0b9d544873f896/core/modulerefs.go#L137-L137) > > Line 137 in [e035126](/dagger/dagger/commit/e035126279e30913831033156f0b9d544873f896) > > func ParseGitRefString(ctx context.Context, refString string) (_ ParsedGitRefString, rerr error) {...

Quelques screens : Voici les styles que j'ai prédéfini, sachant que l'on peut toujours customiser avec le CSS