Sven

Results 13 issues of Sven

Hi, first of all, thank you for your work on this package, i really like it. I am using the https://github.com/gremo/nest-winston#replacing-the-nest-logger-also-for-bootstrapping approach ight now and would like to keep doing...

### Describe the bug I am currently trying to implement an existing monorepo structure which makes use of yarn workspaces to your bundler because i think you really did an...

### Describe the bug I care fully tracked down package by package and (surprisingly!) the error disappears / appears once this is updated or reverted. The error is thrown as...

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

needs triage
type: enhancement :wolf:

I`d like to use a BTRFS partition as a shared storage between my host (Ubuntu) and VM (W11). Therefore i did a raw disk passthrough: ```xml ``` And installed WinBTRFS...

I am missing fields if there is a relation based on those. E.g.: ```ts model customerTest { id Int @id @default(autoincrement()) @db.UnsignedInt /// @Validator.IsInt() posId Int @db.UnsignedTinyInt posRelation posSettings @relation(fields:...

question

Hi, first things first: Great work! I have a question. This there a way to completely ignore a model? This is useful e.g. for the prisma table that holdes the...

Hi, i miss imports on the aggregate inputs. Like: ```ts graphqlScalars_Decimal_name = "DecimalScalar" decorate_2_type = "*" decorate_2_field = "{price}" decorate_2_name = Transform decorate_2_arguments = "['DecimalHelper.transformToDecimal']" decorate_2_from = "class-transformer" // Decimal...

Hi, it would be nice to be able to configure custom imports. When you want to use a function for the "class-validator" right now you can`t import it automated. In...

Hi Bruno, when you drag & drop a header on a treeview with a column set: $column->set_reorderable(true); It is working but throws (php7.4:24096): Gtk-WARNING **: 11:01:58.496: Negative content width -11...

need tests