Alex Besogonov

Results 14 issues of Alex Besogonov

**Is your feature request related to a problem? Please describe.** Yes, the old SDK provided access to the list of AWS endpoints. This is necessary to build generic UI that...

feature-request

### What do you want to change? sqlc has support for custom data types, including pointer types. I was hoping to use it to support custom deserialization for a type...

enhancement
:books: mysql
:books: postgresql
:wrench: golang
:books: sqlite

A clear and concise description of what the bug is. If you zoom out on the map to the whole Earth level, and then drag the map left or right...

CORS needs to be allow-listed for unauthenticated requests (without the API key) otherwise browsers can't use it. This can be simply done by moving the https://github.com/mudler/LocalAI/blob/07655c0c2e0e5fe2bca86339a12237b69d258636/core/http/app.go#L138C5-L138C16 block before the authorization...

bug
unconfirmed

This adds support for Nominatim-based reverse geocoding, along with Photon and Geofi. To use it, set the environment variables: NOMINATIM_API_HOST - the host name of the OSM Nominatim server NOMINATIM_API_USE_HTTPS...

Kobo doesn't support audio files or audio overlays in EPUBs, and they blow up the file sizes tremendously. Strip them by default.

I'm using SkiaApi.Context() to render onto a surface obtained from WebGPU: ``` const nativeSurface = this.canvasRef.getNativeSurface(); const context = SkiaApi.Context(nativeSurface.surface, width, height); const surface = context.getSurface(); runRendering(surface); surface.flush(); context.present(); surface.dispose();...

This bridge allows retreival of full comic pages from the RSS feed. The comic is licensed under CC BY-NC-ND 4.0.

Bridge-Request

Oglaf comics have _both_ the alt text and title text set for the images. Make both visible!

Eagerly-loaded images are great for the local network, it feels awesome when web comic pages can be opened within a fraction of a second. However, eagerly-loaded images suck when you're...