dylan-robins

Results 10 comments of dylan-robins

Another possibility may be to define the behaviour we want on embedded platforms, and in the case that DaisySP is being used in the context of a JUCE project we...

Was thinking of this yesterday. My current work around is modifying the html/CSS using Inspect Element in my browser, and then printing to pdf, but it's rather cluncky, especially if...

I do not know why the integration tests are failing, I've added typing_extensions as a dependency to the main pyproject.toml however the integration tests still indicate the following: ``` File...

Ah I see, thanks for the info @dimbleby. I also don't like this approach, but I do see the reasoning behind it. Another side-effect of this that I don't like...

Thanks for the feedback, I'll look into everything you said and update my branch accordingly. I'll let you know when I have something worth reviewing!

> - [ ] Logging integration shouldn't be automatic. We should only provide a logging.Handler class (CleoHandler maybe?) and leave the rest to the user. > - [ ] I...

Erm forget that last comment, I'm dumb, obviously I can just create my Output object and pass it to the Application.run function. Duh 🙃

> - [x] Logging integration shouldn't be automatic. We should only provide a logging.Handler class (CleoHandler maybe?) and leave the rest to the user. > - [ ] I believe...

Hi Secrus, coming back to this after a long time away. Still loving Cleo 😄 > - [x] Logging integration shouldn't be automatic. We should only provide a logging.Handler class...

Huh, not sure why I never thought to look there lol. I'll open a PR