Stanislav N.

Results 29 issues of Stanislav N.

I'm trying to get 2.1.0 to work with registry using proxy method but unable to push images. My compose file: ``` version: "2.4" services: registry: image: "registry:2.7.1" restart: always volumes:...

Currently mac version is built only for Intel macs. Can arm64 build be added, please?

Using 1.1.2 with miniflux as backend on macOS 12.4. Not using any keys remapping software. When using hotkeys (left and right arrows) to switch between articles it often stops working...

``` planka_1 | Warning: Adapter sent back a uniqueness error, but that error references key(s) (card_id, user_id) which cannot planka_1 | be matched up with the column names of any...

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

bug

As title says, it have problems. To be more specific - latest iTunes on 10.12.6 shows nothing in playlist, but it is added to database. This problem appears on 24.2...

enhancement

Having problem while compiling/running my application on FreeBSD: ``` fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0xbae25d6 pc=0x802c7bc92] runtime stack: runtime.throw(0x851914, 0x2a) /usr/local/go/src/runtime/panic.go:566 +0x95 runtime.sigpanic()...

Hello. Trying to run urtrator (https://github.com/pztrn/urtrator) on fully updated CentOS 7. Everything builds and run fine, except dialogs. When I'm trying to show dialog (e.g. https://github.com/pztrn/urtrator/blob/master/ui/options.go#L70) this errors appeared: ```...

Tried to build URTrator (https://github.com/pztrn/urtrator) on windows under MSYS2-MINGW64, everything went fine, except it won't launch if build command was `go build -ldflags "-H windowsgui" -v`. This linker flag is...

Using: * haxe 4.2.2 from brew * hxcpp 4.2.1 * Apple MacBook Pro 2020 with M1 chip (arm64) Trying to compile simple hello world: ```haxe ## main.hx: import lib.Logger; class...