Amin Ya
Amin Ya
I could reproduce this as well. ``` 2020-09-21T11:46:09.5985052Z ##[group]Run ilammy/msvc-dev-cmd@v1 2020-09-21T11:46:09.5985585Z with: 2020-09-21T11:46:09.5985870Z arch: x64 2020-09-21T11:46:09.5986087Z sdk: 10.1.19041.1 2020-09-21T11:46:09.5986429Z ##[endgroup] 2020-09-21T11:46:13.4050636Z ##[error]Could not setup Developer Command Prompt: Command failed: cmd.exe...
Could we add a try catch to this line, so we can get more information? https://github.com/ilammy/msvc-dev-cmd/blob/4b3ec49c7121cfcaa56a6195be847c24a86205f9/index.js#L95 Also, we should use execSync here. Awaiting a promise right away is equal to...
It would be nice to make it work on PowerShell. @cantino Where is the code that is related to the shells?
I am having the same issue with broot. See https://github.com/Canop/broot/issues/168
This benchmark should not force any programming style, it should just be a framework for exercising different libraries that perform certain functionality. If you want to consider the "effort to...
> about the lines of code Well, LoC is one of the many things that show the effort took for writing some code. I don't mean that this is the...
That's why I am interested to see (one or more) implementations here. When there is no point of comparison, we can't compare them. Here it points to different jQuery like...
> Based on your mentioned link I created a [simple benchmark](https://jsbench.me/pakf6hpcwh/1) for benchmarking jQuery and it's friends. I included ScarletsFrame on the test as a sample framework because it has...
@adamhaile Your suggestion seems out of the scope of this issue. You should probably create another issue for that, so it is not lost here.
@ryansolid I think that the categorization of the libraries is certainly a good approach. In combination with the hover effect for showing the source code (and probably the number of...