DIMFLIX
DIMFLIX
### Checklist - [X] I am sure the error is coming from Pyrogram's code and not elsewhere - [X] I have searched in the issue tracker for similar bug reports,...
### 📋 Page(s) affected (or suggested, for new content) https://beta.tauri.app/guides/build/ ### 📋 Description or bullet point outline (if proposing new content) The application is assembled. I am trying to install...
Question in the issue header
11-20 17:14:05.142 28311 28311 E Tauri/Console: File: http://tauri.localhost/ - Line 0 - Msg: Uncaught plugin websocket not found main.ts ``` import WebSocket from "@tauri-apps/plugin-websocket"; const ws = await WebSocket.connect("ws://157b-89-178-124-63.ngrok-free.app/ws"); ```...
Hi, I'd like to ask you a question: On the client side, access_token and refresh_token are stored in store Vue during authorisation. Suppose access_token expired and I was on the...
### Rofi version (rofi -v or git commit in case of build issue) Version: 1.7.5+wayland3-26-gd88b475b (makepkg) ### Configuration https://gist.github.com/DIMFLIX-OFFICIAL/059ef9ccab59cae7f1489d50e23f5223 ### Theme https://gist.github.com/DIMFLIX-OFFICIAL/a5e3ad391f6ae554723ad62dcff006bd ### Timing report _No response_ ### Launch command...
Hello, your theme is beautiful. You can flexibly customize it for yourself. The only thing I would like to see in your topic is the ability to see the event...
How do I update the micro configuration without closing it? I need this for a dynamic theme change. OS: Arch Linux Terminal: Kitty, Alacritty
Good afternoon, I have a question. I apologize if it has already been asked. I looked up the history of issue, but I couldn't find anything like this. Is there...
This commit resolves issue #87 by: 1. Explicitly defining GObject properties via __gproperties__ before super().__init__() 2. Implementing do_get_property for proper property access 3. Replacing direct property access with get_property() calls...