Philipp Seith
Philipp Seith
**Describe the bug** When creating an Observable with Defer, every call to Observe restarts the producer and every observer gets the same values. But this is not the case when...
Callback handlers in the client should not only be possible with public methods in a class given by the Receiver option, but also by passing single handler functions ```go action...
Currently it is only possible to use one hub instance for all connections or one hub instance per method call. It should be possible to have a 1:1 assignment between...
alt-enter is the Windows Console / Terminal shortcut to maximize/restore the console/terminal window. Therefore, it is not possible to execute :open_leave or :cd with this shortcut. Changing the shortcut works...
I am trying to use NetCoreServer to create an app for [ctrlX OS](https://apps.boschrexroth.com/microsites/ctrlx-automation/en/portfolio/ctrlx-os/). ctrlX OS secures access to app UI with a reverse proxy, but to prevent that local processes...
I am trying to build a simple reverse proxy with https://hexdocs.pm/reverse_proxy_plug and its httpoison plugin. I am trying to forward requests to a (angular dev-). server, listening on localhost:4200. As...
I am trying to build a simple reverse proxy with https://hexdocs.pm/reverse_proxy_plug and its https://github.com/edgurgel/httpoison http client plugin. When I forward requests to a (angular dev-). server, listening on localhost:4200, they...
Alas described differently in MSDN https://docs.microsoft.com/en-us/windows/win32/shell/how-to-register-a-preview-handler a PreviewHandler (additionally or only) needs ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f} below the association key. The MSDN sample https://github.com/microsoft/Windows-classic-samples/blob/27ffb0811ca761741502feaefdb591aebf592193/Samples/Win7Samples/winui/shell/appshellintegration/RecipePreviewHandler/dll.cpp#L206 creates the ShellEx key only below the association key,...
Fixes the sporadic "Process finished with exit code -1,073,740,940" which means HRESULT 0xC0000374 STATUS_HEAP_CORRUPTION
When javaw is not in the path, but `JAVA_HOME` is set to a path with whitespaces (eg. `c:\Program Files\OpenJDK\jdk-19.0.2` ) launch.bat and others fail launching winfoom. This is because neither...