Thomas Constantine Moore
Thomas Constantine Moore
Vitess does not allow changing the parsing of MySQL queries themselves, and as such does not support the SQL modes "ANSI_QUOTES", "NO_BACKSLASH_ESCAPES", "PIPES_AS_CONCAT", and "REAL_AS_FLOAT" https://github.com/vitessio/vitess/pull/10163/files#diff-9d2575386e98a47276e4d5c75e73cdefec7078a95ea4e159b50806a8c3099c1bR101 Vitess is a popular...
## Expected Behavior It would be nice to be able to configure the case restrictions to allow 'infix numerals'. For example: ` 'type-case': [2, 'always', 'snake-case', 'allow-infix-numerals'],` so that `oauth2`...
I'm not 100% sure this is correct... in fact I'm only around 60% sure. But I figured I'd open a PR and you could tell me what I'm getting wrong...
Hi, love this action, and would love to open a PR if I had any idea where to start with this... but is there any way to just echo the...
One of our customers is getting "invalid input text length" when trying to auth their First Republic account. Is this a real limitation of Plaid Link? They claim their password...
Unicode replacement characters show up randomly at the bottom of my generated PDF. I wish I had better repro steps but it's only occurring at a client installation. In one...
I'm using Angular 2 and wanted to use the synchronous import to css to inject stylesheets into my components. My app won't run and I get a 404 looking for...
This fixes the `Cannot read property '_value' of null` error discussed in #2 and #6 for ContextModules in addition to MultiModules. Since we only want to emit modules with `_source`...
Fails with error: `SequelizeDatabaseError: FUNCTION db.GeomFromText does not exist`
In my project, I am deserializing a struct from a crate with the attribute `#[serde(deny_unknown_fields)]` — but I *want* to ignore unknown fields and just deserialize successfully. Is there any...