Eric Xanderson

Results 20 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...

### got Chirpstack v4 running, but can't see to connect after setting up the device in Arduino IDE: Have A Wio Terminal Tester with https://wiki.seeedstudio.com/Wio_Terminal_LoRaWan_Chassis_with_Antenna-built-in_LoRa-E5_and_GNSS_EU868_US915 Cleared the Eprom with Clear_LoRaE5_eprom.uf2...

trying to change ports on ```chirpstack.toml``` and use a existing postgres DB dump. Is 8080 port hard coded somewhere in the gRPC? Or How would we improve the trace stack:...

Export ```openTilesDataBase``` function to gain access to the underlying db/store and add a ```createdAt``` index to allow clients to prune based on how old tiles are. Does not: - Address...

Any plans to move to Vue3?

possibly related: https://github.com/bugra9/gdal3.js/issues/83 I'm trying to use https://gdal.org/en/latest/programs/ogrinfo.html / https://gdal3.js.org/docs/module-a_ogrinfo.html According to the ogrinfo we should be able to modify and edit the dataset: ``` -sql |@[](https://gdal.org/en/latest/programs/ogrinfo.html#cmdoption-ogrinfo-sql) Execute the indicated...