Slav Basharov

Results 14 comments of Slav Basharov

I've already developed the theme I needed using the slow manual method for now... But from what I can gather it would require the following: - having a script that...

@robertknight Wouldn't simply adding adding a `ready: true` to the state when handling the browser action fix the issue of not injecting the client? https://github.com/hypothesis/browser-extension/blob/1ae6ed57fa6a545233c3b164a6ff5a8101c014c5/src/background/tab-state.js#L73 Like this: ```javascript this.activateTab =...

Hi there! The extension doesn't currently support this, do you want to be able to hide certain sites?

I'm also seeing this on v1 after turning off decorations, then turning them back on. Example: ``` await tauriWindow.getCurrent().setDecorations(false); await tauriWindow.getCurrent().setDecorations(true); // Window controls are floating above window ```

I had a look into the code, this is an issue in Tao due to the `NSWindowStyleMask::NSTitledWindowMask` being set, even if you had created a window with `hidden_title` set to...

Interesting. Will this still set the queue to the full smart playlist, or just the selected album? > The view in the smart playlist use the new album_id attribute of...

Also I think that the UI needs work to make sure that it all makes sense in various window sizes. Right now there is a lot of overlap when you...

> But even outside this PR, there are lot of bugs: > in a small window, when the sidebar is full, the queue is very small Yeah, there's a lot...

I hear this sometimes as well, must be due to the buffers being flushed. I'll try muting these samples, or sending a signal to the output callback to ignore them

I can reproduce this on Linux but not on macOS for some reason (the shortcut isn't triggered when typing in a focused input field). I've opened a Tauri bug here:...