David Brito
David Brito
Use the URLSearchParams API instead of the pathname for saving the editors values.
It would be nice to have a section with info about the project. That could have links to the repo so people can see that it's open source and that...
 This makes easier to see the code below the icons
### Describe the feature Currently, when there is a release it's not showing the changelog on the [releases section of the repo](https://github.com/swc-project/swc/releases). It should al least show a link to...
**Is your feature request related to a problem? Please describe.** On web contexts it is more handy to be able to use a Blob as the data source. Even on...
**Describe the bug** When I try something like: ```jsx ( items.map(item => {item.label}, page: {pageNumber}) )} /> ``` React Pdf throws an exception **To Reproduce** Steps to reproduce the behavior...
### Why This PR resolves #1861 As of now, the `@react-spring/konva` package has a peer dependency on `react-konva`: https://github.com/pmndrs/react-spring/blob/a865bb7ba00d669d63483fdbe95339521a9e0ccb/targets/konva/package.json#L38 But react-konva uses a pre-release scheme on the v17. So the...
Replacing `os.path` by `pathlib` in `IPython/path.py`. See: #12515
``` Error: spawn C:\Users\usuario\AppData\Local\Programs\kit\resources\fallbacks\windows\clipboard_x86_64.exe ENOENT at r (C:\Users\usuario\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:543688) at n (C:\Users\usuario\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:543859) at ChildProcess.e.emit (C:\Users\usuario\AppData\Local\Programs\kit\resources\app.asar\main.prod.js:2:544000) at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) ``` --- Kit 1.40.62 Electron 22.0.0 win32 10.0.22621 Locale: es-419
**Is your feature request related to a problem? Please describe.** I'd like to encode to base64 a stream of binary data without having to load it all on memory. **Describe...