Miguel Camba

Results 61 issues of Miguel Camba

I use this helper that often that I created a `href` snipped scoped to handlebars files to expand to a link using `{{href-to}}`. Just sharing in case you want to...

I'm not sure how/if this is really related to the modifiers, but I haven't been able to reproduce it without them. I believe it's some kind of interaction between babel/decorators/modifiers....

I have an application that only accepts requests made over https. I wanted to test fastboot with this addon and, while possible, has a couple rough corners. `this.visit('/my/path')` doesn't work...

Right now editing in place (using contenteditable, introduced in #121) is only allowed if the element whose content is being edited contains at most one text node (and any number...

enhancement
area:visual-editor
roadmap

Just a bunch of ideas for APIs Regular datepicker for a single date, displayed inline: ``` hbs {{#power-datepicker value=date onchange=(action (mut date)) as |datepicker|}} {{datepicker.calendar}} {{/power-datepicker}} ``` Regular datepicker for...

Hi. First of all, apologies if it's not appropriate to ask this on this repo. I'm the creator of svelte-intl-precompile, a i18n library for Svelte.js. It is important for i18n...

https://github.com/user-attachments/assets/2ea7c664-d03d-45fe-be59-f3848fa67062

This is necessary so the live_admin, which depends on 0.3.1, can resolve dependencies.

In several situation, instead of sending the entire AST to be updated, only the node being edited is sent, saving bandwidth and processing time

enhancement

If you have a link like this one: `{{#link-to 'foo' (query-params numbers=numbers)}}` the URL of the link does not get updated if `numbers` is mutated with `pushObject/removeObject`, you have to...

Bug
Needs Submitter Response
Query Params
Routing
Has Reproduction