-
# Enhancement request
## Overview
For projects that utilize typescript and npm, types can be associated to a project by downloading the library via npm and exposeing a typings key. The request is…
-
Been waiting for this for a long time, am pretty bottlenecked right now on how well I can write new cryptography in JavaScript until this lands in at least v8.
This doesn’t seem to be progressing a…
-
Hey, PR #2401 shows that `fetchBaseQuery` should throw a `TIMEOUT_ERROR` when time out delay is reached. However, I got an error without status `{"message": "Aborted", "name": "AbortError"}`. I'm usin…
-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.8.0
**System**: Mac OS X 10.10.5
**Thrown From**: [proto-repl](https://github.com/jasongilman/proto-repl) package, v1.1.11
### Stac…
-
## Abstract
There are 4 packages in nixpkgs involved, at least.
```bash
nix build nixpkgs#glibcLocales
```
```bash
nix build nixpkgs#glibc.bin
```
```bash
nix build nixpkgs#loca…
-
在 ES6 中增加了对类对象的相关定义和操作(比如 class 和 extends ),这就使得我们在多个不同类之间共享或者扩展一些方法或者行为的时候,变得并不是那么优雅。这个时候,我们就需要一种更优雅的方法来帮助我们完成这些事情。
## 什么是装饰器
### Python 的装饰器
在面向对象(OOP)的设计模式中,decorator被称为装饰模式。OOP的装饰模式需要通过继承和组合来…
-
**Do you want to request a *feature* or report a *bug*?**
_Feature_, I guess, but a pretty important one when testing code that uses `Promise`s.
**What is the current behavior?**
I have a com…
hon2a updated
9 months ago
-
## Bug or feature request?
Feature request
## Feature request
First of all, amazing work here, kudos to the developers! 👍 👍
I've been using this library to develop a React based UI builde…
-
I want to turn these pages into next.js webserver
-
The following gives an error.
```js
/* @flow */
type X = {
a: number;
b: number;
};
type Y = $Diff;
function foo(y: Y) {
return y.a;
}
```
```
error.js:33
33: cons…
Macil updated
3 months ago