Abigael

Results 62 comments of Abigael

It looks awesome ! I will take a deeper look in the evening, thank you very much for your work, it takes Canopy to the next level. :) What is...

> basically addition/removal of files (or rather directories) should lead to trashing the cache/last-updated... Yeah, that's what I thought. I guess we could do it by getting the list of...

(the offline command line utility also somehow joins some terrible scheme where we could also allow Canopy to generate actual HTML files statically like any static blogs generators. Not sure...

It should work now without the decompress pin since it was released, I guess we forgot to update the doc. (so in your case I guess it takes the decompress...

Doing a release would be indeed great but I wonder what it implies for Canopy. Installing it via Opam means that static files (which are still in use for TLS)...

It seems that the problem is at least not in ocaml-git unix, since `ogit clon`ing both URL seems to work on my station. However I just encountered the same issue...

Hey! Sorry for the late reply! Yes I remember this! Thank you for posting this, I had a text file lurking somewhere as well from this conversation we had. :)...

Hey! To get the code running, you need a recent enough version of OCaml, and install the dependencies through opam (should be tsdl, bos, cmdliner, hex, maybe some I'm forgetting),...

@gasche On Multicore, uncaught exceptions in (sys)threads are handled in the same way. There is a default handler around every `Thread.t` created through `Thread.create`, calling back to `caml_thread_uncaught_exception` to print...

Sure enough, I will give it a try in the next few days.