-
```js
@deco
export class A {}
```
or
```js
export @deco class A {}
```
or allow both?
-
Reported at [LibreOffice](https://bugs.documentfoundation.org/show_bug.cgi?id=127902) and [Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=1585294) but was redirected upstream here.
The follo…
-
![image](https://user-images.githubusercontent.com/35254900/72210062-eb0eb500-34c6-11ea-836b-fecb35d960e1.png)
`White dots` follows line pattern and can change on camera moment. They are more notic…
-
Right now comments in liquid are implemented through the `{% comment %}` tag. Basically a block that doesn't do anything.
This has always been clunky and I think we should introduce syntax for thi…
-
**Describe the bug**
Attempting to use command aliases from SHPC modules in child shells (e.g. with Nextflow) causes an error, as they turn out to be undefined there.
First test: bash and LUA
…
-
### Package description
Nodejs v14
### Home page URL
_No response_
### Source code URL
https://github.com/nodejs/node
### Packaging policy acknowledgement
- [X] I have read and understand the […
-
Steps to reproduce:
1. Install QT with minw81_32
2. Install git bash and checkout this repo
3. install Msys2 (64bit default)
4. install cmake for windows from cmake.org
5. Open Msys2 MingMW a…
-
What would the terminal script look like for using the firebase cli to uploading your client id and secret. I'm not having such luck. Really great project!
-
See https://github.com/gpuweb/gpuweb/issues/1160#issuecomment-1032812727 for normalization.
Unicode identifiers can help improve accessibility in pedagogical and practical use cases. However, they …
-
If I understand correctly, one of the biggest arguments for the current MVP's structural static type system is that it makes sharing types across module boundaries quite straightforward:
```wasm
;…