lmj0011
lmj0011
I'm having this same issue too, none of the existing solutions seem to work. I'm beginning to think that some dependency of the gm lib is causing this issue.
currently using this image processing lib in place of gm, and it works well. https://www.npmjs.com/package/sharp
> The above is in the readme and should do the job. ``` go err := godotenv.Load("~/www/site/myweb/.env") if err != nil { log.Fatal("Error loading .env file") } ``` this doesn't...
@Sjeanpierre thanks that works it's the same as: ``` go err := godotenv.Load("/home/user1/www/site/myweb/.env") if err != nil { log.Fatal("Error loading .env file") } ``` which I though I tried before,...
What error are any of you getting in the web browser?
>After like 4 hours of searching I finally find fix, how to fix it Tell me about it, your solution worked for me also.
You have to pass your current token in, to the logout the user eg.) ```sh curl -X POST http://localhost/logout --header "Content-Type: application/json" --header "Authorization: Bearer " ```
alternative app: https://tomato-timer.com/
Anyone want to test [this fork](https://github.com/Harmanbeer007/ImagePicker/commits/master) out? It seems to have implemented Multiple Image Selection just have to call `setMultipleAllowed(true)` on the [ImagePicker builder](https://github.com/Harmanbeer007/ImagePicker/blob/67f66faebf31813b0cc87c4655351761deafa376/imagepicker/src/main/kotlin/com/github/dhaval2404/imagepicker/ImagePicker.kt#L219-L222)