Frédéric Bour

Results 133 comments of Frédéric Bour

Thank you, that looks very nice. I am not a vscode user myself so I cannot test however. Do you mind if I put a link to your extension in...

I see that you are using a rope data structure for mapping the logical coordinates to byte coordinates, that's a good idea. I don't know if you have seen, but...

I think [Owee_macho](https://github.com/let-def/owee/blob/master/src/owee_macho.mli) is in a good enough state that we can try using it :). This is just a reader, it extracts the basic commands of Mach-O files. More...

> As a side note: @let-def cleverly noticed that the shape of the data files is exactly the binary representation of the number of merges, where 1 is in position...

I find this proposal very nice, thanks @gadmm (and @gasche). First: performance aside, could the boxroot API be implemented using just a doubly linked list for bookkeeping? The description makes...

> > Second: do you think a **weak root** could be added in the future? > > Is there something bad with rooting a weak pointer? Performance and convenience, which...

> > Performance and convenience [...] > > However the story is not the same when working with data structures. As soon as a finalizer (either from a custom object...

It seems that this features and some other we have discussed will require an overhaul of the UI... Or rather, a proper UI rather than the current hack ;). I...

The viewer is in a sense already partially isolated in the form of the "engine" abstraction in the code, though it still uses a lot of side-channels for communication. I...

Unfortunately Windows lack some features needed by TeXpresso (in a sense, that's what made this experiment cheap enough to carry it as a side-project). Supporting Windows will be a profound...