Filipe Leandro
Filipe Leandro
I've seen several closed tickets about this issue, but I'm still facing it. These are my versions for `eventlet` and `dnspython`: ``` Name: eventlet Version: 0.30.2 Summary: Highly concurrent networking...
When I try to scp into the container I get the following error: ``` fatal: unrecognized command 'scp -f /myfolder' ``` I guess `git-shell` restricts which commands can be run....
These are the URLs I discovered that work on NC200 model: ``` http://[ipofcamera]:8080/snapshot.jpg http://[ipofcamera]:8080/stream/getvideo http://[ipofcamera]:8080/stream/getaudio ```
I'm trying to create a user pool using my terraform templates that I already use to deploy directly on AWS and I'm getting a bunch of these errors: ``` cognito-local...
I'm seeing some cases where the git history shows commits in the wrong order from which they were created. Here is my code: ``` await this.git.checkout('master'); await this.git.add('.'); await this.git.commit('commit...
I'm not able to use your build.xml to compile a new `jar`. I've created the `local.properties` file with the path to the `sdk.dir` and in my sdk path I have...
This example prints nothing. ``` var Lazy = require('lazy.js'); var it = Lazy.readFile("log.txt") .lines() .getIterator(); while(it.moveNext()){ console.log(it.current()); } ``` Altough this example works correctly: ``` var Lazy = require('lazy.js'); Lazy.readFile("log.txt")...
Can we have a Vue 3 example using the `@segment/analytics-next` npm package?