Richard Brooksby
Richard Brooksby
When DAVx5 needs to subscribe you to a WebCAL it asks you to install ICSx5, and it manages to do this via F-Droid. I'm not sure if this is helpful,...
Another possibly relevant thing. If I enter `market://details?id=at.bitfire.icsdroid` into the Firefox address bar and choose "open in app" I'm offered all possible app stores, so there's clearly a sort of...
I created https://github.com/finnmglas/Launcher/issues/86 before I found this. I also do not have a DCIM/Camera folder, but that is going to be the case for all /e/OS users. The camera app...
In his original message, Filip Strömbäck writes: > When I compile the provided sample with -O3, the compiler does not use the rbp register for a frame pointer, but rather...
> ``` > exactRoots[i] = make(ap, roots_count); > ``` This could be replaced with: ``` ambiguousRoot = make(ap, roots_count); MEMORY_BARRIER(); exactRoots[i] = ambiguousRoot; ``` The MPS is fine with an...
Reproduction notes: 1. Launch EC2 instance with Ubuntu on arm64, ami-0bbd1b7c1501b5858, on t4g.2xlarge. 2. `sudo apt-get update` 3. `sudo apt-get install clang make gdb` 4. `git clone https://github.com/Ravenbrook/mps.git` 5. `cd...
> 2. There are races in `dylan_make_wrappers` That looks like the sort of thing that would, in general, require a real lock. Simply ensuring it's called before we spawn threads...
Just a note for anyone reading this thread later. @gareth-rees says above: > * Much more common on arm64 The reason we're running in to this now is because the...
GitHub's [Open Source Guides](https://opensource.guide/) are another excellent source of checklists, and I think we should also work through them, but I intend [*this* issue](https://github.com/Ravenbrook/mps/issues/54) to be closed when the setting...
In the section “[About community profiles for public repositories](https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/about-community-profiles-for-public-repositories)” GitHub recommends using the [Community Profile checker](https://github.com/Ravenbrook/mps/community). Here is a snapshot of how it looks now: ![Screenshot 2021-01-10 at 14 50...