Fabio Gollinucci

Results 19 issues of Fabio Gollinucci

Using `AvS_FastSimpleImport_Model_Import->processProductImport([..])` I receiving this error: ``` PHP Fatal error: Uncaught Error: Call to a member function prepareAttributesForSave() on null in /var/www/html/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php:1417 Stack trace: #0 /var/www/html/app/code/core/Mage/ImportExport/Model/Import/Entity/Product.php(481): AvS_FastSimpleImport_Model_Import_Entity_Product->_saveProducts() #1 /var/www/html/app/code/core/Mage/ImportExport/Model/Import/Entity/Abstract.php(522): Mage_ImportExport_Model_Import_Entity_Product->_importData()...

# Description After a few months I didn't deploy anything and updated to the latest version (3.7.1) I cannot able to deploy any components due an AWS SDK authentication error....

# Description As I understand from [fullstack-app](https://github.com/serverless-components/fullstack-app) example components can be nested in directory and automatically deployed (taking care of dependencies). This seem does not work with nested components in...

## Summary If I understand well, at this moment, static query did not accept any input variable at all. In some cases in not possible to get data with a...

In according with https://docs.mongodb.com/v3.2/reference/database-references/ I've try to do that: ```javascript db.collection("users").findOne({"username": "test"}, function(err, user){ if(err) console.error(err); db.collection("test").save({ "prop1": "val1", "prop2": "val2", "prop3": "val3", "user": { "$ref" : "users", "$id" :...

I can't ad this feature to my bot, I using a tokenizer parse to get mentions but I can't get bot ID to compare it. How can I do this?

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/daaru00/obsidian-aws-s3-sync/ ## Release Checklist - [x] I have tested the plugin on - [ ]...

Ready for review

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/daaru00/obsidian-time-tracker ## Release Checklist - [x] I have tested the plugin on - [ ]...

Ready for review

I tried to use a newest version of node-webkit changing Gruntfile.js file line "var nwVer = '0.11.6'; //0.9.2" but application wont start. I'm on linux x64 OS and i resolved...

Could you implements a service to read and write file? You can do it with the module of nodejs named "fs", for example.