Sam
Sam
The ss.js contains two instances (line 787 &1257) where Array.isArray is used wich is not compatible with IE8 and lower. Solutions: http://stackoverflow.com/questions/1058427/how-to-detect-if-a-variable-is-an-array Or https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray#Compatibility
Trying to compile this code With ScriptSharp silently fails: ``` public class TestClass { public Action Action; } ```
When using only a single [ScriptModule] without referencing a single class, the compiler still does a "return $exports;" without ever defining it. As a result **'Uncaught ReferenceError: $exports is not...
I'd like to run this in Azure containers: https://learn.microsoft.com/en-us/azure/container-instances/container-instances-gpu But when I do that using these commands: az login az account set --subscription xxxxxxx docker context use AciContext docker compose...
I often get this error. But other times it works without issues. Any ideas on how to change the timeout? Has anyone else had this issue? ``` System.Threading.Tasks.TaskCanceledException: The request...
I'm getting this error after just running `docker run -d --gpus all -p 9000:9000 -e ASR_MODEL=base -e ASR_ENGINE=openai_whisper onerahmet/openai-whisper-asr-webservice:latest-gpu` `CERTIFICATE_VERIFY_FAILED` Anyone else having the same issue? ``` 2024-03-22 12:03:42 2024-03-22...
Anyone keen to build this one? It's supposed to perform pretty well: https://ieeexplore.ieee.org/document/9950236 I had a crack at it but keep getting FFFFF hashes. I think I'm way off... ```...