Pierre-Marie Dartus

Results 23 issues of Pierre-Marie Dartus

There is a lot of work to do on the accessibility side. A thorough review is needed: - Accessible component - Keyboard navigation - Color contrasts - ...

enhancement

## Observations I realized that my mental model with how the tests are executed by best doesn't match with the way the framework actually run. ```js benchmark('A', () => {...

## Observations When running the fibonacci example on the [getting started](https://bestjs.dev/guide/getting-started) page locally the CLI outputs the following table: ``` ┌─────────────────┬─────────────┬─────┬───────────────┬───────────────┐ │ Benchmark name │ Metric (ms) │ N │...

enhancement

## Observations Following the [getting started](https://bestjs.dev/guide/getting-started), when running the `yarn best` command the CLI throws the following error: ``` ERROR Error: Unable to read git information at generateProjectConfigs (/Users/p.dartus/code/github/pmdartus/benchmark-ci-test/node_modules/@best/config/build/index.js:10:19) at...

question

Custom elements lifecycle hooks invocation depend on `[CEReactions]` extended IDL attributes. The [`CSSStyleDeclaration`](https://drafts.csswg.org/cssom/#cssstyledeclaration) interface has multiple occurrences of this extended attribute: - `cssText` - `setProperty` - `removeProperty` - `cssFloat` -...

## Changes This PR is an early draft for lazy wrapper instantiation. Instead of eagerly create a wrapper for each new impl, the wrapper is only created when accessed by...

When playing around with https://github.com/jsdom/webidl2js/pull/155 I came to the realization that for each created impl, webidl2js eagerly creates the associated wrapper. However, 99% of the jsdom code operates on the...

## Details This PR implements the following RFC: [Template class object binding](https://github.com/salesforce/lwc-rfcs/blob/06634740a1b8dd23912e5add876a0d96e227adb7/text/0135-template-class-object-binding.md). This proposal aims to improve the Developer Experience (DX) around managing components with complex styles by enabling developers...

nomerge

@pimterry I wanted to get your thoughts on using ESLint to enforce static analysis against the Mockttp source code. I see value in adding static analysis for a project of...

### Description Today the babel plugin transforms the decorators to static properties on the class. We recently introduced the `decorate` API in the engine (https://github.com/salesforce/lwc/pull/280) to be able to use...

enhancement