Joe Pea
Joe Pea
# Bug report **What is the current behavior?** Code like this, ```js let _Foo; class Foo { static #_ = [_init_foo, _initProto, _Foo, _initClass2] = _applyDecs(this, [[signal, 3, "lorem"], [signal,...
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/lerna/lerna/blob/main/CONTRIBUTING.md)) ## Description I fumbled a bit before realizing that I need two `--`, f.e. ```sh lerna run foo...
- replace `Promise.resolve().then()` with the newer `queueMicrotask()` - add `"l"` and `"p"` shorthands for `"literal"` and `"proportional"` sizeMode values, respectively - legacy code cleanup 🎉: remove `DeclarativeBase`, split into `CompositionTracker`...
Does this have an option to shrink all neighbor panels while growing a panel? The demos show that the draggable gutter stops at the next panel, and the next panel...
This is possible with Yoga: ```html import yoga from 'https://jspm.dev/yoga-layout' // use yoga.Node, etc. ``` Need to investigate how they do it. The `import * as wasm from './file.wasm'` won't...
> **Note** Re-opening of #1105 because that issue was closed for not being succinct, although the problem was described fine. This time I will not include additional comments showing attempts...
Once things get into the state, it happens any time I click on any input field in any app, or switching windows, and some other actions, seemingly randomly. It blocks...
[example repl](https://babeljs.io/repl/#?browsers=chrome%20100&build=&builtIns=false&corejs=3.21&spec=false&loose=false&code_lz=GYVwdgxgLglg9mABMOcAUECUiDeAoRRAJwFMoQikI8BfPPAAWogBsBDAZw8QDFVcaQA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=env%2Cstage-3%2Ctypescript&prettier=false&targets=&version=7.19.2&externalPlugins=&assumptions=%7B%7D) I selected the `stage-3`. Shouldn't that enable the new stage 3 decorators?
[feature] class properties that are "readonly in public, writable in private" or other permutations
## Search Terms [typescript readonly on the outside writable on the inside](https://www.google.com/search?q=typescript%20readonly%20on%20the%20outside%20writable%20on%20the%20inside&cad=h) - https://stackoverflow.com/questions/46634876/how-can-i-change-a-readonly-property-in-typescript ## Suggestion Some sort of syntax to describe `readonly on the outside, writeable on the inside`...
Atom has a package [serialization API](https://flight-manual.atom.io/behind-atom/sections/serialization-in-atom/) which can let packages restore state when reloading/restarting Atom. It would be nice to integrate this so that `atom-vim-like-tab` can restore the tabs when...