iSplasher
iSplasher
I played around with the transformer and found out that if we don't pass the `sourceMap` option, it'll work. https://github.com/parcel-bundler/parcel/blob/74fcc3fbe80cea993bff10e158df3d0f701973c7/packages/transformers/typescript-tsc/src/TSCTransformer.js#L33 EDIT: It will generate mappings based on the transpiled sources...
Back at it again and after entering a deep rabbit hole I think I've fixed it, at least for my own use case. I sourced the issue to this PR...
@ImpendingDoom28 I suggest looking at how [other transformers](https://github.com/parcel-bundler/parcel/tree/v2/packages/transformers) are structured. Parcel needs plugins to be installed so in short what you need to do is: 1. create a new project...
Hello, I'm also getting this error and I understand that it's because my model doesn't have any updateable fields? ``` model RelNode { id Int @id @default(autoincrement()) linkedBy RelNode[] @relation("NodeLinks",...
Hello, would it be possible to fix this?
A realistic use case is when you just want to ensure a url, which may already have query params, contains a specific set of params, like the first post demonstrated....
Would it be possible to integrate this directly into act?
Could you please take a look at this? https://github.com/MScholtes/VirtualDesktop/blob/master/VirtualDesktop.cs#L397 It shows a way to retrieve the names
I would rename `DeepEntries` to `DeepPathEntries` and `FromDeepEntries` to `FromDeepPathEntries`
That's fine! They have a great guide to creating package here https://docs.chocolatey.org/en-us/create/create-packages I would do it but I'm not sure I have the right to.