-
As a lot of you have noticed the last few weeks, there have been lots of issues with the wifi.
This all started when I changed the way wifi operates to be event based.
- Static IP not working
- B…
TD-er updated
5 years ago
-
Great job on typestyle, I love working with it.
I'm wondering how you guys test if a certain css rule is applied or not?
Something like the `jest-styled-components` `https://github.com/styled-compon…
-
As per https://github.com/uBlockOrigin/uAssets/issues/3401#issuecomment-419652191 and https://github.com/uBlockOrigin/uAssets/issues/3401#issuecomment-421703321
### URL(s) where the issue occurs
…
-
[I was trying out the new angular ui router which has been ported to TypeScript and ships with definitions in the box.](https://github.com/angular-ui/ui-router/issues/2780#issuecomment-222377364) How…
-
**TypeScript Version:** nightly (2.2.0-dev.201xxxxx)
**Code**
The following does not work
```ts
declare let foo: { hasError: true } | { hasError: false, value: any };
function test() {
if…
-
**TypeScript Version:** nightly
**Code**
```ts
class Foo extends React.Component{
render() { return }
foo() {
this.setState({ something: true }); // Should error but doesn't
}
…
-
## Details
As of today afternoon, we started getting this error:
https://support.cloudflare.com/hc/en-us/articles/213432887-Error-1014-CNAME-Cross-User-Banned
http://docs.citusdata.com/
We follo…
-
It should:
- remove unused imports;
- remove duplicate imports;
- add imports for unresolved elements;
- ask a user to disambiguous imports in the case if several can be used for an unresolved element…
-
I'm encountering a segfault while training on the Toronto Book Corpus.
For training I'm using:
`./fasttext sent2vec -input ../input.txt -output my_model -minCount 5 -dim 700 -epoch 12 -lr 0.2 -wordN…
-
**TypeScript Version:**
1.9.0-dev.20160426
**Code**
``` typescript
var x = await 5;
```
Currently this compiles just fine and behaves correctly at runtime. But is there a situation where the user…