Evan Carroll
Evan Carroll
@Meeds122 see my note at the bottom of #20 https://github.com/fivethirtyeight/russian-troll-tweets/issues/20#issuecomment-416716716
From my perspective, they should just be `NULL`. Ie., empty, They should certainly not be strings though which is what I filed in #30 . In my fork they're -1,...
This isn't a MySQL or MariaDB issue, I'm facing the same problem with PostgreSQL. It's malformed characters.
Thanks for the help tracking the issue down @chrisgherbert . The issue there is the emoji is the [👏🏻 Clapping Hands: Light Skin Tone](https://emojipedia.org/clapping-hands-sign-type-1-2/). You can figure that out with...
An important thing if you're struggling parsing these Unicode characters in my fork of the repository they're encoded as `U+FFFD � REPLACEMENT CHARACTER`. This is because we can't do anything...
dupe #9
So the conclusion is that the `external_author_id` is trash.
BTW, new_june_2018 is not unique with author, SELECT author, count(distinct new_june_2018) FROM rustweets.tweets GROUP BY author having count(distinct new_june_2018) > 1; author | count -----------+------- MONEYFORM | 2 (1 row)
That's a valid point. Since the CURL command that's ran is, ```sh curl --retry 3 --proto =https --tlsv1.2 --ciphers TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384 --silent --show-error --fail --location https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init --output "$DIR/rustup-init" ``` I guess...
I'm getting this error too. All I have to do to get it is, > `luado require('rust-tools')` ```rust E5111: Error calling lua: [string ":luado"]:1: module 'rust-tools' not found: no field...