Ariel Abreu

Results 8 issues of Ariel Abreu

When trying to run an Electron app that uses this, it complains about not being able to find `regenerator-runtime`. Inspecting the code of `dist/index.js` reveals that this is true, `regenerator-runtime`...

There was a bug in the `SudoerLinux.getBinary()` function which replaced the path with an object, causing `[object Object]` to appear as the binary path. There was another bug in `SudoerLinux.exec()`...

As seen in #1115, sometimes the host's shell environment can be configured in a way that is incompatible with Darling containers. It would probably be better behavior for Darling to...

Enhancement
Container

As of 6faf8526934565a8dcce3fbeb8a67f01dab28b9e, recent LLDB versions can successfully connect to their debugservers (tested with Xcode 11). However, trying to run a process still hangs. According to the following debugserver log,...

Darling currently does DNS resolution itself. Ideally, we should instead defer to the host's libc for networking calls. That way, we get the host's networking/DNS setup "for free". ## Problem...

Enhancement
libsystem
Essential

**Expected Result** Blockheads Server should open up as expected. **Actual Result** Blockheads Server crashes when it fails to load the `nib` file. ``` (lldb) target create "/Users/dtest/Downloads/BlockheadsServer.app/Contents/MacOS/BlockheadsServer" Didn't find debug...

Application Compatibility
GUI

This is another runtime `http` related issue. I think that there should be a way to add custom backends, because I had to access to many "private" properties while writing...

Adds support for the `vmax` unit. Really quite easy, most of it is just copy-pasted with a few modifications. Would be great to have vminpoly be a full viewport units...