-
Currently there's:
https://github.com/dgxvolume/dgxvolume.github.io/blob/f8e305f87328041fb71839182b613ad560d3aa7b/scripts/addressbook.py#L4
If I understand correctly, [`0x2a0e..efdb`](https://et…
-
I noticed that if a user passes in a formula like this `presence ~ 0 + bio1` or `presence ~ bio1 -1`, the formula recasting (`f
-
Running modulizer --out . gives :
```
Unhandled Rejection at: Promise Promise {
{ Error: Line 84: Unexpected token ...
at ErrorHandler.constructError (......\npm\node_modules\polymer-modu…
-
The main advantages of a separate wasm file are reduced bundle size and faster initialisation.
The downside is there are extra considerations required for supporting bundler configuration or servin…
-
### 1. Current Behavior
If you put a pet ability in a /castsequence macro, it will correctly cast it but the sequence won't recognize that the cast has happened, so it becomes stuck trying to recas…
-
Commands run with `--no-prettier`
### before/after JSX property
Input:
```
// @flow
({
a,
b: (
),
c,
});
```
Output with recast:
```
({
a,
b: (
),
c…
-
We have some components in our project using spread operators that blow up the upgrade tool.
On running `modulizer --out .`, we see:
```
Unhandled Rejection at: Promise Promise {
{ Error: Li…
-
I believe I've stumbled onto a bug in jscodeshift: I created a transform to convert
```
(a && b) || c();
```
to
```
if (!(a && b)) {
c();
}
```
However, when I wrap the initial `LogicalE…
-
riven is unable to unlock tasks and recast, which may even cause server crashes and abnormal shutdowns.
![zk](https://github.com/spaceninjaserver/SpaceNinjaServer/assets/39501888/bebfc33b-9332-4cbf-8…
hq520 updated
4 months ago
-
We are currently using sourceRange as our pointer to a specific place in the code, and backwards engineering where this is in the AST, the problem with this is the sourceRanges in the ast go stale as …