Results 65 comments of Пётр

The exception is thrown in `refreshUsernamePlaceholder()` on the following line: `let homeserver = URL(string: defaults.string(forKey: "Homeserver") ?? "https://matrix.org")!.host ?? "matrix.org"`

I could successfully start Seaglass with the fillowing fix: `let homeserver = URL(string: defaults.string(forKey: "Homeserver") ?? "https://matrix.org")?.host ?? "matrix.org"`

pinhead84, Any news about 10.8 and 10.9 compatibility?

The same problem connecting from Mac OS X (build-in VNC client) to another Mac OS X, both with FR keyboard layout.

Yes, switching to EN-US helps. There is an (experimental?) option `keyboardLoading` that helps too, but with this option activated in some clients some buttons don't work (ex: `@` and `#`...

> I get a `@` when typing a `#` Interesting! It's different from my symptoms! What is your VNC client? What is your client's OS?

I have no such problem, building the mentioned snapshot with mojarra (the profile is present in pom).

Does the commit https://github.com/nginx/unit/commit/fd6a6a5514c420dae2b393f62fee65f87758dec9 fixed the problem of socket deletion? UPDATE: The commit does not solve the problem, I needed to remove the socket in startup script to get restart...

I've just checked the sources of the module `github.com/gcla/gowid v1.4.1-0.20220717013040-1d7a75b6f5cb` declared in go.mod - there is the same code in `columns.go`. So, for sure, there are no local modifications here....