Mathias Weisheit
Mathias Weisheit
Hi, I have a problem with TNTIndexer within my software tests. Adding the searcheable model "product" forces this problem: PDOException: SQLSTATE[HY000]: General error: 11 database disk image is malformed /app/vendor/teamtnt/tntsearch/src/Indexer/TNTIndexer.php:685...
Modal
Hi, thanks a lot for this work. It is possible to put it in a bootstrap modal? I am using bootstrap-vue in my project..... [Signature.vue.txt](https://github.com/neighborhood999/vue-signature-pad/files/5128248/Signature.vue.txt)
Setup: - docker - Source in folder /webapp/src - Tests in folder /tests/**/*Test.php - inside the container the Source is in /app (/webapp/src == /app) if I start a test:...
Very very good work. Thanks a lot! Can you explain me how I can check the response after sending a command? There are two usecases: 1. I need the new...
Hi, great work! It is possible that i define attributes like this: protected $attributes = [ "id" => null, "id_conflict" => false, "sync_info_loaded" => false ]; And set and get...
After inserting the code of the oauth2redirect, I received this warning "'ElecModel' object has no attribute 'battery_power'"". **To Reproduce** Steps to reproduce the behavior: 1. Login 2. Get Code from...
Is it possibe to implement this https://developers.cloudflare.com/turnstile/tutorials/excluding-turnstile-from-e2e-tests/ into getChallenge and Validator:validate ? So that we can exclude some $request->ip() from the challenge? The Test IPs could be loaded form .env...