Luke Deen Taylor
Luke Deen Taylor
After changing my GitHub username from `The-Penultimate-Defenestrator` to `controversial`, although Travis handled the change quite well, my repo no longer appears under coveralls. Can this be fixed? Note that I...
**Describe the feature you'd like to request** There is a clear way to opt out of Next.js scroll restoration when using `Link` or `router.push`: just pass `{ scroll: false }`....
This addresses #21585 by exposing additional information in the object passed to event listener functions. This changes the function signature of router event listeners from ```js routeChangeStart(url, { shallow })...
It'd be awesome if [OpenCV](https://github.com/Itseez/opencv) could be compiled for Pythonista. There are existing Python bindings in the `cv2` module, and also Objective-C bindings. I don't know how difficult it would...
The [`scipy`](http://scipy.org) library is a scientific computing library for Python. It integrates nicely with [`numpy`](http://www.numpy.org), which is already included in Pythonista. Including `scipy` with Pythonista would mean we'd have all...
The [`pandas`](http://pandas.pydata.org) library would allow for more powerful data analysis for Pythonista, and is a much requested feature: - https://forum.omz-software.com/topic/1488/pandas-on-pythonista - https://forum.omz-software.com/topic/2376/using-pandas-in-pythonistas - https://forum.omz-software.com/topic/3213/pandas-wanted
Comments aren't properly highlighted in the declarations of a "let" block:
When a variable name starts with "of," syntax highlighting breaks for the rest of the file. Example: . Notice how the third "fun" declaration is the wrong color. This continues...
Updates webpack config to use "`this`" over "`window`" in generated files. This allows the generated files in `dist` to be usable in both browsers and Node.js. Previously, some server-side environments...
I have no idea if this is still being actively developed. I kind of assume it's not, since @sveale's last contribution was Feb 22. Anyway, I was wondering if it'd...