Rob Eisenberg

Results 40 issues of Rob Eisenberg

With everything running in the native JavaScript environment, we then want to start branching out into other environments. .NET is a huge section of our community and we've got new...

We'll want to look for ways to optimize the client-side continuation code. Instead of regenerating the entire app on the client, we should look to build something similar to Aurelia's...

@levan1993 commented on [Wed Mar 02 2016](https://github.com/aurelia/binding/issues/333) https://www.polymer-project.org/1.0/docs/devguide/properties.html#attribute-reflection Is there something similar in aurelia? --- @EisenbergEffect commented on [Wed Mar 02 2016](https://github.com/aurelia/binding/issues/333#issuecomment-191352485) At the moment, there is not, but I...

enhancement

I was catching up on how various Houdini specs were progressing, reading through [CSS Painting API Level 1](https://www.w3.org/TR/css-paint-api-1/) and [CSS Properties and Values API Level 1](https://drafts.css-houdini.org/css-properties-values-api-1/). There's something that doesn't...

A few things I see in the dashboard are out of date: * Declarative Shadow DOM is already implemented everywhere. So, I'm not sure it needs to be in the...

DeveloperNeedsDashboard

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure it has not already been reported ### Version (i.e. v2.x.x)...

Looking at the System API, we have `get` and `set`, based on the module name and it seems that the module registry itself is completely internal. In various scenarios, it's...

# 🙋 Feature Request The FASTGlobal has a versions array. Instances of fast-element should push their version number into the array if it is not already present. This will enable...

feature
status:planned
area:fast-element
community:noteworthy

# Overview Server-side rendering (SSR) is the process of generating HTML markup for an arbitrary experience on the server and sending the result to the client. The primary benefit of...

status:in-progress
community:noteworthy
epic
area:ssr

# 🙋 Feature Request Transition to `useDefineForClassFields` for TypeScript. ## 🤔 Expected Behavior All core FASTElement and decorator behaviors should continue to work. ## 😯 Current Behavior Unknown ## 💁...

improvement
status:needs-investigation
area:fast-element
community:noteworthy
breaking-change