Benoit R

Results 10 comments of Benoit R

It's still the main pain-point IMHO, would love to see this fixed!

Hi @OlivierNguyen ! You're welcome. Indeed, here is the updated code: ``` fmtMessages = () => { return reduceRight( this.props.messages, (acc, cur) => { const nextMessage = acc[0] const displayIcon...

On last version It fails completely when quotum is exceeded. It's a real-world problem because some browsers have no quotum (private navigation in Safari for ex.)

For anyone having the same problem, here is my dirty solution : ```javascript import _ from "lodash" import persistState, { mergePersistedState } from 'redux-localstorage' import adapter from 'redux-localstorage/lib/adapters/localStorage'; const storage...

Sad indeed to see Keystone marked as incompatible with the current version of node. For those having this problem, you can bypass it, it will probably work fine. It was...

Happy to see it resolved too, thanks! 👍

Hi, Same bug for me, everything is the same. Config : Mac OS X 10.9.5. ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin13]. All gems up to date. Too bad, genghis is...

Sadly, it is the same for me when I launch genghisapp after installing dev gem. No response.

Sure ! Here you are : backports (3.6.4, 3.6.3, 3.6.0) bigdecimal (1.2.5, 1.2.0) bson (2.3.0, 1.11.1, 1.9.2) bson_ext (1.11.1, 1.9.2) CFPropertyList (2.2.8, 2.2.7, 2.2.0) genghisapp (3.0.0.dev, 2.3.11) io-console (0.4.2) json...

Hi, It has been a while, and I decided today to cleanup my environment and start afresh. I deleted all gems of genghisapp, and saw its dependencies were not uninstalled....