Caridy Patiño

Results 47 issues of Caridy Patiño

As part of the exercise, we ended up with a handful of possibilities around `package.json`. The three top alternatives that were considered: 1. `shim` 2. `modules.root` 3. `modules.resolver` We decided...

It seems that some symmetry between messages and terms are missing, intentionally or not, and I will like to understand better the "why". Let's see the example from the documentation:...

When terms inside other terms, there is a limitation around passing variables down to other terms, but I'm not sure about the nature of such limitation. Here is an example:...

I can think of two important use-cases for this, but I'm afraid I'm missing some important about the design principles behind fluent, but first, let's see the example from the...

`resolveVariableReference` enforces variables names to be own properties. This seems to be very restrictive, and instead, Reflect.has() or `in` operator is probably better. In our case, the args structure provided...

Function `setScopeTokenClassIfNecessary` calls `getClassList(elm)` on an element, and assumes the shape of the result value to be a DOM Object and calls `.add()` on it. Probably we should have a...

enhancement
BUG P3

## Details As of today, core package understands the concept of custom elements, and DOM APIs to deal with custom elements. This PR eliminates that in favor of moving that...

# Snabbdom V2 This issue is a placeholder for some discussions about snabbdom v2. ## Goals 1. 20% perf improvement on the most common cases. 1. 30% size reduction of...

Text content does a lot of extra parsing that we don't need since we fully control the output for all vNodes. This operation should perform 50% faster. @diervo this is...

type:enhancement

In order to align with 262 on this, we will have to refactor part of the spec due to the following: > As an extension to the Record Specification Type,...

editorial
c: spec
s: help wanted