Miguel Camba

Results 297 comments of Miguel Camba
trafficstars

@ybaldus interesting. In the latest beta I changed the default to be click, can you install 4.0.0-beta and check if the problem is fixed for you? It requires Ember 3.13...

@praveendinesh6 that I think was a bug that is not fixed in master: https://github.com/cibernox/ember-basic-dropdown/blob/master/addon/components/basic-dropdown-content.ts#L105 Now the root event is also configurable and EPS does. The reason is that while for...

I'm working on that precisely. The library that takes the AST of the translations and compiles them is already an independent library (https://github.com/cibernox/babel-plugin-precompile-intl). Until know it only supported one AST...

Thanks for reporting. I have to investigate this, I was assuming that every request would have its own store instances, but perhaps I'm not entirely familiar of how sveltekit handles...

Thanks for this deep dive, it makes sense. I am of the general opinion that for as much as it is possible, libraries should not give users the opportunity of...

The race condition seems possible in theory but I haven't been able to reproduce it. If this repo is affected by this, i believe the svelte-i18n should too as our...

This is tricky actually. If we want to replicate the browsers behaviour when using TAB, we should do it properly, which is not simple. I don't oppose tho, I just...

> we will use normal Event instead of KeyboardEvent Can you explain this? I think that a KeyboardEvent is closer to "reality"

Wait, you mean if that if you fire a generic Event instead of a KeyboardEvent the browser blurs the active element? Really? That makes no sense to me.

@edruder I believe that you need to update your tests to the new testing api that was released around a year ago to use the helpers from `@ember/test-helpers` It might...