-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I've compiled a set of optimizations that are appropriate for the gnovm design and architecture.
Some of these need to be done in a particular order.
For example, Dead Code Elimination needs to be don…
-
@mikegai Let me know the best place to get this from
-
Anyone seen this before? `AttributeError: 'OperationalError' object has no attribute 'message'
```
INFO:root:Running sqlite query: "CREATE TABLE _datacache_metadata (version INT)"
INFO:root:Running …
-
I was trying to making the list navigable using the arrows keys of the keyboard. For that I defined an active class of the element and I expected to be able to navigate in the grid. But each time the …
-
Currently, it is not possible to `deepcopy()` the Atoms object after an xTB calculation with the ASE interface.
```python
from copy import deepcopy
from xtb.ase.calculator import XTB
from ase.bu…
-
The `set_metric` method referenced in the documentation of `sympy.tensor.tensor` doesn't appear to do anything.
Here's the method:
```python
def set_metric(self, tensor):
self._met…
-
With this extremely simple grammar "1" succeeds but "0" fails. Can anyone shed light on this issue? Thanks
zero-fails.py
-------------
```
from prettyprinter import pprint as pp
from pegen…
-
Hello!
First of all thanks to the entire team for developing such a good library for point process learning. I tried to save a fitted HawkesADM4 learner to file through pickling because it took me …
-
This would function similarly to `maxAge` but the cache would expire x milliseconds from last access as opposed to x milliseconds from the first access.
For example:
```javascript
memoized = me…