oatsoda
oatsoda
@RouR Yes, I am already using that. If you see in #27, it was actually *me* who answered the question :)
Possibly relevant: #1330 and #918
@search4sound Imagine that `AddRefitClient` has been called in Assembly A which I don't have access to the source code. And now in My Assembly B I want to "capture" the...
Well it is an implementation detail, sure, but that means I want my tests to ensure that Refit has been configured correctly with the appropriate startup config, attributes etc. Attaching...
@kirides Yeah, knowing the name is basically the issue (details in my original post) - so opening up `UniqueName.ForType` would mean I can avoid the [reflection](https://github.com/oatsoda/TeePee/blob/main/TeePee.Refit/ServiceCollectionExtensions.cs). Here is a test...
From some very limited testing, I see that on Chrome `offset().top` on the first scroll is `38` but upon scrolling down and then back up to the topmost position, `offset().top`...
Would an acceptable fix be to also check the `window.scrollY` to forcibly show the menu again if the window is scrolled to the top? ``` if (!nav.is(":visible") && (topDistance <...