Nico Burns
Nico Burns
It would be great if the quick-open panel (the one you get when you press Cmd-P) supported opening saved queries. I often want to quickly switch between a table and...
Not sure how useful this is, but I wanted to update glutin and webrender to see if it would fix https://github.com/christolliday/limn/issues/3. Unfortunately this didn't fix the issue, but I thought...
So I've been very happy with this library. It's been very reliable. However, the last code changes were over 8 months ago (Sept 2019), and it now seems to be...
Hi there, So this is partially my own fault as I'm using a custom function to insert jobs into the `job` table and clearly didn't pay much attention to the...
# Objective Fixes #204 ## Context ~Builds upon #202 as this PR already goes some way towards to separating out the flexbox-specific code.~ EDIT: Now builds upon #238, the rebased...
As per https://github.com/DioxusLabs/taffy/issues/28#issuecomment-1179532564, we would like to support CSS Grid in Taffy. This is a modified version of research I did on supporting this in Stretch (https://github.com/vislyhq/stretch/issues/63#issuecomment-616121239). Which I thought...
This PR is #202 rebased onto the history rewrite, and with the latest main merged in to resolve conflicts. Files other than flexbox.rs were merged automatically by git. Flexbox.rs was...
I would love to be able to type: ```bash echo "Hello World" | dtool snake_case cat file.txt | dtool md5 ``` This would make it much easier to remember the...
The `AndroidManifest.xml` file in packaged APKs is not stored as regular text-based XML, but in a special binary format. See: - https://stackoverflow.com/questions/2097813/how-to-parse-the-androidmanifest-xml-file-inside-an-apk-package - https://stackoverflow.com/questions/60565299/how-to-get-a-reliablevalid-manifest-content-of-apk-file-even-using-inputstream I would love to use this...
# Objective Make it more ergonomic to create UI nodes ## Solution - Builder methods have been added to the Style object - `From` impls have been added to `Val`...