Results 18 issues of Fabien Franzen

Hi @GianlucaGuarini - after having found `riot-animore` some time ago, I only discovered `animore` just now. Very interesting! Could you please add the supported browsers/environments to the readme, and perhaps...

As outlined [here](https://github.com/FormerLurker/ArcWelderLib/issues/70#issuecomment-1148269124) I'm using ArcWelder to prepare files for CNC cutting using a tangential knife. Apart from the former issue, the generated G2/G3 code looks pretty good. However, perfect...

enhancement

Hi there. Apparently it was decided that `` and `data-is` should not be used together: https://github.com/riot/riot/issues/2511#issuecomment-351510623 This construct is still being used here, though: https://github.com/elbywan/bosket/blob/d510341f3ec7382f32a5e331e7aabd035f336a4a/src/riot/components/TreeViewNode.tag#L27

**Is your feature request related to a problem? Please describe.** The `initialValue` option for any field is very useful (requested by #1581, and shipping in [v2.9.1](https://github.com/sanity-io/sanity/releases/tag/v2.9.1)) However, it appears that...

**Is your feature request related to a problem? Please describe.** There's currently no way to copy data structures from object and array fields between documents or fields of a document....

I have used [@sanity/language-filter](https://www.npmjs.com/package/@sanity/language-filter) on a project in the past, but it doesn't appear to be working in a new v.2 project today, running all the latest versions of Studio....

**Is your feature request related to a problem? Please describe.** For some document types, I would like to prefix the `_id` for an item when it's created. These documents should...

:crystal_ball: Feature Request

**Describe the bug** When the `filter` option of a `reference` field is set to a function (normal or async), that function will only be called once, initially when the autocomplete...

Hi @ricokahler , thanks for this plugin, it's really useful! However, I was wondering why the preval code runs multiple times during build. Do you know if Next.js is using...

released on @alpha
priority

I'm using https://github.com/martpie/next-transpile-modules within a mono-repo for a smooth dev experience. Unfortunately, it is not compatible with `next-plugin-preval`. In theory `next-transpile-modules` would run before `next-plugin-preval` and it should all just...