Chris Spiegl

Results 146 comments of Chris Spiegl

This looks very promising and I appreciate the work being done on this 👍. Thank you.

### Zoom F6 set to 24fps **32bit float file at 48.000 Hz** ``` Metadata: comment : zSPEED=24.000ND : zTAKE=006 : zUBITS=20110600 : zSCENE=201106 : zTAPE=1 : zCIRCLED=FALSE : zTRK3=Tr1 :...

### Atomos Ninja V The Atomos Ninja V also inserts Timecode data into the media file, so I thought I'd share the metadata read. Timecode on the device was set...

Isn't it a little ironic that the Package manager that is supposed to update all the packages is not updating itself? Also on Packal. www.packal.org there is a version built...

Dear @sxzz , sorry for the long wait time. I had this planned for long but never found the time. I have now created a reproduction: https://codesandbox.io/p/sandbox/reproduction-stale-dep-pnpm-workspace-dr2lfj This shows that...

Updated the reproduction to show the case a bit better and run on Node version 18. https://codesandbox.io/p/sandbox/reproduction-stale-dep-pnpm-workspace-dr2lfj (link above is also updated). **Steps to reproduce:** 1. open sandbox 2. run...

When defining the `runtimeConfig` with `process.env.NUXT_` variables… they don't get run on execution but rather are put right into the build process (and then deployed)/ ``` runtimeConfig: { myVar: process.env.NUXTMY_VAR,...

Could it possibly be a difference between using a `node_compat` environment? My test results say **YES**: Update: my first comment did not consider that `nodejs_compat` automatically triggers `v2` when `compatibility_date`...

The reason for me to use the `compatibility_flags` is actually not `nitro` or `nuxt` but rather some crypto libraries I am using. Which leads to me needing it anyway. But...

Not my use case for crypto, and I am using `crypto-js`. But in my experience, there are tones of reasons to use `nodejs_compat` and I'd hope that `nitro` can support...