surjit
surjit
I have added below code in controller but it does not works TypeError: Cannot read property 'on' of undefined I also tried mediaPlayer insteadof playerName please suugest playerName comes from,...
I have compiled shc from source on Ubuntu 18.04, it does not work as it suppose to work but its working fine on Ubuntu 16.04 Thanks,
below log, when php to zephir ``` I have uploaded all code here [](https://github.com/surjit/zephir_ext) ``` please help me to sort the issues Convert php to zephir ``` 81/81 [============================] 100%...
Ubuntu 20.04 LTS go version go1.19.3 linux/amd64 github.com/gammazero/workerpool v1.1.3 ``` package main import ( "fmt" "github.com/gammazero/workerpool" ) type JobAccount struct { Id int Username string } func main() { list...
## Reproducible Example ## Description You can test user struct is empty values
**Is your feature request related to a problem? Please describe.** I have long running task which takes way long to complete. I found no way to cancel/abort those in-middle **Describe...
EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection. client.html:1 Fatal error: Uncaught exception 'Predis\Connection\ConnectionException' with message 'No connection could be made because the target...
Is it possible to set empty [], currently it shows null? Something like ```Text []Text `json:"text" default:"value,[]"` ``` or better way I just want to set default value when value...
Hello @mcuadros ref https://github.com/src-d/go-git/issues/574 git branch just shows (no branch) ``` package main import ( "fmt" "github.com/go-git/go-git/v5" "github.com/go-git/go-git/v5/plumbing" "os" ) func main() { // Create the temporary directory for cloning...