Ramon "9Tails" Canales

Results 25 comments of Ramon "9Tails" Canales

@LevyYitzchak I can see your DAO here - https://client.aragon.org/#/0x405c60Df7700E909CF2bbdd31f63636a220d69C6/ What happens when you try to access it?

@giaset are you facing the same issue? If so, feel free to create a PR with the fix so the team can review it

> I think that we should create different pages for zksync-specifc plugins and plugins that work out of the box like this one. Just because if we keep adding more...

> Hello @sundafa May I know how could you start the external node, I followed the instruction on GitHub, but it crash right away. Thank you in advance. @james0p0 the...

@conzorz Best way to make it work on windows... create a virtual machine with linux on it hehehehe

I am trying this code: ``` const middleware = applyMiddleware(createActionBuffer(REHYDRATE), thunk, logger) let enhancer; // Enable DevTools if browser extension is installed if (window.__REDUX_DEVTOOLS_EXTENSION__) { // eslint-disable-line enhancer = compose(...

It seens that no action is being consumed when I make this configuration

@rt2zz I double checked this.... That is the exact import and the exact constant imported. Here is the full code for the store ``` import { createStore, applyMiddleware, compose }...

Thanks @rt2zz ... let me know if you need any information

@rt2zz where you able to test it? Thanks