Brendan Arnold

Results 20 comments of Brendan Arnold

Hi @dschwoerer thanks so much for taking a look at the source. Could you update `CHANGELOG.md` please to reflect the changes and I will merge them in - feel fee...

Apologies for the delay @dschwoerer, thanks for the updates - merged

Yeah - in the first case the test fails because of a limitation in floating point precision and isn't really a fail. Basically the numbers beyond a certain number of...

Thanks so much @tbody-cfs it’s really appreciated. I’m on leave right now without a computer until next week. When I get back and caught up I’ll take a look i...

Hi @tbody-cfs - It looks like `poetry` is a very popular build tool however I'm always a bit wary of introducing dependencies, especially when it isn't immediately clear what should...

Hey, don't want to mess you around but surely hatchling isn't part of the base Python library and needs to be installed? Hatch needs installing according to https://hatch.pypa.io/latest/install/ According to...

Hi Tom, So I've downloaded your commits, 'm leaning towards the `poetry` version since it is much more popular and seems to be fairly straightforward. If you OK with that...

Thanks so much @tbody-cfs for your coperation - its merged

The library doesn't deal with writing (or reading) files directly - it only deals with strings To write a string to a file use the `open` function from the base...

We have a use case where we want to restrict access to assets on some paths under our `src` directory. Being able to 'rebuild' the `src` structure to some degree...