Shelby Snead

Results 25 comments of Shelby Snead

I'm having similar issues cross-compiling from darwin to x86_64-unknown-linux-gnu, and this is blocking me from building my project on one of my dev machines. My compilation uses `clang` during the...

Looks like if I set `TARGET_CC=x86_64-unknown-linux-gnu-gcc` then I get a different set of errors because `ring` is compiling specifically for MacOS, rather than my target platform! 'Framework' seems like a...

I just want to check on the status of this issue, if anyone has worked on it since this discussion? Here's a current screenshot of what I'm seeing: ![2020-11-06-104223_975x428_scrot](https://user-images.githubusercontent.com/3489148/98385264-c9b22300-201c-11eb-9d72-f647b8ff26fd.png) Where...

@asok Using that branch does help, but it isn't a complete solution. ![2020-11-06-124842_1058x395_scrot](https://user-images.githubusercontent.com/3489148/98398169-882a7380-202e-11eb-8958-b627fcf797d8.png) As you can see, the rust icon is still aligned weirdly within the row but the height...

@asok That seems to help a bit, at least for the Rust icon, but since that adjusts all icon positions it's not a fix. The problem is that the icons...

At least considering Postgres, couldn't this tool use an exported schema using `pg_dump -s database` or a custom JSON format that isn't dependent on specific queries? This way, you could...

Thank you for the very detailed response! I generally like the idea of defining transients for different modes, and transient is really powerful when it's needed (like with magit), but...

So I just rigged up what I mentioned with `which-key` in my DOOM setup. Running the following at the end of my config adds descriptions to some otherwise plain bindings...

So I feel a bit dumb for going through all that with `which-key` without realizing that they provide `which-key-enable-extended-define-key` which advises `define-key` to allow you to provide the command replacement...