Alex Palaistras

Results 46 comments of Alex Palaistras

Indeed, though it's possible to side-step the issue by using the [Docker images provided](https://hub.docker.com/r/deuill/go-php/) and using those as the build environment. Distributing static libraries built against static PHP builds may...

Which version of PHP do you have installed? Did you install the development headers and library needed for building `go-php` (as per the README)? You're not using Linux, or not...

7.2 is as of yet untested. Travis just added support for 7.2.0 a couple of weeks ago, however I am aware of some compatibility issues between 7.0, 7.1 and 7.2...

Possibly yes, I'll see if a top-level exception handler does the job and add some tests to that effect.

Indeed, I'm gonna work on a slight clean-up of the code (especially for PHP5/PHP7-specific files) and get some examples in. In the meanwhile, the test files should provide some insight...

Rendering vertically was a conscious decision, as it's easier to embed these graphs in prose that also reads vertically (and non-trivial graphs will run for longer than the typical page...

That looks awesome! I'll look to incorporate these changes in once I've got some time on my hands.

I don't believe there's a single `git` command that allows for, essentially, reverse-engineering the commands used for generating the graph, nor does `grawkit` support reading from a more machine-readable format,...

Thanks for the kudos and the link! I'll try seeing if Google Translate does your post justice, and I'm glad you found the tool useful!

As an additional data-point, we're running a service where database migrations are applied on startup with `Migration.Up()`, and never noticed having missed some migrates until a few days later where...