Chetan Sarva
Chetan Sarva
I've been running into this issue for a while (and #127 as well) but came up with a slightly different fix which you can see here: https://github.com/chetan/god/compare/dangling_process_exit In addition, I...
To followup on what @ameuret said, connector support (cn) must be built-in to the kernel, and _not_ as a module in order to enable PROC_EVENTS. Basic netlink support is still...
@FiloSottile I've implemented a workaround using an embedded version of the certutil binaries on all platforms. Happy to submit a PR if you're ok with that approach. You can see...
@rfay Mac and Windows should be fine but Linux/arm64 might be a little trickier, particularly with varying versions of glibc. I grabbed a certutil binary for my `armv7l` raspi but...
Right, it's not compiling at install time. It's pretty easy to solve for Windows but Mac and Linux are a bit more complicated due to shared libs as mentioned earlier,...
To summarize, this should work - ```sh mkdir -p /usr/local/etc/[email protected]/certs cat "$(mkcert -CAROOT)/rootCA.pem" >> /usr/local/etc/[email protected]/certs/mkcert_ca.pem /usr/local/opt/[email protected]/bin/c_rehash ``` I tested with php 7.4 + [email protected] from homebrew.
Sorry, meant to include the url in a comment. I believe the json is from here but will need to confirm later when I get back to my computer -...
The go-timezone library simply embeds most of the data as go structs instead of JSON or similar. The purpose of adding the extra json file here is simply to get...
I'm not an expert when it comes to node packaging and the various bundles, but I was able to build on the work in this thread and some other samples...
@djavorek Happy to open a PR, however there are still some issues with the integration that I haven't been able to fully resolve. Some components render perfectly while others (for...