Martin

Results 7 comments of Martin

Hi, we have a client in Javascript, which calls a REST API on a backend server. connect-modrewrite acts as a proxy to this backend server. During authentication, the backend server...

Hi, good question. I am only an ordinary user and have no in-depth knowledge. The reverse proxy makes only sense for request patterns with the "proxy" [P] flag set. But...

I use it for sunrise/sunset calculation at lat/lon (actually airports) and distance / bearing calculations (ellipsoid) between two points (runway length and runway true direction). Edit: Any plans to integrate...

> > > @pre-martin magnetic field values are now available via the [magnetic extension package](https://www.nuget.org/packages/CoordinateSharp.Magnetic/). Works perfect. Thank you. Found only one small problem: https://github.com/Tronald/CoordinateSharp/blob/master/CoordinateSharp.Magnetic/Magnetic/Magentic.Model.cs should be named "Magnetic" instead...

Unsure if I have the same problem or if my problem has a different source (or if it explains the two different code findings above): I have a group with...

Your device has `UsageAndPage 1:05`, so you should register with: ``` RawInputDevice.RegisterDevice(HidUsageAndPage.GamePad, RawInputDeviceFlags.InputSink, _window.Handle); ``` `NoLegacy` is only relevant for mouse and keyboard devices (see https://docs.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-rawinputdevice). `InputSink` vs `ExInputSink` depends...

A fix would be great. I have quite some documentation with asciidoc and numbered TOCs, and all links in the TOC are broken.