Joseph Hughes
Joseph Hughes
``` 2022-04-16T15:49:52.984000Z ERROR Database error 22007: invalid input syntax for type timestamp with time zone: "datetime('now')" QUERY: CREATE TABLE "user" ( email text, name text, createdat timestamptz default 'datetime(''now'')', updatedat...
@leeliu we have been using our own build process for an arm64 logdna agent. It has worked well for us, so I figured I would sanitize it a bit and...
I changed `entry: slsw.lib.entries` to just `index.js` (where my function is) And this error goes away. it seems like the root cause is `slsw.lib.entries` is not finding the correct file...
Many cloud providers are beginning to support http/3 on their load balancers. There are many cases where http/3 connections to upstreams could be beneficial such as less reliable networks. It...
@mholt my case is pretty specific but Caddy is running on an IOT device out in the wild where it will experience vairous degrees of bad wifi or poor connection....
This change causes Travis to fail. Docker should not even been installed on the system for the tests to work... we are mocking out each call that should be made...