Brandon Wees

Results 63 comments of Brandon Wees

Alright I have implemented a fix that uses checkboxes and does not break any existing tests. The test server now utilizes a middleware so any POST requests incoming that are...

Correct Brandon Wees On Mar 25, 2022, 2:12 AM -0500, dgtlmoon ***@***.***>, wrote: > I guess you want the option to be really like > "Alert only when removed" >...

I have done this but when a marker is tapped on the edge of the screen, the callout is not centered on the point, resulting in a marker that is...

Just got a similar attack to what @youseq had. However it stemmed from Russia, Pakistan, and even the UK. That's the last time I'm exposing a flask server to the...

It appears to fix itself on 1.20.2, will open a freshRSS issue and mention this issue here.

Still relevant

I figured out the issue. There seems to be some compatability issues with newer versions of Python (specifically the requests module). I used Python 3.5.9 in a docker container (not...

What is the best way of implementing this? I tried merging all 3 PRs into my own fork and then adding that as a dependency but many errors are thrown:...

I have added a few @ts-expect-error tags on the offending lines in my branch, however when I do the expo prebuild, I get the following error and Xcode is unable...

it appears that it may be getting confused with multiple targets requesting SwiftUI. If I remove the main watch app's SwiftUI framework declaration, it appears to complete rebuild correctly