-
The district, health centre, clinic, and person icons need to be updated from font-awesome to custom svgs to be provided by @amandacilek everywhere they are used.
-
_From @isidorn on January 26, 2016 15:50_
1. js workspace, have salsa enabled
2. "editor.formatOnType": true
3. The format on type is too aggrressive and does not respect current indentiation. This is…
-
# Background
We've had a few requests to support this typing (like #229). This proposal addresses the use cases for a function 'this' type, a class 'this' type, and a corresponding feature for inter…
-
This issue describes TypeScript's support for [ECMAScript 6 modules](http://www.2ality.com/2014/09/es6-modules-final.html) as implemented in #1983, #2197, and #2460.
TypeScript 1.5 supports ECMAScrip…
-
# Challenge
Who has some design chops and wants to make us a cool logo?
Solidity has a logo, but we're cooler so we should have a better one!
P.S. we :hearts: you Solidity
---
# Rules
…
-
### Missing feature
Simple FTP server
### Justification
Some times need upload files withuot rs232 connection. FTP is best solution.
### Workarounds
Just use lua for FTP Server
Lua example:
…
ghost updated
6 years ago
-
Encountered during an instance of #2998 - nothing was working on one node because its bridge was DOWN.
Not sure if the best thing to do is to make this more clear to the administrator, or try to me…
-
- [x] Angmar
- [x] Arnor
- [x] Dol Guldur
- [x] Eregion
- [x] Gondor
- [x] Harad
- [x] Isengard
- [x] Lindon
- [x] Lothlorien
- [x] Minas Morgul
- [x] Mirkwood
- [x] Mordor
- [x] Numenor
…
-
This is a discussion issue and can be separated into action items as components are agreed upon. However as they are all related to each other it seems fair to discuss all at once.
Source: Thought ex…
-
As the existing rule no-negated-in-lhs, it seems like it would be good to also disallow
``` javascript
if (!a instanceof b) // do something
```
since the developer certainly meant to write
``` java…