tom-kuca
tom-kuca
You can get more information if you open Console in Developer tools, usually `Ctrl+Shift+I`. Check #31, the symptoms are the same.
> Has anyone got any feedback on the config outlined above? An alternative is to use RFC 5698 - Data Structure for the Security Suitability of Cryptographic Algorithms (DSSC). It's...
I can't build it against 4.1.0 with the error ``` Event.cpp: In function '_jobject* Java_org_zeromq_ZMQ_00024Event_recv(JNIEnv*, jclass, jlong, jint)': Event.cpp:60:5: error: 'zmq_event_t' was not declared in this scope Event.cpp:60:17: error: expected...
I look around, the error message comes from [mautrix/go](https://github.com/mautrix/go/blob/cbd13347246359e3819ac12ee2576788bce36705/bridge/commands/doublepuppet.go#L29). It's printed when `GetIGhost()` returns nil. For slack, the implementation is commented out: https://github.com/mautrix/slack/blob/a9ba2f9249bdc5df69a1349122d1769e7e48c9e1/user.go#L85-L95 It was commented 2 years ago in...
I have the same problem after I updated gollum to 6.0. I use gollum as mounted engine in Rails 8 application. I don't use `gollum-auth`. I suspect `gollum-auth` or `actionmodel`...
I didn't need most of `ActiveStorage::Streaming`, I replaced it with ` ActionController::DataStreaming`. ```patch - include ActiveStorage::Streaming + include ActionController::DataStreaming ```
I have the same problem too. @gauravjuvekar I believe it was introduced in https://github.com/nix-community/home-manager/pull/5683. I added `set -x` and run `home-manager --flake . switch`, here are the last lines of...
> @tom-kuca Can you test with [gauravjuvekar@3b13d96](https://github.com/gauravjuvekar/home-manager/commit/3b13d96016e7e4f2b5a7f51f7ddc6fcaebfbb4c7) The patch fixes the issue for me. Both bryango's solutions works too.