Maurício Kishi

Results 22 comments of Maurício Kishi

Could acronym space be extended to take more than 1 start-of-word letters into account? Without drastic changes to the algorithm, that is. Something that would represent the following rules: -...

Makes sense! For now, I'll train to use longer consecutive matches instead of acronyms. I'm the one who should be thanking you for such an awesome library. I wish I...

Thank you for the detailed (and prompt) response, @jeancroy! The reachability argument is extremely convincing, and I didn't think of that. However, I'm not sure I completely understand its impact...

@leo Was this reverted? I'm having trouble finding commits related to it.

Yesterday on Discord, Tor brought up the idea of exposing an "event target" for a component. If you tried to add a listener on a component, it'd be delegated to...

@Herdubreid That doesn't seem related to this issue, but to #6990 instead. Svelte's behavior was changed because it didn't respect whitespace inside ``, even though it should to align with...

Hey, @bausk. I couldn't reproduce that. Are you sure there are no unconditional `auth0` imports lying around?

I'm so sorry, I must have loaded the wrong page whenever I was testing that — `auth0-lock` indeed requires polyfills for node APIs. I could _almost_ get it working with...

I would prefer a server-specific solution like @nsivertsen's myself. I'd instinctively associate a `this.cache()` inside `preload` with the preloaded _data_ only -- meaning no matter what crazy thing I did...

It seems we can no longer naively pass Svelte components through `html-minifier` because of the new Svelte-specific tags (eg. ``). Does anyone have a workaround for that?