fleetingbytes

Results 28 comments of fleetingbytes

> However, if I leave out the +platform=linux it runs all platforms. Can I set a default? Can I configure it in a way that only one of the matrix...

> Could you ask on the [Hatch discussion](https://github.com/pypa/hatch/discussions) forum? Maybe the community could help us. To ask for a solution in a forum I need to understand the problem. I...

I have never tried flit or poetry, always had been using setuptools before. And yes, it's a hassle to change an existing project to hatch (creating new ones is very...

> If someone wants to create a PR, I'm happy to look into it. Challenge accepted. I wanted to offer you my help with updating the test code, should you...

I have no experience with tox, so I think I would just leave it untouched and have all tests and matrices managed by tox, because I don't exacty undestand what...

I [tried](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=d92d0636dab62895caecd398f5251bed) it, the file is not deleted immediately. ```rust use std::error::Error; fn main() -> Result { let t = tempfile::NamedTempFile::new()?; let tpath = t.into_temp_path(); let path = tpath.to_path_buf(); assert!(path.is_file());...

That's strange. I saw synced tabs in [Hugo's own documentation](https://gohugo.io/configuration/introduction/), so I thought that this feature would come almost for free in every other template. Now I found out that...

It's been a while since I have typeset some serious documents but my go-to solution for multilingual source documents (and system font usage) has always been XeLaTeX ([brief comparison](https://www.perplexity.ai/search/compare-xelatex-to-pdflatex-HIsPGmpxT.iDgp7UJM_VIg)). Now...