valVk

Results 7 issues of valVk

``` php class Test { public static function testStaticScope() { static somevar; let somevar = "static var"; var_dump(somevar); } } ``` causes Zephir\ParseException: Syntax error in zephir commit 37630eead506e1113ea8c83dbc733ed4d28c5edd ##...

nfr

``` /app # node index.js (get) [redirect] http://www.craigslist.org/about/sites -> https://www.craigslist.org/about/sites Segmentation fault (core dumped) ``` content of index.js just example of the code ``` var osmosis = require('osmosis'); osmosis .get('www.craigslist.org/about/sites')...

Hi, I'm fairly new in the tsung and docker. and can't get how to run this image as cluster. Seems like I'm almost near the success, but somethin wrong with...

Add vite as the dev server. No changes in any other parts excepts the ones which should be fixed to start project with Vite

If select a smaller instance than `t3.xlarge` than jenkins does not have enough time to startup before `systemctl` will try to restart `jenkins.service` This pull request add additional variable to...

Main intentions of this PR reduce amount of output information when we are trying to use addon for nodejs New output for addon.node ![image](https://github.com/ggerganov/whisper.cpp/assets/1130626/5123d4e1-d4de-4687-940d-3830183b5d81) Old one ![image](https://github.com/ggerganov/whisper.cpp/assets/1130626/056fc3e8-6033-4730-a3ea-120c30e4154d)