-
Not sure if this is supported, I haven't found it on the Suppose I have a collection indexed by a field of type `map`. I use this map to store all sorts of values (strings, numbers..) and the values a…
-
Une bonne idée pour le futur serait d'avoir des tests front-office jouables par tout développeur, pour éviter les régressions du genre de celles que je viens de poster.
Un exemple d'outil est Seleniu…
-
## Description
**What steps will reproduce the problem?**
1. Install the latest (windows) anaconda2 v4.2.9 with Spyder v3.0.0
2. Run Spyder.exe
**What is the expected output? What do you see instead…
-
_From @alanhartless on April 18, 2016 23:56_
Currently it's not possible to support wildcard subdomains for the Nginx ingress controller due to Kubernetes Ingress resources only allowing a legitimate…
-
I found this list at http://sebsauvage.net/wiki/doku.php?id=php:shaarli:ideas
It's a collection of the ideas proposed by sebsauvage and contributors back when the project was hosted on sebsauvage.net…
-
With the work on Nullable types in https://github.com/Microsoft/TypeScript/pull/7140, we would like to field some user input on the current design proposal.
First some background:
## `null` and `unde…
-
Currently it's not possible to support wildcard subdomains for the Nginx ingress controller due to Kubernetes Ingress resources only allowing a legitimate domain for host. In the scenario that a wildc…
-
Introduce two new syntax for type declaration based on JSDoc
``` typescript
var myString: !string = 'hello world'; //non-nullable
var myString1: ?string = 'hello world'; // nullable
var myString2: s…
-
Upstream has this code:
``` elm
MaterialTextfield.prototype.onKeyDown_ = function(event) {
var currentRowCount = event.target.value.split('\n').length;
if (event.keyCode === 13) {
if …
-
(Sorry if this is a duplicate; but I remember that I had a very extensive conversation with @creack a while ago about this topic, and I thought that we had written our conclusions to a GitHub issue; b…