Raphael Krut-Landau
Raphael Krut-Landau
Hi, I packed the nodegui starter project on Mac OS X 10.14, but when I tried to open the resulting app, I got an error message: "The application requires macOS...
In a combo box option list, the user can press Home or PageUp to jump to the top option, and End or PageDown to jump to the bottom option. ##...
I had trouble getting tccutil to work on macOS 12.4, but once I had enabled access to the TCC database via `csrutil disable`, this worked like a charm: ``` sudo...
Needs tests This PR allows the user to expand and collapse collections in Browse data. The user can show and hide the entire collection using the chevron icon to the...

- Webpack Version: 5.42.0 - Operating System (or Browser): Ubuntu 20.04 - Node Version: v14.17.0 - webpack-plugin-serve Version: 1.4.1 I'm developing remotely, so I need webpack-plugin-serve to connect to a...
### TL;DR This PR makes the rows of the ModelsTable component clickable, routing to the respective item's url. ### What changed? Created a new styled component, `ModelTableRow`, to encapsulate the...
This PR adds sorting functionality to the models table. You can sort by a model's name or by the path of collections. Descriptions are not sortable.

Adds a table of recently viewed models to the Browse models table Currently only 5 models are shown, but this will change once the relevant endpoint changes (this work is...