Miguel Camba

Results 61 issues of Miguel Camba

I'd like to add support for `svelte-intl-precompile` out of the box. It's a i18n solution that is becoming popular and it's syntax is identical to the one of `svelte-i18n` which...

framework request

I found that this rules can mistake this usage of `$.ajax` as an invalid usage, when it's perfectly valid. This is just the failing example, I might not have time...

Bug

I'm adding this to master as a baseline to measure performance of the optimization being done in another branch.

@miguelcobain This is just a 30m hack so you get the drill of how this can be done. Fun fact: I wrote everything in one go and worked on the...

Hi. I'm trying to write a babel plugin that transforms one decorator into a different one. For instance transform ```js class MyClass { @injectIfEnabled('FEATURE') router } ``` into ```js class...

help wanted
question

The `ds-finder-include` feature (enabled by default in ED 2.5) works for finder calls `store.find/findAll` but it doesn't for save operations. This is useful when creating/updating a record must request also...

Improvement
Needs Team Discussion
Good for New Contributors

One of the main advantages of this library being a build time compiler is that we don't have to bloat the user's app with a parser/tokenizer for understanding translations. All...