Leigh
Leigh
Thanks for rewiring the issue. Could you share the html that you are including it in? And what version of internet explorer are you using?
The library will give you the `accepted`, `alternate` and `relevant` languages. `accepted` is the languages that the user's browser is configured as the preferred languages of the user. `alternate` is...
Agreed. I guess it's a trade off. A request could be made but then that shows down decisions that can be made about the languages in the frontend. I can...
Nice catch, thanks for picking up on this!
If you wrap all file access in this library it should only prompt the user if permission hasn't already been acquired. Also if the package has gained permission for some...
Sorry I missed your were talking about full disk access being turned on outside of the app. That's a good question, if there is a way to detect it then...
In terms of whether this library should provide instructions for how to enable full disk usage I think that might be fuzzier. The goal of this library was to primarily...
Yup, I'm up for exploring it. I think if we can detect if the application already has access to a file, or if we can return a specific error in...
I'm digging into this. On a small repo I've managed to get test caching working reliably using the instructions in this repo. The same instructions applied to another repo with...
Maybe test caching is broken in Go when any env var is read. In my test example when an `os.Getenv` exists in the code, test caching never runs, even if...