-
How should cache memory management work? Is there a way to get garbage collection by default? (Using WeakMaps for the caches would be ideal…except that WeakMaps do not support primitives as keys.)
…
-
### Order ID 💳
46557
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### The problem in depth 🔍
I was asked by @m4theushw to c…
-
I'd like to remove `toolz.sandbox`. Any objections? Should we deprecate it first?
I think `toolz` is a very mature and more-or-less finished package and would like to aim for a 1.0.0 release soon…
-
I'm using `redux-persist` in an SSR setup, and I'm getting an annoying issue on the server when I try to import `storage`:
```js
// (STDERR) redux-persist failed to create sync storage. falling ba…
-
Hello,
**Scenario**: develop a custom transformer that work under Sklearn framework. This transformer is required to be dumped in/out by Sklearn framework. This transformer have a reference to an i…
-
The recommended code in the Cookbook for parsing arithmetic expressions introduces an exponential-complexity parse bomb, which I have found does actually become extremely relevant when using Arcsecond…
-
as given in example of https://github.com/con/fscacher/issues/17
if that could not work (e.g. we then need to add closure's space into fingerprinted signature, and somehow cannot/should not do tha…
-
I'm not sure it ever makes sense to have a variable parameter on a function defined using the lazy specifier, but doing so can result in a backend error:
``` ceylon
Boolean foo(variable Element x…
-
I've done some initial protoyping for (reified) generics in https://github.com/nikic/php-src/pull/3. I want to discuss some implementation aspects here. Some additional reading on relevant issues:
…
nikic updated
2 months ago
-
Do you have any plans to upgrade supported React version?