jsaak

Results 7 issues of jsaak

If I am not mistaken new libmysql has now async functions: https://dev.mysql.com/doc/c-api/8.0/en/c-api-asynchronous-interface-usage.html Eventmachine is mostly abandoned (?). However there are new async frameworks now. It would be wonderful to be...

If i use plain ecmascript, the syntax highlighting is not working. For a workaround i edited syntax/vue.vim and added ```call s:register_language('javascript', 'script')``` And modified my source to ``` ```

need repro

Only way i was able to stop it was with a SIGTERM.

Given the schema: ``` "type" => "string", "enum" => ["en","hu","de","sk"], "default" => "en", ``` I want to use the string value in my code after the validation. However i could...

I have still no idea how to stop a Fiber from running (unschedule). I was told that i can raise an exception, but it is not working as i hoped....

mimic MRI like exception formatter