Schmitt Christian
Schmitt Christian
Hello, I'm trying to build a Plugin System on top of your awesome Library. I currently have the following use cases: - Download & Start Plugins at runtime - Upgrade...
currently it's possible to add the plugin to firefox without any changes, so it should be possible to add it to the firefox addon store (currently I just need to...
Hello it seems that the Documentation Website is offline? Any chance to have the website in github aswell?
Hello, currently it would be great if we would have more options in specifing Mime Data. I think the only way to handle that as good as possible would be...
Actually in our master branch, we use `java.net.URI` as our URI parameter: - https://github.com/playframework/playframework/blob/master/framework/src/play-akka-http-server/src/main/scala/play/core/server/akkahttp/ModelConversion.scala#L79 - https://github.com/playframework/playframework/blob/master/framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala However this is not a good idea since `java.net.URI` is not a good URI...
currently I'm working on a small reporting tool that will output some of our events (create and change events for a specific type) into a csv specific by a start...
Hello, currently having a method that gets invoked via DI: ``` RecurringJob.AddOrUpdate( $"job-{id}", x => x.Call(id, CancellationToken.None), cron, TimeZoneInfo.Local); ``` ``` public class JobClass { private readonly DbContext _context; public...
currently our company want's to scale-out blazor a little bit, however the documentation is really lacking, especially what happens if redis/azure signalr services is used as a backend. I mean...
**Describe the solution you'd like** currently we often update our jobs to use a different time, is there any way to actually reconfigure the time a IInvocable does run? Also...
Hello I'm actually quite loving the pg_cron extensions, it allows for small users a really simple mechanism to create High Available Cron Jobs. However managing these are quite a bit...