Mike S.
Mike S.
I found [this article](https://www.freecodecamp.org/news/how-to-implement-runtime-environment-variables-with-create-react-app-docker-and-nginx-7f9d42a91d70/) to be useful for docker images. Where we ran a script prior to build: _env.sh_ ```shell #!/bin/bash # https://create-react-app.dev/docs/adding-custom-environment-variables We should utilize these instead of the...
Do you think you could feed the stream directly into rtsp simple server or frigate? Instead of first saving to disk then running ffmpeg on it?
What are thoughts on this feature? Would love to see this capability
You can actually see in the comment here: https://github.com/udecode/plate/blob/d65268878e01aa8e4f05c99bba653880678cdcf7/packages/excalidraw/src/hooks/useExcalidrawElement.ts#L38-L44 Updating the value within Excalidraw doesn't update the plate value due to the render loop it causes. I actually implemented excalidraw...
> Thank you @mstelz! Is there anywhere I can find your dialog implementation? [Here](https://gist.github.com/mstelz/619ab11e8ee471d86fddc465a735f27e) is a quick and dirty implementation, needs some cleanup and better file handling but you can...
> Adding text nodes beside each other > To wrap text around an image/Media Embed The first point seems achievable with a borderless single row in a table today. Which...
Thoughts @willopez and @zbeyens ?