Eric Xanderson

Results 15 issues of Eric Xanderson

When using a raster in QGis from PostGIS/Postgresql, it does not show up as a DEM file. I might be able to fix it if someone can point me to...

text-generation-webui appears to have an OpenAI compatible API. It's not clear when you have the openAI docs how to use it that way. Looks like there's a custom API option,...

Ran into weird calling code inside a webworker in android chrome that calls ulid() exported here, and then hits this error. Can't see where the bug is, but regardless, should...

this package appears to conflict with a seemingly standard polyfill in webpack5: ``` cfg.resolve.alias = { ...cfg.resolve.alias, process: 'process/browser', } ``` ``` cfg.plugins = [ ...cfg.plugins, new webpack.ProvidePlugin({ Buffer: ['buffer',...

Trying to put some containers together, and find it odd that I need go to build a tool to secure nats. Why not provide either: 1. A binary inside the...