Ondřej Hruška
Ondřej Hruška
@grantramsay Sounds reasonable to me, this resyncing will work. I'd gladly merge that. (I don't currently use TF in any active project, so I don't see implementing this myself soon..)
Need to read it more closely, but at first glance it looks good. I'll try to write some actual unit tests so it can be properly tested. The one-byte-at-a-time is...
I have a similar issue that's reproduced by this (I kept deleting things from the JSON until only this was left). Using Highcharts with jQuery, no react. the "xAxis" workaround...
This worked automatically before we upgraded to mix 6 (and new webpack), noticing only now several months later :(
This still doesn't work, I need to upgrade the driver for newer mongodb and it doesn't link ...
Okay so, this worked, probably `MONGOC_ENABLE_ICU` is enough, it seems to be stronger. ```rust cmake.arg("-DMONGOC_ENABLE_ICU=OFF"); cmake.arg("-DENABLE_ICU=OFF"); ```
I tried to find what it's used for, I believe it's only needed for usernames and passwords (and maybe collection names etc.) that use non-ASCII. For me that's not needed...
Any decent compiler (like gcc) will remove unused code when linking, I doubt that's a real problem. There are functions to easily create arrays of primitive types, but for object...
I seem to have almost the opposite of this bug, DAB works fine, but FM does not play. No error or crash, no suspicious logging, pilot is found, RDS shows...
@bassman56 could the segfaults you see be what I reported in #10?