Simon Wiles

Results 10 issues of Simon Wiles

are the unobfuscated sources for `public/js/app.js` and `public/css/default.css` available anywhere? i think they're supposed to be provided as per the license terms, but in any event it's impossible to work...

As described in #540 it would be great to have a pages for public archives of previous campaigns. #540 was closed when the other part of the feature request was...

enhancement

``` Player.on('playing', (currentTick) => console.log("playing")); Player.on('endOfFile', () => console.log("endOfFile")); ``` I consistently get one `playing` event firing *after* the `endOfFile` event. Is this expected behaviour? Thanks!

I came across this while about to open an issue and PR against the documentation for `batch_size`, which is a bit incomplete. As mentioned in #145, while: > [`SQLITE_MAX_VARIABLE_NUMBER`](https://www.sqlite.org/limits.html#max_variable_number) ......

enhancement

This PR changes the line-select UI in patch mode to allow toggling lines by clicking anywhere on the line. It doesn't address all the desired improvements described in #1421 (and...

I regularly run into the situation where I rebase one branch on another, and resolve conflicts by completely scrapping changes on the checked out branch. At this point, I can't...

Thanks for saving this plugin! I used to use this all the time via an "action" in my file browser (Nemo or Nautilus) that relied on the `immediate` argument to...

I'm having a hard time getting this to work with SASS/SCSS through `svelte-preprocess`. The documentation seems to suggest this should work, but I get errors like `parcel-transformer-svelte: Colon is expected`...

In the last couple of days `ungit` crashes every time I load it, with the error: ``` 2024-03-08T03:57:20.668Z - error: Error: ENOENT: no such file or directory, stat '/path/to/repo/.git/index.lock' at...

### Description If I set a window rule of the form: ``` windowrulev2 = monitor $primaryMonitor,class:^(FreeTube)$ ``` all works well, but if I also set: ``` windowrulev2 = workspace empty,class:^(FreeTube)$...

enhancement
stale