Richard Brežák
Richard Brežák
Uh, no, wrong, I don't really care what that guy says. Using PGTK allows gtk widget embedding to work which, while I don't use it YET is planned. Mpv can...
Im either the luckiest person alive or have been maintaining my own fork of emacs for a year. I've never encountered any PGTK issues, the only i have encountered which...
Has there been any progress on this from anyone? I'm hitting ``` module.kubernetes.module.generated.kubernetes_manifest.default_ValidatingWebhookConfiguration_istiod-default-validator: Modifying... ╷ │ Error: There was a field manager conflict when trying to apply the manifest for...
Oh yeah forgot to test that, i did try `[*]` which didnt make terraform happy... interesting that in the error it seems to know what key each element corresponds to...
I had two errors related to this, one was something in `websockets[*].failuredMode` that one went away when i used `computed_fields`. The other was `metadata.createTimestamp` or something like that, that was...
Splat wont work, you need to hard code the list index where the offending attribute occurs. I'll share the exact xode once I get to my laptop. (Again it'll be...
It doesn't happen all the time but also not specific to a room, it happens to all rooms sometimes.
Ill test everything tomorrow, for the stuff i can now, I use synapse, almost latest but it has been happening for a long time.
@BinaryAura How can you be sure that no race conditions occur? Also from what I know, rendering with opengl only works on the main thread, so if my information is...
Oh and for those wanting to share windows between threads, command buffers might be of use to you folk