csrichter

Results 10 comments of csrichter

I could also use this feature. Here is the metrics output of the flexlm exporter for autodesk: [autodesk_metrics_redacted.txt](https://github.com/mjtrangoni/flexlm_exporter/files/4403348/autodesk_metrics_redacted.txt) Maybe a more flexible way to implement this, would be to let...

I was also thinking about putting the Opions in a config file and supplying different targets/configurations as different compilers. Thats, what i already do to compare binaries compiled for different...

i added a tool config in our local ce-instance using the following config: > tools.iarsim.name=IAR Simulator (8.50.9) > tools.iarsim.exe=E:\Progs\compiler-explorer\IARsim\runsim.bat > tools.iarsim.type=independent > tools.iarsim.exclude= > tools.iarsim.class=simulator-tool > tools.iarsim.stdinHint=disabled > tools.iarsim.monacoStdin=false >...

Can also confirm this bug for NP++ 7.7.1 64bit on Windows 10

any updates on when this issue will be worked on? as @josesimoes said, this fix should be backwards compatible with all existing code and examples. It shouldn't break the API...

i'm also interested in in running semgrep on windows without WSL i have tried installing semgrep via pip natively and that works, but running it leads to the error :...

update: as of GitLab 17 access tokens have a forced expiration date of one year for standard accounts but unlimited expiration is still available for special "service accounts"

our workaround was to remove the fork relationship in GitLab so our repositories are no longer forks i have not re-tested since applying this workaround

i have re-tested now and run into the same NullPointerException the behaviour configuration for the group is as follows: * Discover subgroup projects * Discover branches * All Branches *...