Erik LaBianca

Results 46 comments of Erik LaBianca

@mattalberts that would help, I ran into two helm charts back to back that wouldn't quite work with Cloudflare since it wasn't allowing `path: "/"`. Thanks!

I'm using plv8ify to implement AWS request signing as a Postgres function. This allows applications built using no-code API tools such as postgrest, postgraphile, and hasura to easily generate upload/download...

@divyenduz there's no need to access resources on the postgres server. The signing function generates usable pre-signed urls via select queries, which can be used by a client application running...

I have a few thoughts on this issue. One benefit of the library as it stands now is that it does not bring in bunch of extra dependencies. This is...

Ok so I've tracked this down, even so far as a failing test. The root issue is that the library matching code doesn't include the _2.11 suffix from scala libraries....

If it's helpful I can push the change to the shading test to make it fail. I tried to track down the best place to adjust the module id lookup...