drev74

Results 20 comments of drev74

I hit this issue with `oathkeeper v0.40.0` and `kratos v0.11.0` today. In my case, there's an issue with redirects and an external proxy. My setup works perfectly on my localhost,...

@Vsevosemnog That's an expected behavior. Migration create adds an empty numbered `up` and `down` files, which you need to fill with actual SQL commands

Still doesn't work for `Quasar 2.11.5`, `Vitest 0.27.1` and `"@quasar/quasar-app-extension-testing-unit-vitest": "^0.1.2"`. I added injections from [here](https://github.com/quasarframework/quasar-testing/blob/dev/packages/unit-vitest/src/helpers/layout-injections.ts) and did this: ```ts it('mock a dummy call', async () => { const wrap...

I solved this problem by mocking $q stuff and forgot about it long ago. Sorry, can't reproduce it anymore :smile_cat:

@ripienaar Thanks for a feedback. I have two points 1. If you believe that you have a higher proirity tasks, pls open new issues 2. I can build OAPI 3.0.3...

I'm working on smth like that on my test setup. I'm building an API for a customer and playing with `asyncjobs` to implement it. ### My current setup 1. API...

Tests have passed

I'm also having this issue a year later after the bug report. I followed the docs to set up `MySQL` as a database for `Linstor`, but still can't make it...

@rp- why do I need to check some files ? Do you even have QA for your project ? I followed YOUR docs and instructions and YOUR code doesn't work....

@raltnoeder Thank you for a detailed response. I appreciate your work on DB support and `linstor` itself. 1. Yes, you DO have `MySQL` support in your **user_manual** 2. No problem...