Stephen Martindale
Stephen Martindale
+1 on Windows 10 10.0.19044; `wt` says it's 1.15.2874.0 after I finally worked out how to call up the *about* dialogue. I first noticed this with keyboard shortcuts like `ctrl+c`...
For me, the first-prize solution would be for us to be able to declare the a struct can be marshalled to Javascript in one direction, only. For example: ``` #[wasm_bindgen(serialize-only)]...
In 5e511f12d7f056d3c3fcbb53e3041e308ad0ce74, I have begun writing unit-tests with _Mocha_ (https://mochajs.org/) and added tests for `GameState`, `GamePosition` and `GameTree`. More coverage is certainly desirable.
I can confirm this, too: ```txt Version: 1.89.0 Release: 24127 Commit: 4379b66f0d4dd9881ba96fa086f387725b69a24b Date: 2024-05-06T17:54:09.063Z Electron: 28.2.8 ElectronBuildId: undefined Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 6.6.21-gentoo ``` That's...
Additionally, it appears that a whole host of drag-and-drop operations are non functional: 1. Rearranging activity bar icons does not work at all. 2. Dragging files into the editor will...
Further on this topic, separated into a comment to preserve the purity of the issue OP, here is a link to an external, down-stream issue (https://github.com/rustwasm/wasm-bindgen/issues/2215) which demonstrate that problem...
Another idea: move the avatar to the "Commit" button would save some space for the commit message. After all, the tool-tip on that image is "Committing as balh blah" and...
And yet another reason why `RUSTFLAGS` is a terrible, terrible way to control compiler warnings from `rustc` is [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer). If one's build script hacks about with `RUSTFLAGS`, [rust-analyzer](https://github.com/rust-analyzer/rust-analyzer) has no...
I can also confirm this on: - `neovide` 0.15.0 - Linux `x86_64`
Further to last: One workaround is to simply name *Fira Code* in the `config.toml`, as follows: ```toml [font] normal = ["Fira Code"] size = 11.5 ``` This begs a question:...