-
When using Twig.js on PHP-based Twig files, we will run into issues. In particular, Drupal has a bunch of custom Twig filters, functions and tags. We either need to replicate those extensions in Twig.…
-
https://emotion.sh/
-
Hello
In a custom scripting service, is there a way to call that service's " Additional Configuration " array?
-
I can bring this up to modern c++ standards, i just want to know if I have permission to, and that you would merge the request as long as you find no issues in the code (don't want to waste my time). …
-
Currently Fusio supports also writing the action code in Javascript through the V8 Engine. Currently this is based on the [php-v8](https://github.com/phpv8/php-v8) extension. Unfortunately the author …
-
If i do something like the following:
```php
class MyV8 extends V8Js {
function foo($payload) {
echo $payload['name']; // nope :-(
echo $payload->name; // this is ok.
}
}
$v8 = new M…
-
What happens when Google tries to crawl a site that uses a B3-based theme? What if a user's browser doesn't support JavaScript?
The theme should be able to detect these situations and serve the user…
-
I'm trying to migrate to Amazon Graviton processors based on arm64. But I'm running into issues compiling this library when following the instructions at https://github.com/phpv8/v8js/blob/php8/READM…
-
Hey
Not sure whether this is a bug or a hole in knowledge...
I have a PHP function invoked from V8Js which returns raw binary data. The idea being that a user writing JS scripts in their sandbox…
-
Hi,
i just testet the extension unsing this version:
https://phpdev.toolsforresearch.com/php-7.4.28-Win32-vc15-x64.zip
Installation worked just fine and the first tests have been correct but th…