Jacob Ilsø

Results 13 comments of Jacob Ilsø

I don't know the code base well, so any thoughts on where it would be best to implement this? Exercise.getHrmFile() is called from multiple places so one idea could be...

Afraid I haven't had time to work on this and won't have for the near future. I would be a nice feature to have though.

Should this issue have been closed? #2546 does not seem to solve the data annotation issue with C# records.

Not possible to just reopen?

The repro is already stated in this issue.

I extended the sample https://github.com/emgucv/emgucv/tree/master/Emgu.CV.Example/Docker/Ubuntu adding the following code: ``` VideoCapture capture = new VideoCapture("a.mp4", VideoCapture.API.Ffmpeg); var backendName = capture.BackendName; ``` If I use an Ubuntu 20.04 base image with...

It seems that beginning from Emgu CV 4.5.2 libcvextern.so is no longer compiled with FFmpeg support. Output from https://github.com/emgucv/emgucv/tree/master/Emgu.CV.Example/Docker/Ubuntu: ``` Video I/O: DC1394: NO FFMPEG: NO avcodec: NO avformat: NO...

Is this not the same as issue #21?

No, not specifically. It is more related to running scalastyle incrementally.

No, I don't have a any issues with speed, yet. :-) But I do expect that as the project grows, the time spent running scalastyle will be noticable. And to...