-
Custom autograd functions that use `impl_abstract` that give outputs with dynamic shapes are not supported in PT2.
Repro:
```python
import torch
from torch.library import Library, impl
from tor…
-
An idea that Lukas and I discussed yesterday: use a LRU ("least recently used") cache to cache results of *all* core function calls (get slices, normalization, restriction, etc.) Given that we already…
-
My primary use case is to give control to the developer over the caches that the [memo function](https://github.com/js-choi/proposal-function-memo) would use for function memoization. For example, Pyt…
-
**The problem that you want to solve.**
- In Snowpack v3.1, we use `resolveEntrypoint()` to resolve every package import.
- This function is synchronous and blocking. This causes trouble when many…
-
For the reselect-redux example, its not clear why this doesnt work. I see correct output.
But the render method of PostsByUser is being called repeatedly.
I understand that following works i.e. re…
-
A common problem with selectors is that they're not easy to debug. Do you have an idea of how "transparency" could be built in to reselectie to make it easier to understand what each selector does?
-
The current implementation will cause stack overflow when computing a `Eval` that contains many `Later`.
-
Due to new limitations of the [OSM tiles usage policy](https://operations.osmfoundation.org/policies/tiles/) I added `tilesRequestLimit` in ***staticmaps@1.3.0*** option to limit concurrent connection…
-
### Describe your suggestion
For the[ Fetching Data in React lesson](https://www.theodinproject.com/lessons/node-path-react-new-fetching-data-in-react#managing-multiple-fetch-requests), there is a …
-
Here's two basic libs that we could use as a starting point for a discussion:
https://github.com/luapower/dynarray
https://github.com/luapower/arrayview
`arrayview` is a struct with just a poin…