-
machine: intel core i3, Ubuntu 16.04, python 3.6
how to reproduce -
1. git clone repo
2. cd to local folder containing the repo
3. create a jupyter notebook and import leduc as follows `from poker…
-
**Is your feature request related to a problem? Please describe.**
Current evaluator performance slightly favors
```nix
let inherit (lib) foo;
in f foo foo foo;
```
instead of
```nix
f…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the exp…
-
Contrived example, but this seems to be the most minimal reproduction. The following compiles fine:
```hoon
!: => |% ++ value 5 -- ^~((shax value))
```
The following takes extremely lon…
-
`PTState._eval_prop()` should use `XPathEvaluator` instances instead of the sources' `.xpath()` method, as this promises to speed things up quite a bit.
Not high on the list, but logging it here so…
-
**Describe the bug**
Training fails when running the model "Label Combination Hoeffding tree". Ram is exceeded with stream with thousands of features. Sometimes the error is caught during training an…
-
Agogos has enough schema information to be able to avoid requesting data it does not need in the case of nested resolvers.
For example, consider this schema:
```graphql
type User {
name: Strin…
-
Right now, there is the PE phase that does partial evaluation and lower2cff at the same time. This has some issues, as pointed out before with issue #93. However, even with a fix for that, there is a …
-
```js
const e = new Evaluator({ globalThis: {} })
e.eval("Math")
// object? ReferenceError?
e.eval("Module")
// equal to e.Module? ReferenceError?
e.eval("Evaluator")
// ?
```
-
We already have this for type errors; we need a similar functionality for runtime errors so that we can standardize and consolidate error reporting. This can be implemented by:
- adding a data type…