robsmith11

Results 83 comments of robsmith11

I needed this workaround as well on Arch Linux.

I just compiled it by changing the build script to use -march=native and it's working fine on my Snapdragon 625

@Marcus0086 From what I remember, I just changed build.sh to something like below and it worked: ``` #!/bin/sh [ -e libancillary/ancillary.h ] || git submodule update --init libancillary || exit...

I just ran into this issue with my Samsung Fold 3. I wasn't getting any reminders until I enabled the screen on option.

Could the Readme be updated with an alternate link to docs? Currently the only link 404s.

Any update on this? When I use LineageOS, I can hide the notification bar or any app, but I don't have that option with my bootloader-locked Huawei Mate 20 X....

@stephanbeer do you mean the suggestion bar? I use Key Mapper for creating shortcuts, but it also has the benefit of removing the black suggestion bar at the bottom of...

@vtjnash Why have you closed this issue? There isn't definitive evidence that it's a glibc bug, and even if there were, shouldn't it stay open until the issue is fixed...

Is there a reason this hasn't moved forward? A simple way to explicitly set the color like is possible in ggplot2 seems like a pretty important feature..

That's still a bit verbose.. `color='red'` compared to `color=[colorant"red"]` but better than I had thought. However, it doesn't seem to work with `Geom.line`: ```julia julia> plot(DataFrame(x=1:100, y=rand(100)), x=:x, y=:y, Geom.line,...