Matthieu Garrigues

Results 79 comments of Matthieu Garrigues

I never tried but it should no? Is there any program running on linux that does not run under WSL2 ?

It used to be but not anymore (I guess few compilation errors has to be solved first). Several people asked for windows/macos support so I'll set this as my priority.

Thanks @ckaminski this looks great. I think use wepoll to quickly get windows support.

I started working on it but it seems like there is a bug in the MSVC compiler. The following code fails to compile and I can't find any workaround: ```...

Since we'll probably have to wait for quite some time for the MSVC bug to get fixed. I'll delay windows support to an future release.

Thanks @chausner ! Seems like this unblock the progress on the windows support.

Thanks @vanehu the master branch now compile on windows but there is still bugs. I'll work more on this later.

I never had this error but never tried clang 12. Did you try this ? target_link_libraries(your_program stdc++fs) Found this here: https://stackoverflow.com/questions/33149878/experimentalfilesystem-linker-error

File size should not be a problem as long as mmap accepts it. Probably a bug in extension handling. I'll check that. Thanks for the report.

Hi @harishperfect , Thanks for the feedback ! . It was probably a problem with files changing size while the server was running. I revamped the file serving code so...