@SouthwestAir Hi, looks like your fare schedule through January 5, 2020 did not open on 5/23 as this thread indicated. Understandably things change, but just wondering if you could share an updated date on when you expect these fares to open up?
@nathansmith @SilvestriCodes +1 here, eliminated most sugars and carbs from my regular diet and lost almost 10-lbs in a month and a half without any changes to my exercise routine.
@DarkainMX@blbraner@donatj I think that's true, but in my case, mysqldump was running remotely as part of a batch job and we had no means to write a custom /etc/my.cnf on the host.
@DarkainMX@blbraner@donatj To add: I had some external processes that were using `mysqldump` and other tooling to extract+dump data from the DB offline. When we made the switch to `utf8mb4`, we discovered `mysqldump` defaults to `utf8`. Had to set `--default-character-set=utf8mb4` w/ `mysqldump` too 🙄
@izendejas I read your point to be you’ve never used any CSV library that handles this very common use case correctly. I just cited you one for the JVM that indeed does based on my personal experience. Also, str.split(“\n”)? So your TSV input never contains new lines? Lucky you! 🙃
@jessicacheung But if you had user-agent “Toaster-Oven/1.2” you can infer it’s a toaster oven and given the version it’ll support pizza bagels and hot pockets. While the new and improved “Toaster-Oven/2.0” user agent implies a platform that can support all those ~and~ cook a mini pizza.
@jessicacheung If you had a user-agent of “Toaster/1.2” you can infer the device platform is a toaster of some kind and given the version 1.2 it’s capable of supporting features bagels and toast.
@jalbertbowdenii @izendejas Right; I’ve had no qualms with CSV either. Albeit slightly annoying, a complete and fully supported library in front of it has made interacting with the data format a non-issue.
@izendejas GTK. YMMV, but I’ve used the Apache Commons CSV library quite successfully in numerous projects that have had no problems with parsing user data: https://t.co/L2LuHWyesZ