-
@cranmer I'm updating the chapter of the PDG about online information resources for the 2019 edition (you should have received an email from me). There's a mention of RECAST: https://github.com/micham…
-
I have a contextual bandit problem with (S - state, A - action, R - reward) where S is high-dimensional vector, A is continuous value, R is continuous value, how do I learn optimal mapping function fr…
-
recast() requires a sort, however currently the sort is executed every time the table is iterated over, which is unnecessary. Rather recast() should perform the sort only once then re-use the cached s…
-
Is it possible to specify that a different printer (which would conform to the same API and support the same type of AST) should be used when printing code?
As an example, if I had to print code to m…
-
Let's say you have this:
```
var el = ``;
```
If you modify the `TemplateElement`'s `node.value.raw` (containing `
-
代码中有用到 import() 语句。但是转化为AST时报错;
"recast": "^0.20.5"
`
const { parse } = require('recast');
const ast = parse('import(./a.js)');
`
![image](https://user-images.githubusercontent.com/56751617/…
wyw-s updated
3 months ago
-
hi i have been a fan of the mod for a little while now and i was wondering if you could implement a feature where you could randomize the recast delay between 2 values
-
There is a breaking change in [`jsonschema` `v4.10.0`](https://pypi.org/project/jsonschema/4.10.0/) that is causing a regression with `yadage-schemas` `v0.10.7`. Running the examples of https://gitlab…
-
There can be [successful workflow runs](https://github.com/recast-hep/recast-atlas/blob/6ca20aeceaffacfdb0543a7f3ade9424937f8380/README.md#reana-cluster-backend) on REANA with non-empty workspaces
…
-
Right now, running qunit2-migrator on a file with tabs results in new statements (mostly `assert.async()` calls) being indented with spaces instead of tabs, which is inconsistent with the rest of the …