Dimitrios Filippou

Results 8 comments of Dimitrios Filippou

Please provide a manual, I find it difficult to implement JWT through just one example **Edit** I eventually figured out how everything works but it took me a lot of...

The `dial tcp 127.0.0.1:3306: connectex: No connection could be made because the target machine actively refused it. exit status 1` error indicates that your machine is hitting **localhost** and possibly...

> What if we are trying to connect locally? @jimfilippou Well I'm not sure but you could do something like this `connString := "username:password@tcp(127.0.0.1:3306)/databaseName"` or `connString := "username:password@tcp(localhost:3306)/databaseName"`

uri is supposed to be local file, if you want something remote then download it first and then execute RNS3.put

MBP 2018 15 inch overheating as well

Is there a CSS option to do something like this? ```css border-radius: 0; ```

Started from here https://github.com/rnmapbox/maps/issues/3492#issuecomment-2863772933, seems to work

For anyone experiencing the following issue ![image](https://github.com/docker/buildx/assets/6877046/6ea86416-8bac-4779-b93e-d7fe2b570cac) Please check your `.dockerignore` file and see if you have backslashes instead of forward slashes, I mistakenly added backslashes through GitHub Copilot thinking...