Joe Pea
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...
### 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...
### 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...
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)...
### 🔍 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...
> [!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...