Carl in 't Veld
Carl in 't Veld
Are we sure that opencv-contrib-python is actually providing freetype together with Harfbuzz? On https://stackoverflow.com/questions/47726854/error-module-object-has-no-attribute-freetype user luckiday reports that opencv-contrib-python-4.5.3.56 does not have freetype. He downgraded it to version 4.4.0.46, then...
I would love to have strict checking on imports and function signatures editing-time. Are you considering to introduce new importing semantics such as EcmaScript modules provide? No more global namespace...
Two months later. Any update in the meanwhile? How would I proceed with implementing the change myself? Do you have some idea which UI controls we need to add? What...
Please check out this pull request https://github.com/mRemoteNG/mRemoteNG/pull/629 which implements multi-monitor support
@RSuter yes I totally agree, I raised this issue: https://github.com/dotnet/cli/issues/10819
Can you explain that a bit further? DNT is a .NET Core based tool so how would I proceed in kicking off such an application with the full framework binaries?
Does winget provide some PowerShell install/uninstall scripting extension points? I believe Chocolately does.
Not sure why just publishing the exe is not favorite. Maybe because of filesize? Out of curiosity, in the past you had these unzip bootstrap exe wrappers. I.e. still one...
Additionally whenever I start a dapr process with a components folder with a space in the name, then the dapr application is not shown. E.g. when I run `dapr run...
I am experiencing that in many cases the signal towards the listening browser is triggered BEFORE the actual file has been changed on disk and/or consumed by the live reload...