-
**Is your feature request related to a problem? Please describe.**
There's quite a number of hooks in `react-use` that rely on event listeners. For example, `useSize`, `useWindowScroll`, etc. And whe…
-
Originally reported on Google Code with ID 278
```
I am using bitcoinj-0.7 plus my patches plus the patch for issue 277 (race condition
in saving a wallet). See my repo branch patched-0.7 commit df9f…
-
As a new user it takes a while to memorize all the amazing features and shortcuts of sioyek. Going back to the tutorial PDF every time is not very efficient.
It would be very useful to have a overl…
-
Hey there 🙌,
thanks for this awesome open-source project. We're using it at the university of Heidelberg at [MaMpf](https://mampf.mathi.uni-heidelberg.de/), our mathematical media platform, and it'…
-
This is mostly to keep track of the things I envisioned for the minimap future and making sure @mehcode is aware of them (and if someone wants to help it's a good starting point).
- **Variable hei…
abe33 updated
7 years ago
-
### Version
5.0.8
### Environment info
```
Environment Info:
System:
OS: macOS 12.6
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Binaries:
Node: …
-
## Is your feature request related to a problem? Please describe.
Today we don't catch things like unused imports.
Statistics from `flake8` with default config:
```
2 E203 whitespace befor…
-
To support CommonJS modules, we special-case assignments to `exports` and `module.exports`. But we don't do quite as good of a job with AMD modules.
For example, the following code causes RequireJS t…
-
Calling the series() method on a symbolic expression at a singularity (algebraic, logarithmic, essential) returns nonsense, inconsistent results, or raises an exception:
Examples:
```
sage: sqrt(x…
-
Extracted from #14265. Depends on #14288.
Motivation: to discover when a dependency tree contains cruft, in the form of fundamentally redundant code.
The idea here is that packages could declare…