Michael Milton

Results 571 comments of Michael Milton

I would have been when I posted this, but I don't think I have time to work on this for the immediate future.

Thanks @clagiordano that seems to work! I updated the `start.sh` script since that seems to be run by the `.desktop` file, so changing it there fixes it everywhere: ```diff ---...

Thanks for the background. Could we have a `--copy-header-attribs false` type flag to make this opt out without breaking existing behaviour?

Okay, how about a `--manual-slides` flag which disables all the automatic slide splitting (by headings, and by `---`), and disables the `--section-divs` behaviour, and instead requires the user to use...

So, to make this more concrete, you want to propose a downsample method for visual previews? And in addition, you think that there could be a more efficient selection method?...

This probably isn't clear from the file itself, but `unipressed/id_mapping/types.py` is auto-generated via `codegen/id_mapping/generate.py`. That needs to be re-run to ensure that there aren't any other databases that have been...

That's good! It's better this way because it would pass the automated CI codegen build once I implement that. I'll fix the CI issues in a separate PR before I...

Okay, I've fixed the tests. Can you please pull from master and then this should be good to merge.

This is actually quite a difficult problem. I can transform the auto-generated mkdocstrings docs, but it's not clear if I should: * List out all types, which would be comprehensive...

Okay so what I would do is submit the request, then run a loop where you check the status of the job until it finishes. e.g. ```python import time from...