Zach Baylin

Results 40 comments of Zach Baylin

@aantron Ah that makes sense. Installing the system header works for now -- I'll let you decide if this should remain open or if it should be closed since the...

Hey @aantron -- is there any way I can help with this? Not sure if you remember but I'm interested in this as well for using `luv` with `ocurl` and...

Yeah @EduardoRFS I made a PR in esy-sdl2 a while back to upgrade us to 2.0.14 (which worked for me on my M1 Mac Mini) -- apparently there are some...

I also am worried that we need to rebase esy-skia as well, which might be a nightmare 😨

I'm going to try to kickstart some work on this. I found this project by Facebook which does essentially the same thing for Android development: https://facebook.github.io/stetho/. The main thing I...

Hi @piyush1104 -- what version of `esy` are you using?

`esy` 0.6.8 is still in beta, so I would first recommend trying to install 0.6.7, and running the following commands (to basically start from scratch): - `rm -rf ~/.esy` -...

To quote @bryphe from the Discord: > @zbaylin - yep, good question! We should document them though. My goals are: - OSX 10.12+ - Windows 8+ - CentOS 7 (4.8.x...

@bryphe and I discussed using [`ocurl`](https://github.com/ygrek/ocurl/) the other day as a solution to this problem. **Pros** - `libcurl` is very robust - `ocurl` seems to be a thin wrapper on...

I made this as a proof of concept: https://github.com/zbaylin/ocurl-luv-test -- the only issues I'm running into as of now is converting a `Unix.file_descr` to an `Luv.Os_fd.Socket.t`. Unfortunately, `Obj.magic` doesn't seem...