Timothy
Timothy
This pull request replaces all usage of the remote module – built in to Electron before v14 – with the new @electron/remote module. I have tested this, but I'm not...
Hey all! I hope this is the correct place for this issue. It appears that when an error occurs, the progress bar does not clear and inlines next to the...
It would be helpful if it was possible to minimise/collapse values of a column (maybe using line clamps in CSS). This would be useful in cases such as blog posts,...
In the data view, when clicking to edit some data after scrolling, the view scrolls to the top and the field does not change to an input until after a...
In some cases data is sorted by a specific field. It would be great if there was an option to match this sorting in the data view for easy editing...
Hi all! Congratulations on the release yesterday! 🎉 I was just reading this section about "Why Turbopack" and came across some wording that I think might be cleaner with this...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information I don't believe my Next.js environment is important...
Is it possible to use `if_filled` along with the built-in `if` that Django templates provide? In some of our components we offer – for example – filling a title with...
The intended purpose of this pull request is to replace all [built-in remote module](https://nornagon.medium.com/electrons-remote-module-considered-harmful-70d69500f31) usage in our own code. There are multiple instances of remote being used in external modules,...
- [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. - [ ] Include...