Patrick Fraley
Patrick Fraley
Hi, could you add a dark icon for light themes? I am using a white topbar and it makes the icon hard to see. Thanks
I am having a problem I can't seem to solve (I am by no way a c# expert) I have a abstract base entity called BaseContact From this BaseContact I...
Trying to install the Package either thru Fedy or by hand using copr as documented in the readme leads to an error: Conflicting packe thermald is it save to remove...
Moin :) I use vuex-orm (latest version) on a large quasar project and am using STI. Now with some of the models I do get strange errors when using inheritance....
It would be cool to be able to: ``` perl load_app 'App::User', prefix => '/user', require_login load_app 'App::Admin', prefix => '/admin', require_role Admin ``` And then also be able to...
Seems like, when trying to install dalai it tries to install packages with apt-get, even though I am on fedora, which uses dnf. Besides that I installed all dependencies as...
**Are you in the right place?** - Yes **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? Yes - Are you sure you're not using someone...
### Environment Quasar 2.12.2 JavaScript Pinia Pinia-Orm Pinia-Orm/axios ### Reproduction Follow the Documentation from the Plugin, to Configure Axios and Create an Axios Repository you are supposed to import: import...
### Environment Pinia ORM 1.7.2 ### Reproduction this.userRepo.where("id", 1).first(); // This will always get all relational objects and subobjects { id: 1, name: 'admin', posts: [{ tilte: 'Cool post', body:...