Marcin Jahn
Marcin Jahn
### Did you check docs and existing issues? - [x] I have read all the snacks.nvim docs - [x] I have updated the plugin to the latest version before submitting...
I have the following TS code: ```ts export type MyType = { something: number; }; export interface MyInterface { something: number; } ``` Neogen (`:Neogen`) generates this for both of...
I register an HTTP client in my app, like this: ```cs services.AddHttpClient() .ConfigureAdditionalHttpMessageHandlers( (handlers, _) => handlers.Add(new MyHandler(options)) ); ``` My handler: ```cs public class MyHandler(MyHandlerOptions options) : DelegatingHandler {...
**Input:** ```cs public static int GetMetaCodesLimit(SearchRepositoryRequest request) => request switch { _ when request.SearchCriteria.ContextConfiguration.IsFeatureEnabled( FeatureFlags.UseDynamicSearchFallbackInPackagesApi ) => MAX_METACODES_COUNT_FOR_INV_DYNAMIC_SEARCH, _ when request.SearchCriteria.Filters.HasPriceFiltering() => MAX_METACODES_COUNT_FOR_PRICE_FILTER, _ when request.SortingConfiguration.Sorting.SortBy is Portfolio.Common.Models.SortBy.TotalPrice => MAX_METACODES_COUNT_FOR_TOTAL_PRICE_SORTING,...
### Problem Description One of the options in mitmproxy is `modify_headers`. I set it via the web UI. When I set it in this form: `/my-header/my-value`, it does work perfectly...
I noticed that the app is very slow (even unresponsive) when I browse data on iPhone connected via USB. Issues I noticed: - when opening Files with iPhone being connected...
# Description When I conntect an iPhone I see this in the sidebar of Files:  When I click on "Documents on iPhone" I see this (after waiting for Files...
I configued `dwt` option under touchpad input, but I still am able to use touchpad while typing on a keyboard. Here's my entire `input` section of configuraton: ```kdl input {...
There are cases where one side of the conflict modified some file, while the other side completely removed the file. How to take the removal as the outcome?
I tried a few things: - using ASHPD Demo app to check ScreenCast from the client perspective, in two scenarios, both without success: - Gnome (on Fedora 42 Workstation) -...