Results 186 issues of Maik Riechert

Currently, if `device=".."` is not used with v4l2loopback then devices from 0 to 100 are tried in sequence and all per-device error messages are swallowed and replaced by a final...

enhancement
good first issue
Linux

### Environment Information * What platform are you using? (please provide specific distribution/version in summary) * [ ] Linux * [x] Windows * [ ] OSX * [ ] Other...

platform/windows
area/parallel

Same as #14, but for [`mpi.f90`](https://github.com/microsoft/Microsoft-MPI/blob/master/src/include/mpi.f90): ``` $ gfortran -c -I$MINGW_PREFIX/include "$MSMPI_INC/mpi.f90" C:\Program Files (x86)\Microsoft SDKs\MPI\Include\/mpi.f90:404:32: 404 | PARAMETER (MPI_FLOAT_INT=z'8c000000') | 1 Error: Arithmetic overflow converting INTEGER(16) to INTEGER(4) at...

``` $ gfortran -o example1 example.F90 -fno-range-check -lmsmpifec -lmsmpi -L"$MSMPI_LIB64" -I$MINGW_PREFIX/include Warning: corrupt .drectve at end of def file C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Program Files (x86)\Microsoft SDKs\MPI\Lib\x64\/msmpifec.lib(E:/bt/973263/repo/src/mpi/msmpi/fortran/msmpifec/obj/amd64/mpifbind.obj):(.text$mn+0x35): undefined reference to `__guard_check_icall_fptr' C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Program...

[Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started-yaml?view=azure-devops) should be used for continuous integration of MS MPI.

Like https://github.com/onnx/tensorflow-onnx. This is useful when you already have a model on disk.

contribution welcome

I recently discovered msgpack and used it successfully for serving array data to web clients for a visualization task (scientific raster map data). However, I was a little surprised that...

The claim is "It's like JSON. but fast and small." However there are no numbers behind that, and in some cases this statement may not be true. I did a...

The new [JS governance](https://github.com/microsoft/CCF/blob/main/src/runtime_config/default/actions.js) makes use of some new native functions exposed in the `ccf` global that are only available in the constitution, not in app endpoints: - `ccf.network.getLatestLedgerSecretSeqno` -...

governance

Currently, CCF only accepts JWKS documents where each key has an `x5c` field. While this is the case for Microsoft, it is not required by the [spec](https://openid.net/specs/openid-connect-discovery-1_0.html): > The JWK...

enhancement
http
4.x
p2
S