Matheus Portillo
Matheus Portillo
I am dealing with confirmation in my projects right now, and have two comments: - clicking on the confirmation link a second time, results in generating a token that does...
hello, there is no live reload for me even using `http://0.0.0.0:1337` I found that removing async components fix the problem. Is this unrelated to AccessControlAllowOrigin ?
It looks like adding `key={Math.random()}` to `ReactHotLoader` component on client folder solves the issue, (as seen here: ctrlplusb/react-async-component/issues/14) Still, I would say that a proper fix should be either not...
If anyone needs the fix asap and can't wait for #136 be merged, its possible to install the dependency directly from the commit. But this should be only a temp...
While #136 is not merged, a quick temp fix is to install the dependency directly from that commit. The following should work on both npm and bower: ``` "ngMask": "[email protected]:candreoliveira/ngMask.git#a73544ca3a3a2b35558d25ad331235ff65c2fcb2",...
While #136 is not merged, a quick fix is to install the dependency directly from that commit. The following should work on both npm and bower: ``` "ngMask": "[email protected]:candreoliveira/ngMask.git#a73544ca3a3a2b35558d25ad331235ff65c2fcb2", ```
this would be really useful, can't aaron solution be merged back?
It looks like mailgun api still does not support for creating domain sending keys. An alternative is to use smtp.
Is the problem you are facing the same of the other PR? > libinput debug is not printing keyboard events anymore :( > I have 1.14.2 and I'm using bluetooth...
I'd like to weigh in by saying that my team and I also thought this should work as @TamerShlash described, and we considered the current behavior to be a bug....