jlgerber
jlgerber
[USD](https://graphics.pixar.com/usd/docs/index.html) is Pixar's open source, Universal Scene Description format and api. USD is emerging as the standard scene description format and api used in vfx....
currently, using, say CppBox as a HashMap key is not possible. Plus, the ergonomics of compare_q_string leave a lot to be desired. Could this be simply wrapped?
Would it be possible to provide an example of deploying custom qt code via ritual? EG say i want to implement a custom class inheriting from QSortFilterProxyModel on the c++...
I was wondering if there is anything complementary in this relatively new crate: [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) Could the approach be combined with rust-qt to add support for signals/slots/etc?
I see a list view, and a ticket covering a TabsWidget, but i dont see any plans for a treeview or a table view. Are these planned? They seem to...
Electron changed their nodeIntegration default, leading app.js erroring with something like "Require not found". The fix is simple In main.js add nodeIntegration: true, to BrowserWindow.webPreferences The webPreferences object also has...
The following fails for me: ## generate two contexts from two different packages rez env sgq_schema -o sgqschema.rxt rez env am_query -o amquery.rxt ## create the suite rez suite --create...
As someone looking to add transitive dependency resolution to an in house package management system, I am quite surprised by the dearth of generic libraries targeting this issue. Everyone seems...
Just want to thank you again for this amazing work. I was able to throw together a pretty substantial prototype in a very short amount of time. I really feel...
I am a bit confused by deserialize_struct_case_insensitive. It is categorized as a container_attribute in serde-aux's docs. However, the example seems to show it used as a field attribute. If it...