Eduardo Pinheiro

Results 9 issues of Eduardo Pinheiro

Is it possible to add custom skills in my project by including the lib (without the need to clone the project and add it in the source code)? Thanks in...

enhancement

Error compiling project due to the missing directory libpng-1.6.2.1 . ./libpng_build.sh: line 5: pushd: libpng-1.6.21: No such file or directory make: **\* No rule to make target 'clean'. Stop. ./libpng_build.sh:...

When you run the example server (and then client) server replies with [object Object] on LOCATION field instead the right location of device-desc.xml file: Example: ``` advertise-alive { HOST: '239.255.255.250:1900',...

bug

### Terraform Version ```shell Terraform v1.3.1 ``` ### Use Cases I want to be able to run commands on an ec2 instance (for example) on the pipeline. Since the pipeline...

enhancement
new

**This is my mongoose Schema in my model file:** ``` var ContentTagSchema = new mongoose.Schema({ _id: { type : String, lowercase: true, required: true, index: true, unique: true}, description: String...

This is a pull request that corrects the issue #39

Consider this lines of code with an empty db file: ``` [...] //I need to pre-generate the _id of this object and not use a auto-generated _id var obj =...

It will be very useful if you also return the _id after an insert/update single. Though, I don't think exactly the same for Update multi. It is discussible useful vs...

Can you please add basic documentation to the project? Thanks.