Michael New

Results 30 comments of Michael New

I get this issue as well. It looks like it's insetting the little refresh indicator by the height of the navigation bar. If I change the `navigationBarInset` method in `ODRefreshControl.m`...

> The menu under the 3 horizontal bars button upper right does not appear to work. I touch it once, and small menu pops up. But on that touching Preferences,...

Even just being able to use h,j,k,l and G, gg commands would be a really nice start. The link-hit mode that Vimium uses would probably be tricky, but why not...

Ah, well that's disappointing but it does make sense. I didn't realize they stopped development on libspotify.

Makes sense. I thought there might be a Wayland wrapper I was missing but I don't know of any either. I've since realized that using `createWindow` and `vulkanCreateSurface` will produce...

So here's what I think is happening, plus 2/3 of a workaround (maybe someone else can figure out the rest of this): Most games run in an Xwayland window, and...

@yaomtc try this. I'm not sure how to set the pkver correctly here, because yay always wants to update to the latest commit from the master branch, but otherwise this...

My bridge is running on High Sierra, and images seem to only show up in the filesystem as JPEG, not HEIF, even when taken and sent from an iOS 12...

Been running fine for me with rocm. Try this: ```bash pip uninstall torch torchaudio -y pip install torch torchaudio --index-url https://download.pytorch.org/whl/rocm5.4.2 ```

@pciazynski nice, glad you got it working. I'm using a Radeon VII and I didn't run into that issue. What I posted above was all I had to do, at...