Sterli

Results 14 comments of Sterli

Done reformated

UPDATE after trying again reinstall go now I got a error : ``` Makefile:61: recipe for target 'deps' failed make: *** [deps] Error 1 ``` Any solution? Thanks

@m13253 My systems specs are - 3GB RAM - 2 Core CPU - 40GB HDD space ![image](https://user-images.githubusercontent.com/6369589/128633829-7d76858a-6a66-4da9-89bf-d253f67784c7.png) And I've tried to restart seem nothing work

> This is very strange. > Have you tried to manually type the build command? > > ``` > cd doh-client > go build > cd .. > > cd...

@evgenyneu its available when touch indexed slider open the links ?

I didnt see setting for EasyAnimation in Swift Compiler Language

yeah we need it

See an example for uploading: https://github.com/DubFriend/jquery.repeater/issues/81#issuecomment-1336402915

UPDATED : I'm using `new FormData ()` for file upload here is an example : ``` const form = document.getElementById("form-name"); const formData = new FormData(form); window.axios({ method: 'post', headers: {'Content-Type':...