Lucas Lorentz
Lucas Lorentz
Simplest way to outline text - use GlowFilter. But it is not universal solution. For example it cannot give for us gradient outline. PS: Copy of issue 38 on google...
Even when log format is configured as console inside caddyfile, there are too many messages logged before the logger is configured: https://github.com/lucaslorentz/caddy-docker-proxy/issues/262#issuecomment-854103751 Ideally, the base caddyfile should be used to...
I'd love to see some command/option that would just spit out the raw Caddyfile (or the resulting JSON) it would generate from a set of labels (or something similar to...
Currently, there is only 1 way to configure CDP in distributed mode (controllers + servers): - Setting `CADDY_CONTROLLER_NETWORK` with network CIDR on both controller and servers What I'm changing: -...
If you try to compile a lot of files, it will raise an error saying that the command line is too long. I've changed the plugin to write all arguments...
Implement a rewind to point functionality where you chose the point in history that you want to rewind to. Algorithm: - Find last execution - Retrieve all events from last...
Adding a project I started recently: https://github.com/lucaslorentz/auto-compute
ORM/AutoCompute - [AutoCompute](https://github.com/lucaslorentz/auto-compute) Persisted computed properties in EF Core that update automatically on save changes.