Austin Wise

Results 19 comments of Austin Wise

One place that Mastodon explicitly sets ACLs is when suspending an account. All media from the suspended account is [made private using ACLs](https://github.com/mastodon/mastodon/blob/a233a9bfb5f384e89bdaef6e519fa20db2a99ae5/app/services/suspend_account_service.rb#L80). There is a PR (https://github.com/mastodon/mastodon/pull/17979) that adds...

The Windows 11 preview has it's own version of an I/O uring API. This suggests that a design that takes into account I/O uring on Linux will also benefit Windows....

> ## System.Threading > > * [Add support for Windows IO completions to the portable thread pool runtime#64834](https://github.com/dotnet/runtime/pull/64834) > This appears to have not made it into the blog post....

I rebased the commit to resolve merge conflicts and update the description of this PR with more details.

@nightpool Can you take another look at this PR. I updated the description with a more detailed description on why people are likely to incorrectly setup their S3-compatible storage. And...

In the short term, I found a work around: checkout the code in WSL and point IntelliJ at it: https://www.jetbrains.com/help/idea/how-to-use-wsl-development-environment-in-product.html

I updated the description of the issue to reflect the broader scope that as been assigned to this issue. I don't know know how issue editing permissions work in GitHub,...

Hmmm, it seems this may be more involved than I anticipated. Closing for now.

I looked into the test failures and I'm not sure why they are failing. It is just the "Build and test on RBE :ubuntu: 16.04 LTS (OpenJDK 8, gcc 5.4.0)"...

Thanks for explaining the difference between local and RBE builds. If I can figure this out, I'll mark this ready for review.