Eryk Rakowski
Eryk Rakowski
Wexond could have packages API for creating custom components, like Spotify music controller in the Overlay. Wexond will run the plugins in an isolated vm using my module [`easy-vm`](https://github.com/sentialx/easy-vm) to...
I'm open to your suggestions. TODO: ## Appearance - [x] Theme variant - [x] Overlay animations - [x] Toggle bookmarks in Overlay - [ ] ~~Font size~~ ## Autofill -...
Extensions system is moved to a separate package: https://github.com/sentialx/electron-extensions Currently supported APIs: - [ ] [`tabs`](https://developer.chrome.com/extensions/tabs) - [x] `onCreated` - [x] `onUpdated` - [x] `onActivated` - [ ] `onRemoved` -...
It would be great to see uploading files using drag and drop onto Qusly, and downloading files by dragging to desktop.
It would be great to search through all files on a server with these optional settings: - [ ] Case sensitivity - [ ] Regex
#### Description of Change This PR adds an API `session.setExtensionAPIHandlers` so that users can specify the behavior of the `chrome.tabs.get` API and the default tab behavior (for example when an...
Stargates should accept connections regardless of the dialing state, as it was in the show.
This PR should fix issues when moving the gate by using mods like WarpDrive, Valkyrien etc. Nine chevron address stays the same when the gate moves and seven chevron address...
Fixes issues with linking DHD or Transport Rings when a block position changes.
What would be the preferred way to make an encoder-decoder architecture with Mamba? I tried concatenating embeddings to decoder inputs with no luck. My use case is a diffusion model...