-
This would be useful for defining file types that are aggregates of other file types, for example:
```
--type-add src:cpp,py
```
would be equivalent of specifying:
```
--type-add src:*.C,*.H,*.cc,*…
-
Testing with:
``` js
switch(true) {
case 'true':
return 1;
}
```
Set `js2-indent-switch-body` to `t`. Go to `case 'true':` and press tab. Watch as it stays at column 0. This goes against the doc…
-
SQL Server allows for most characters in the username and password. However, if a user changes their username and/or password to any of the following cases:
- Contains a semi-colon
- Starts with a sp…
-
I get the following crash when trying to install the pods (boringSSL seems to be the problem). Any ideas?
```
pod install
Analyzing dependencies
Fetching podspec for `GoogleAssistant` from `./`
…
-
Original issue: https://github.com/atom/atom/issues/1625
---
Use https://atom.io/packages/keyboard-localization until this issue gets fixed (should be in the Blink upstream).
-
babel does a really good job of generating source maps. Generating ASTs will also help us only generate proper, syntactically valid javascript. As a bonus we can rapidly run any babel plugins we wan…
-
Hard to explain, so I've whipped up a minimal repro
Go to `index.html#/bar`
Click the `baz` button and watch the console.log. It will print out the scope twice. Whats worse is one of these scopes is …
-
Hello Rob,
I tried building the tool but unfortunately am quite stuck here:
```
kwyxz:libretro-thumbnails-check/ (master✗) $ make [14:00:38]
mkdir -p .tmp
git subm…
kwyxz updated
7 years ago
-
**DECISION IS MADE** - we'll be using TOML.
---
At the time dep went public, the committee was generally in agreement that we would prefer to use TOML or YAML over JSON for the manifest and lo…
-
Hi,
I've been studying the transponder systems for my practice and i found EasyRaceLapTimer. https://github.com/polyvision/EasyRaceLapTimer/
This system used a IR led transponder on quad and sensor IR…