-
Turning on transform-decorators-legacy will cause errors if you use class properties in a specific way.
``` javascript
class Foo {
static SECOND = 1000;
static MINUTE = Foo.SECOND * 60;
}
```
Th…
-
Currently, default values are constant expressions, which implies that it is impossible for a function declaration to use the default value mechanism to specify a non-trivial computation which fills i…
-
In response to #259, this issue is a proposal for adding _anonymous methods_ to Dart.
Edit: We could use the syntax `e -> {...}` in order to maintain syntactic similarity with the pipe operator pro…
-
At present the CSS `position` can be set to static, relative, absolute, fixed, or sticky:
https://w3c.github.io/csswg-drafts/css-position/#position-property
I'd like a new value added: `fixed-to-p…
-
### Summary
I've been experiencing random crashes and have tried to figure out what the cause was. I noticed the crash happens when I refresh my site. Since uninstalling docker-mac-net-connect the pr…
-
This issue straddles System.IO.Compression and System.IO.Packaging, and is a behavioural regression between .NET and the .NET Framework.
We can use System.IO.Packaging to create a new `Package` and…
-
### What's wrong?
Following deployment of the agent using a Helm chart to Kubernetes, the readinessProbe consistently fails with a "connection refused" error. We are only using our own container repo…
-
Under certain circumstances I would like to redirect a websocket connection upgrade request from one private location to another, in which the initial connection upgrade request is internally redirect…
-
Hello,
Is it planned to have a kind of table/grid widget with luigi ?
Something like :
* the [grid of LoveFrames](http://tst2005.github.io/loveframes-doc/objects/grid.html)
* the [column li…
-
### gopls version
v0.14.2
### go env
```shell
$ go env
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/redacted/Library/Caches/go-build'
GOENV='/Users/redacted/Library/Application Suppo…