Tommaso Visconti

Results 40 issues of Tommaso Visconti

After the upgrade to ember-data 1.0.0-beta.14.1 (1.0.0-beta.12) I get this error: `Uncaught TypeError: Cannot read property 'children' of undefined` at `select-2.js:293`: ``` if (item.children && item.children.length) { ``` this is...

After some attempts I found how to use ember-i18n with ember-select-2 to translate placeholders. It could be useful to insert this information in the docs: ``` Ember.Component.reopen( Ember.I18n.TranslateableProperties ); ```...

Hi, this is really a good job! Looking at the template it seems that the items order (month-day-year) is hardcoded. Do you think it could be possible to use a...

I'm using growl4rails with this code in the layout: Growl4Rails.showGrowl({image_path:"/images/icons/notice-icon-32.gif", title:"Notice", message:""}); but Internet Explorer 7 show me the popup then stop the page rendering with this message: Internet Explorer...

As mentioned in the [rocksdb wiki](https://github.com/facebook/rocksdb/wiki/Block-Cache#lru-cache), LRU Cache accepts some options. As we are facing OOMs, the `strict_capacity_limit` seems a good option to use, but the `gorocksdb.NewLRUCache` only accepts the...

This happens using node >=v10 The same issue is also present here: https://github.com/electron-userland/electron-webpack/issues/174 A workaround is using `yarn --ignore-engines`, but also upgrade the requirements in the `package.json` file works.

This commit fixes the error ``` bad component(expected host component): localhost:3000 ``` raised from `Spree::CheckoutController.asset_url` when the `Spree::Config[:site_url]` variable contains the port, e.g. in development machines which uses port 3000

This PR adds a fix to get the most recent release instead of the oldest (`orderBy: { field: CREATED_AT, direction: ASC}`). While on the job, I also updated a lot...

Se un lavoro è ad ore e sono state inserite ore di lavoro, deve essere possibile vederle anche dopo che è diventato un progetto di notula o notula

enhancement