David Novakovic
David Novakovic
> That could be xmonad
> Can we close this then? Without a way to reproduce the remaining focus issue (not on xmonad, not on i3 and not on AwesomeWM), i have no idea how...
> No, i don't need tests atm, there are much more important things to implement. Fair enough. I'll likely still do it for the rust learning. I'll keep an eye...
``` import XMonad import XMonad.Util.EZConfig main :: IO () main = xmonad def ``` I can reproduce the behaviour with this xmonad config. Not sure if it matters but I'm...
I posted that config because that's how I reproduced it, I wasn't lying when I said that. Anyway, it's probably edge case behaviour - close the ticket if it's too...
Seems like this is discussed elsewhere, with workarounds provided too: * https://github.com/knex/knex/issues/830 * https://github.com/knex/knex/issues/845
Just posted this over on #10096 would love to be able to do something like this: ```toml [tool.uv.sources] foo = { git = "https://${GITHUB_TOKEN}@github.com/fooco/foo.git" } ``` Agree with requiring an...
A use case here is we're deploying to AWS lambda using their container feature. Installing things outside the system folder is a pain... I'm thinking `sync` is not for us...
Thanks @mc51 I suspect my attempts were removing deps as you say... Good info, cheers!
Oh sorry, first time I've used it.. Let me check edit: ok link updated