Nidal Alhariri

Results 9 comments of Nidal Alhariri

this is due to a 64 bit system, I'm trying to find a solution as well .

Hi, a couple of things to check. - do you have a .env file in your root directory ? you can copy and modify the .env-sample , or just use...

@SelfhostedPro Great idea. thanks for pointing this project out. it seems really similar as well. I will try to set this up once I get more time.

Hi there, I agree with the points you mentioned, I'm sorry been a bit busy lately with a few projects. I'll update those guidelines and docs very soon hopefully. for...

Thanks for your interest in this project. Testing is a big topic, I'm not sure which test are you referring to, functional/unit testing ? load testing? security/usability/etc .. ? depending...

I agree with most what you say, and I think testing is important. but I honestly took an opinionated approach and I really have a limited time to write tests....

Didn't hear back from you, feel free to re-open if you still get this error :)

Got around this by adding some styles to override Vuetify : `.vue-query-builder { padding: 5px; } .vue-query-builder label { margin: 5px; } .vue-query-builder .form-group { margin: 2px 0; } .vue-query-builder...

You can get it form the files, they will have an xhr object containing the response in XML format, you only need to parse that ``` const f = app.$refs.dropzone.getAcceptedFiles()[0];...