Jonathon Love

Results 453 comments of Jonathon Love

hi, i've had a report of this issue occuring on ubuntu focal. this time it was with one my close collaborators, so i can get more detailed information if need...

does anyone know enough about `fc-cache`, that we could detect this issue at program start-up, and update the cache for the user? (i suppose the `-f` flag is for `force`,...

we are getting all passes on our unit tests here ...

here's the problem occuring with the project's online demo: https://youtu.be/sK7IctXsDC4 in the firebaseui demo, `onAuthEvent()` is never called. however, if you run the firebase quickstart microsoft demo, that same error...

hi, i think it's important for the firebaseui project to be more upfront about this limitation ... that the microsoft login only works intermittently ... i think many people will...

i just reproduced (first attempt) using one of those @outlook.com accounts ... i think it's more common in ff than chrome, but i've definitely seen it in chrome.

hey guys, i think you may have some issues with this: ``` dialect = csv.Sniffer().sniff(fp.read(), ',') ``` https://github.com/CenterForOpenScience/modular-file-renderer/pull/308/files#diff-875eb910328d4d6758865a7db8ef38cdR13 i remember having issues with the jamovi csv importer when the data...

> You can always call doc.get_or_insert_text and then [cast it](https://docs.rs/yrs/latest/yrs/types/text/struct.TextRef.html#impl-AsRef%3CXmlTextRef%3E-for-TextRef) to XmlTextRef if necessary. yeah, although i don't think this is possible with, say, the y-py wrapper ...

it all seems to be happening in the refreshFilterState() method in dataset we could probably make this quicker by examining filters from right to left, rather than left to right...