hackerESQ

Results 13 comments of hackerESQ

It's not just the demo. This package is not working on Vuetify 2.3+

Here's the full exception ``` ErrorException : mb_strtolower() expects parameter 1 to be string, array given at /Users/XXX/Dropbox/laravel/XXX/vendor/teamtnt/tntsearch/src/Support/Tokenizer.php:8 4| class Tokenizer implements TokenizerInterface 5| { 6| public function tokenize($text, $stopwords...

Had the same issue. Although, requiring it in my main project **did** resolve the issue.

Is the best practice still reflected in the [https://sponsors.tenancyforlaravel.com/frictionless-testing-setup](https://sponsors.tenancyforlaravel.com/frictionless-testing-setup)? It works well.... but it's **super slow.** By hooking into the `setUp` (and `tearDown`) function, it creates a new tenant for...

Ended up writing my own static method that creates a test tenant _once_ when the first tenant-related test is run. Importantly, this means only **one** tenant is created. Additionally, to...

> @hackerESQ ur workaround wont work properly in : > php artisan test --parallel Another tradeoff that is acceptable for my use case...

Fair. If we can't add a config option on the front end, maybe a note in the docs to use a static IP?

Still a docker newbie 😛 But that didn't work unfortunately. The integration wasn't able to connect to the websocket container. ![image](https://user-images.githubusercontent.com/16628119/214984230-2bfdde65-2086-4199-a569-8f2b59812eb0.png)

Not sure if that's the right way to do that. But let me know if that works.

Sounds good! Let me know if that works!