Jason Landbridge
Jason Landbridge
### Clear and concise description of the problem Hi there, I'm currently migrating from [vuejs/vue-rx](https://github.com/vuejs/vue-rx/) to [vueuse/rxjs](https://github.com/vueuse/vueuse/tree/main/packages/rxjs) and I'm looking for something similair to [$watchAsObservable](https://github.com/vuejs/vue-rx/blob/638e555addb67deaa18343b6e1d18328296d7d23/src/methods/watchAsObservable.js). I can't seem to make...
Hi there, **Is your feature request related to a problem? Please describe.** I have managed to make this package work for Entity Framework 6 code-first for Sqlite and I would...
Hi there, This repo is amazing, but to little is done to keep it alive. @Akryum, I understand that you're busy and also working on your other repo's. Could I,...
Hi there 👋, Several days ago I posted #138 and I have created the package I was talking about: [Serilog.Sinks.Console.LogThemes](https://github.com/JasonLandbridge/Serilog.Sinks.Console.LogThemes) @nblumhardt, would you be so kind to test it out...
### Is your feature request related to a problem? Please describe. I'm using [httpclient-interception](https://github.com/justeat/httpclient-interception) and [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net/) together. #### The scenario: My application talks to an external (central) API (SaltBae), and...
Hi there, With the following command: `npx swagger-typescript-api -p --responses --modular --axios --unwrap-response-data --route-types --output ./src/api/types/ --name api-types.ts` The following correct files are generated:  However, inside `ConsultRequests.ts` the types...
Hi there, **The problem** The [Dockerfile](https://github.com/PlexRipper/PlexRipper/blob/dev/Dockerfile) currently used to build PlexRipper "works", but there is an issue where permissions for files that are created through PlexRipper have the `root` owner....
I saw already that someone requested the function to sort by name, year, size, etc... would it be also possible to add a function that a user can decide which...
From comment: https://github.com/PlexRipper/PlexRipper/pull/265#discussion_r1382603464 On boot, PlexRipper should check if all mounted folders are permissible to read and write. If not, then this should still allow the front-end to be loaded...
Based on this PR: https://github.com/PlexRipper/PlexRipper/pull/265 -> https://github.com/PlexRipper/PlexRipper/pull/265#discussion_r1382564393 See : https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.runtimeinformation?view=net-7.0 TODO: - [ ] Replace `src/Environment/OsInfo.cs` with the above