Thomas Boby
Thomas Boby
I would find this very useful for a different reason: reducing security maintenance burden. We have custom docker images just to add the Opencv dependencies, which is fine, except on...
> The current way of distributing statically-linked library (OpenCvSharpExtern.dll/.so) makes it difficult to deal with this issue While it makes it hard to create an easy way for users to...
> Hi! > > > cwtools.ignore_patterns > > Can you please provide some examples of patterns? I spent two hours trying figure out syntax, without success. > > Thank you...
You might want to consider using a vs code workspace instead of opening the mod folder, that would let you individually add each of the mod folders you want and...
@PeterJeff I can't remember how far I got, but looking at the changes I made to the view I imagine I did most of what I intended to. The best...
> Hi @tboby, I really like this idea. > > Would you mind if I try to have a look and attempt to revive this PR? Or are you planning...
I can confirm this issue using MVC 5's unobtrusive validation. If I had to hazard a guess I'd say it's just to do with the ordering of the submit handlers?...
> @tboby Would you be so kind and do the testing with the code in the following branch: > https://github.com/fo-dicom/fo-dicom/tree/GH917-RenderingOfEnhanced > This should be stable, even if the code is...
> The test only runs green (and slow) if the StreamByteBuffer gets a lock in all the Read-methods wher the stream position is set and then stream.Read is called. While...
I think this has been resolved: it was to do with certain panels in VSCode counting as text editors and giving a "language" of "none". I've added a workaround.