Matt Carter

Results 12 comments of Matt Carter

For some reason the default video storage path gets screwed up in the Docker image. It seems to point to an unwritable location rather than somewhere it can work with...

When you say 'on demand instructions' I assume you mean to execute some arbitrary code? I'm guessing since this can already be done with JavaScript you mean to break out...

Noted but EJS is really just rendering a one-off HTML page in this instance. I'll add this to the todo list the next time I visit the internals.

This one can be closed if you wish, I found a work around elsewhere.

Yeah unfortunately the downstream libraries that rely on it (this one for example) all break when they change how to setup the API object. I kinda get how they need...

The WebSocket is throwing in the same way for us and its killing remote data monitoring as we've had to go back to polling until this fixed. * We're using...

@soedirgo - I'm also seeing this runtime error with the Vite framework. What logs do you require exactly? Just a package-lock or something more specific?

To elaborate - I've got @supabase/supabase-js in a submodule that the main project is importing. This submodule works fine when _linked_ instead of _installed_ which may suggest the issue is...

Alright after some hair pulling I got this to play nice with Vite. It looks like some of the modules need explicit aliasing otherwise Vite / ESBuild / Rollup seems...

@soedirgo after playing around a bit it looks like this only seems to be a problem when Supabase is a sub-dependency (i.e. project imports NPM which _then_ imports Supabase). I've...