-
TypeScript sometimes picks class names over perfect-match variable names when I press ".".
For example, given this code:
```ts
class A {
public foo(): string { return ""; }
public bar(myStr…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
warn ./node_modules/next/dist/client/add-base-path.…
-
Reasons
1. Consistency to "BibTex"
![grafik](https://user-images.githubusercontent.com/1366654/84116450-2e4a6100-aa30-11ea-8851-6ab19c567437.png)
2. CTAN also writes it like that: https://ct…
-
`.toUpperCase` required on boulder grades so entries where the grade is entered `v3` will show `V3` in front-end.
-
sometimes our commands do not work on case sensitive instances because our casing is wrong
https://www.mssqltips.com/sqlservertip/3519/changing-sql-server-collation-after-installation/
🎉
the…
-
Played around with Luxor yesterday, thought this package is still missing some kind of logo.
Here's one idea, something like a "decoder ring". I thought about one being able to change between differe…
-
Case changing renames in TFS are ignored and not applied to git index.
So this test, created by me, fails:
```cs
[FactExceptOnUnix]
public void CloneWithCaseChange()
{
…
-
When writing files in the compiler, we use:
```TS
fs.outputFileSync(outPath, source);
```
On Windows, if a `outPath` already exists of the same name, but different casing, it will write to that …
-
Per Peter: "The archaeological designations, A versus a, actually mean something (shafts, rooms, etc.) so default upper-casing everything is will be misleading, as well as hard to read for longer entr…
-
We found a bug. If a string has a value "NO" what is ISO code of Norwegian it get's converted to "false". This is not correct and should be kept as is as it is a string.
```
// Set up our serialize…