Ivar

Results 5 comments of Ivar

In build.sbt it should say "ui/public" not public/ui or it might fail to get assets. watchSources ++= (baseDirectory.value / "ui/public" ** "*").get

I get the same on version: ```mkchromecast v0.3.8.1``` x11grab works: ```ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :1 -c:v libx264 -qp 0 -preset ultrafast capture.mkv``` Tried mkchromecast: Added firewall...

> How about removing the parameter and apply that behavior if `apiPath == uploadPath` (building a single route)? That sounds like a better approach. I want to add, that Graphql...

> Hmm it's hard to tell 🤔 Could you try to minimize your use case? Will try to setup a simple but more elaborated test see if can figure it...

The main use case is scheduled cleanup of temporary or transient data. I want to be able to limit how many rows get deleted per run. Typically as part of...