Joe Pea

Results 958 issues of Joe Pea

For example Lea Verou's [Web Components and are not Framework Components](https://lea.verou.me/blog/2024/wcs-vs-frameworks/) article mentions https://carlosnz.github.io/json-edit-react/ which is pretty neat, but built for React. A custom element version of it will work...

Wasn't sure if this belongs here or in https://github.com/angular/vscode-ng-language-service ### Which @angular/* package(s) are relevant/related to the feature request? `@angular/language-service` ### Description This is not a duplicate of - https://github.com/angular/angular/issues/12045...

area: language-service

### Describe the Feature It would be neat if, for example, I could paste `joe.trusktr.io` in my address bar, and it would show my bluesky profile but keep `joe.trusktr.io` in...

feature-request

### Steps to Reproduce 1. Go to https://bsky.app/profile/trusktr.bsky.social 2. Note that in the profile, I put `@joe.trusktr.io` 3. Click on `@joe.trusktr.io` and it takes you to https://bsky.app/profile/did:plc:zusla4pjgzm3dijq2vwxqp2c 4. I was...

bug

It seems like es-module-shims is becoming a neat way to polyfill features that require new syntax (f.e. type annotations). But along with type annotations, TypeScript also supports stage 3 decorators....

Over in - https://github.com/trusktr/element-modules/issues/2 I'd like some pointers on how to add a custom import attribute before jumping in, so I can make concepts (polyfills) of what new features could...

Flow version: **0.256** I'm trying to write a type definition for a class-factory mixins. If it could be improved, - https://github.com/facebook/flow/issues/9236 (I wish it was not shot down so quickly)...

bug
needs triage

### 🔍 Search Terms "typescript github jsx setter type" Related: - https://github.com/microsoft/TypeScript/issues/60162 (however that issue is for mapped types in general, while this one is for fixing how TypeScript's internal...

Suggestion
Awaiting More Feedback

> [!Note] > Keep in mind that this is feedback coming in *after using* decorators, which was not previously possible until tools like TypeScript and Babel have more recently implemented...

> [!Note] > This post comes after experience using decorators with TypeScript and Babel, including the new Stage 3 decorators since day one, for years. It seems to me that...