David Barton
David Barton
> > Also, appears to be convenient tohave options fold_markdown_cells and fold_code_cells (as I remarked in the pluto thread). > > This is not recorded in the file from what...
> Oh wow, that is extremely subtle. I was also looking at the wrong place, it was in the list of UUIDs and not for the cells. Yes, I ended...
I've just done a bit more testing and if I use `format_file` or `format_text` directly, then it works correctly. If I use `format(".")` (what I usually do) then it goes...
That would explain the differences between `format` and `format_file`. Thanks for the explanation. If agree that unexporting `format_file` sounds sensible. It still leaves the question of why sometimes there are...
Apologies for the delay. I'll try to make sure that it gets done this week.
## Review checklist for @dawbarton ### Conflict of interest - [x] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/master/COI.md) and that: I have no COIs...
I've now checked through the documentation and the paper. Overall, it looks good. The points previously raised by the other reviewer have been addressed and there isn't anything else substantive...
Is this still on the todo list? If so, I might be able to have a stab at it. It'd be quite useful for me in a particular use case...
It's not just radeon; I've just been hit by this and I've got an Intel integrated GPU with the iris driver. Thankfully now works with this fix :smile:
Yes, I agree. There is already a suitable `SerialPort` constructor implemented, so it could just be a case deleting the `open(::AbstractString, ::Integer)` method. It's just a question of whether you...