Francis Chuang
Francis Chuang
Oops, I must have misread. This feature would still potentially be useful for us. We're currently shipping a `.wasm` compressed with brotli, which is decompressed and compiled in `init()`. If...
I just want to quickly update. I switched to using https://github.com/suborbital/javy which is a fork that has support for `deallocate` and `allocate`. Using this in conjunction with `call()` reduced exported...
For provisioning, we can consider using something like Ansible, which is much easier to write playbooks for, compared to shell scripts.
I think a separate repository isn't required, because the vagrant file is specific to developing and testing phpbu. I think it's better to keep it in the phpbu repo, and...
It seems that the problem is that git is not prompting for my ssh key's password when used with glide. It does prompt for it if I use `git clone...
@sdboyer Thanks, I was able to set up git bash to run the ssh agent on start up by using this guide: https://help.github.com/articles/working-with-ssh-key-passphrases/#platform-windows and got it working. However, in my...
For instrumentation, how about exposing metrics via prometheus?
@frankmayer: There are some problems though. Currently `saveEdge()` returns the ID of the edge. If we implement this, we need to return the edge (because people might want to use...
Ah. However, that means there are lots of "configuration" to set if we take that approach. Then things become brittle, because if they decide to change the configuration to return...
Looking forward to the split :) Is there a timeline as to when that will be done? I will also try and close #32 today. Regarding `autoload.php`: Maybe we can...