-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
In graphiql-react package, the useKeyMap hook accepts an editor, keys and a callback. When `k…
isomx updated
2 months ago
-
The lib, in its current state, makes it very easy for developers to memoize instance/class methods without realizing that the `self`/`cls` parameter will be used to calculate the cache key. This issue…
-
If going through the motions to reinvent the wheel and already having access to a parser, why not make it uniquely advantageous and practical?
One of the biggest problems with bash and traditional …
-
In vanilla MRI, if you `require` a file via absolute path, which is also present on `$LOAD_PATH`, MRI internally caches it under its *relative* path, and will allow it to satisfy future `require "rela…
-
### 🐛 Describe the bug
AOT Autograd converts inputs to a new set of TensorImpls, either by converting them to fake tensor or by detaching the tensors and then adding back in the gradient `x.detach().…
-
We're seeing the following warning: `VirtualizedList: You have a large list that is slow to update...`. We're already memoizing the flat list items, however more can probably be done.
We're using suc…
-
Instead of implementing `_prep_wrapped_messages` in the base class and overriding it in the async classes, we should wrap the logic directly within the property callable methods and get rid of this me…
-
## Summary
An error is encountered when trying to cache a dynamic output using `SourceHashVersionStrategy`
## Reproduction
```python
from dagster import DynamicOut, DynamicOutput, op, Sour…
-
- Redis or Memcache should speed up queries by memoizing frequent queries
-
My PHP application uses aws-sdk-php v. 3.61.5 to publish messages to an sns topic. The application is running on an ec2 instance with an instance profile that allows it to publish messages to the sns …