Roman Joost
Roman Joost
Yeah I use it as my daily driver and the config is currently the least of my problems. There still is a lot of UX missing even tho it's usable...
I had a look at this out of curiosity. If I'm not mistaken the fix is likely addressing the TODO in `crates/turborepo-repository/src/package_graph/dep_splitter.rs`?: ```Rust fn is_external(&self) -> bool { // The...
@chris-olszewski I've hacked on this in a branch here https://github.com/romanofski/turborepo/commit/8b7166deb09842439c67b26b1fc47706ce9c70e1 If I did find the right locations to change, I wonder whether the config file representation for the package managers...
uh.. Haskell CI b0rked.. will have to fix that too
@frasertweedale was hoping I could upgrade the GHC version on the nix side to 9.10, but it seems it comes with an updated QuickCheck which breaks `data-clist` purebred-email depends on....
whee worky \o/ @frasertweedale
Ah dang.. I know what's going on. Above example in a repl: ``` λ: let b = Single $ Mailbox (Just "Füh Bäh") (AddrSpec "f" (DomainDotAtom $ pure "example.test")) λ:...
Yeah... I'll need to reserve some time to have a look.
Issue is in `tasty-tmux` as it can't match unicode characters. See https://github.com/purebred-mua/tasty-tmux/pull/20