Sylvain Corsini
Sylvain Corsini
I think the file shouldn't be deleted but maybe moved to `.committee.backup.exs`, we can add an option to `committee.uninstall` like `--delete` to delete the hooks file. I did lost my...
**Describe the bug** When running `nx add {sveltekit-app} --package {package}` it fails with error. **To Reproduce** Steps to reproduce the behavior: I simply create a new project with sveltekit plugin:...
Hello, I'm trying to add the `-Xuse-experimental=kotlin.contracts.ExperimentalContracts` option to the compiler and I really don't understand how to manage that. Is it with the `kt_compiler_plugin` ? #### `/plugins/BUILD.bazel`: ```starlark load("@io_bazel_rules_kotlin//kotlin:kotlin.bzl",...
Hello, I have a two CronJob the one set to `0 1 * * *` in `Europe/Paris` which is running at 3 CEST, the other one scheduled at `0 3...
Hello, In your exemple you give: ```typescript import { IsOptional, IsString, MaxLength } from 'class-validator' import { validationMetadatasToSchemas } from 'class-validator-jsonschema' class BlogPost { @IsString() id: string @IsOptional() @MaxLength(20, {...
Hello 👋 I'm actually trying to run Linkerd2 with Tilt. I'm trying to use `helm` for that case by following that : https://linkerd.io/2/tasks/install-helm/. I need to use `--set-file` option but...
Hello, It's could be cool to refer to another app without specifying its own used path. I think example is better than talking. ___ The shared app: ```toml name =...
Hello, PostgreSQL can use multiple fields as Primary Key ([doc](https://www.postgresql.org/docs/current/ddl-constraints.html#DDL-CONSTRAINTS-PRIMARY-KEYS)) but how to handle that with Exposed DAO ? I tried to use the DAO with a table which is...
The package conflicts with New Orleans 7 packages, which makes it unusable. Any plan to support Orleans 7, I don't think it requires much change.