Yun Zhi Lin
Yun Zhi Lin
@matijavizintin @klauspost this error occurs because the code never gets to the fallback. The following generated code errors out: ``` /* handler: uj.Id type=uuid.UUID kind=array quoted=false*/ { { if tok...
I've started working on this https://github.com/yunspace/scoop-extras/blob/master/projeny.json To test it out, you can check out my `scoop-extras` repo and run: scoop install ./projeny.json The problem I'm having is that in my...
this is a very valid use case... will take a look to see if it's possible to distinguish powershell on windows
I originally tried to use `os.PathSeparator` but later resorted to using `$SHELL` env var. This works correctly and I've tested on `powershell`, `windows 10 ubuntu bash` and `MINGW`/`git-bash`. PR is...
I'm interested in this feature and just came across this issue. It appears SumoLogic has recently added syslog source: https://help.sumologic.com/Send_Data/Sources/Syslog_Source Will test it out and confirm.
I think this is the duplicate of #139, I've done some research on this topic and left a comments on workarounds there.
You can save some disk space by deleting the following on Ubuntu (Android, Dotnet, Haskell): `rm -rf /usr/local/android /usr/share/dotnet /usr/local/share/boost /opt/ghc ` this was mentioned in https://github.com/actions/virtual-environments/issues/2606 Also as a...
@circlespainter nice work on the framework and it's great to see you've added tests cases into TechEmpower. I've been trying to do some testing locally and noticed that the comsat...
hi @circlespainter I tried to run the tests again using your latest commits: ``` toolset/run-tests.py --install server --mode verify --test comsat-servlet toolset/run-tests.py --install server --mode verify --test comsat-webactors ``` I...
btw if you haven't tried running the benchmark locally, the steps I've been following steps are: ``` cd FrameworkBenchmarks/deployment/vagrant-development vagrant up vagrant ssh toolset/run-tests.py --install server --mode verify --test comsat-servlet...