Joseph D. Purcell
Joseph D. Purcell
I like this idea! I'm a bit new to JSON Logic, but in the back of my mind I was thinking about how when you add operations it would be...
I'm glad I found this PR! I think I ran into something similar. The PR was hard to read due to all the code style changes. But, I think the...
The documentation says inheritance should work: https://github.com/typestack/class-validator/issues/633. But, it doesn't for me, I get: > Parameters violate constraints: policy must be one of the following values: [object Object] I tried...
@donni106 That's a fascinating approach. I didn't understand the underlying issue. I would be very interested in how you accomplished that!
I ran into this issue and the workaround suggested by @Bloggerschmidt here https://github.com/directus/directus/issues/14185#issuecomment-1279064962 to remove links, save, and relink worked for me on Directus v9.21.0.
Here is the migration guide from CodeMirror5 to 6: https://codemirror.net/docs/migration/. Here's what I tried: ``` git clone this repo cd directus/api pnpm uninstall codemirror @types/codemirror pnpm i -D codemirror@6 pnpm...
Side Note: Agit CMS is using CodeMirror6 and the authoring experience is really nice. This suggests to me that moving forward with an upgrade to CodeMirror6 may result in an...
First, regarding this ticket: this is good FYI. I assume specifically its this flag: https://vite-pwa-org.netlify.app/guide/unregister-service-worker.html#development. Second, some back story relevant to this ticket that might be helpful context if anyone...
Some context for this ticket: I'm on a search for a "good" editor experience for Markdown. I'm taking notes over on https://github.com/directus/directus/discussions/16762, which includes a link to a spreadsheet where...
The discriminator field_name is an actual field in the serialized data. So, your data should look something like: ``` { "type": "userType1" } ```