-
Hey there,
I've run into a bug which only pops up when I pass a recast AST into babel. I don't see anything obviously wrong in the recast AST, so I am not entirely sure if this here is even the rig…
-
Flurry - insta, .33 recast, high single dps, 5% snare .33s, 15 deg cone, high energy costs
Rend - 1s cast, 5s recast, drains energy from enemy, same cone
Backstab - insta, 3s recast, high single dps, …
-
```
This is a wish list item.
While the intention of Recast is to provide a number of utilities to do
your own mesh generation. I find the sample generation techniques are good
enough for my purposes…
-
```
This is a wish list item.
While the intention of Recast is to provide a number of utilities to do
your own mesh generation. I find the sample generation techniques are good
enough for my purposes…
-
Hello I am using MacOS 14.3
This is the output of my cmake:
```
-- The C compiler identification is AppleClang 15.0.0.15000100
-- The CXX compiler identification is AppleClang 15.0.0.15000100
…
-
Variables declared with `let` and `const` are block-scoped, not function-scoped. Yet `path.scope` is the same for both blocked-scoped variables and function-scoped variables declared with `var`. The f…
-
## Refs
1. acorn: 解析内核, 在线工具 [AST Explorer](https://astexplorer.net)
2. recast: node.js 环境下可以直接用npm安装 [recast](https://www.npmjs.com/package/recast)
-
I'd like to list some topics that need to be visited in order to bring jscodeshift out of stagnation.
1. The biggest issue is with recast. This library hasn't really had a lot of maintenance for th…
-
Attempting to write a basic ES5 to ES6 converter (similar to [lebab](https://github.com/mohebifar/lebab)). When creating a named export with a class declaration, it produces an unnecessary semicolon a…
-
Right now things get upcast to floats and then recast as np.float32. Can change hera_corr_f to use float32 to redis then remove the recasting on hera_corr_cm.