Eric Burel

Results 245 comments of Eric Burel

Hi, just a question, sorry if it sounds naive: will your approach work after the initial server render ? Does it require the query to have been run once client-side...

That sounds excellent, thanks! Note that I'd also expect this function to be able to replace an existing resolver if the name is the same. This would allow to wrap...

**Edit: works ok with @testing-library/cypress v7**, maybe this ticket can be closed Old issue, but it seems solved after updating from v6 to v7 of the cypres library: Hi, I...

What does your error look like ? I have something like : ``` forEach@/home/eric-burel/Websites/stoulou/assets/bower_components/angular/angular.js:321:24 loadModules@/home/eric-burel/Websites/stoulou/assets/bower_components/angular/angular.js:4487:12 createInjector@/home/eric-burel/Websites/stoulou/assets/bower_components/angular/angular.js:4409:30 workFn@/tmp/6ffef11293cda7c39e2e8b72934e49d8.browserify:2800:60 inject@/tmp/6ffef11293cda7c39e2e8b72934e49d8.browserify:2780:41 ``` when executing this piece of code : `beforeEach(angular.mock.module('/frontend/core/views/navbar.html')); beforeEach(function(){ angular.mock.inject(function(_$rootScope_, _$compile_,...

Soooo I finally have a chance to try this: ## 1. Make action local as a default Goal: adding electron-redux does nothing, until you explicitely start sharing actions. Gives a...

One last thing that gives me a hard time is reloading the page. Since it erases all state in the renderer, it creates some discrepencies with the main state. Maybe...

Thanks. I think I might actually use another pattern and split reducers and sagas. Indeed, when using redux-sagas, there are no async actions, you simply add listeners on normal actions....

Hi, no problem, there is no hurry. Yep indeed I noticed that I will need them eventually. Placing the sagas only in the main solves the problems in terms of...

It does not seem to break only Jest but also breaks one of my older Electron app Am I expected to update something in my app for this to work?...

Hi guys, do you have any quickfix for this issue? It seems to be fixed in pyinstaller future version (https://github.com/pyinstaller/pyinstaller/issues/5583) but not yet available.