François Revol

Results 199 comments of François Revol

Actually I think this happens on etherpad as well, at least that's what framapad uses IIRC.

Well I don't own the instance I use, it's from Framasoft. And I bet other people will bump into this on public instances. Importing is more involved, means you have...

Oh I didn't reply yet… you're not the only one lagging ;-) Not sure why you want to keep this in a separate branch… We still have premake 4.4 in...

I managed to build premake 5 alpha13 (alpha14 has a missing file).

But of course it won't work…

I got premake working but I still have to squash [the PR](https://github.com/premake/premake-core/pull/1289)… It's possible it doesn't link with the C++ library by default. You might want to try to build...

Well I spent the time rebasing the PR on premake… time spent somewhere is not spent on project that's already been waiting for months. I'll rebase and see. Wait, which...

I rebased but I can't get premake 5 alpha13 to work so I can't add the haiku-specific part yet: `Error: [string "src/base/_foundation.lua"]:57: [string "d/tools/dmd.lua"]:106: attempt to index a nil value`...

I finally managed to get a usable premake5 package… but now I have to implement `NFD_PickFolder`…

It should build now with gcc > 2.95 (I suppose you didn't use the official gcc2 hybrid image which is why you had the missing new()), but I'd still like...