Pjotr Savitski

Results 11 comments of Pjotr Savitski

The video clearly shows a PHP extension package being installed with command `pecl install v8js`, then that extension is being added to the PHP in the corresponding .ini file. The...

There doesn't seem to be any version setting for composer, meaning that the latest one will be used at build time. Just try to rebuilt your workspace container running `docker-compose...

@glorand It is strange that rebuilding a container did not work for you. Not sure how to help with that as it worked just fine for me. Maybe someone with...

Just running the shell script again. Pretty much following the instructions outlined [here](http://docs.learninglocker.net/guides-installing/#via-the-install-script). The version seemed to have changed, with all migrations applied and so on.

It happened again, upgrading from 2.6.2 to 2.7.0 (the migrations also had an error due to a duplicate identifiers with a lot of number 1 characters in it (1111...111). @ht2...

@jesseoDIG Thanks for the info on the fix, though that should not be required and wold have to be handled by the script itself. Fetching version from the commit or...

@ht2 I've dug into the codebase to see how does it work. It seems to be using the `git-rev` package to extract the data on the fly as could be...

@Richienb I tried to understand the difference between re2 and re2-wasm, but the second one seems to be based on the first and does not seem to have any major...

I'm using it in the browser to create a version of the text that will have any URL's converted into HTML with newlines converted to line breaks. Using a module,...

It seems that a few suggestions could be found [here](https://stackoverflow.com/questions/12968093/regex-to-validate-port-number). Not sure how much would that affect the matching speed. I suppose that this package is not trying to validate...