Joe Pea

Results 958 issues of Joe Pea

For example, I have: ``` html {{#Node}} {{#DOMElement}} {{/DOMElement}} {{/Node}} ``` ``` js Template.hwk1.onRendered(()=>{ document.getElementById('gl-canvas') // null }) ``` It seems like the DOMElement content isn't ready yet at that...

In Mixed Mode, things like transforms, align, size, etc, revolve around a RenderNode. Each of those things (align, size, etc) are called "components", which replace Modifiers, let's call them "node...

If you could abstract this away with some new API so that someone making a plugin for fview doesn't have to worry if it works just in app mode or...

enhancement

Hi @gadicc, I thought I'd open a new issue specifically for this. We'd started discussing it at https://github.com/gadicc/meteor-famous-views/issues/138#issuecomment-63769902. Basically, in vanilla famo.us, the body won't scroll while you scroll a...

enhancement

Could you provide an example of how to set this up so the /bin/login command is the first thing you see for logging in, and so that when running vim...

enhancement

### Version 1.39.0 ### Steps to reproduce This build is failed (playwright is loaded by `@web/test-runner` using the `@web/test-runner-playwright` plugin): https://github.com/lume/lume/actions/runs/8870663403 In this next commit I removed playwright (so web...

browser-chromium
P3-collecting-feedback

In Lume, we made tests also run in FF and Safari, but it fails due to native.js not handling HTMLElement (etc) well in FF and Safari, so we [undid FF...

bug

[gizmo](https://www.npmjs.com/package/gizmo) is the first and only other library that mentions making making trees of prototypes with `Proxy` to do multiple inheritance. I had this idea when I was [trying](https://gist.github.com/trusktr/05b9c763ac70d7086fe3a08c2c4fb4bf) to...

The following example from https://github.com/tc39/ecma262/issues/1341#issuecomment-439589889 shows a way to gain access to the protected members due to having access to the instance's class via the `.constructor` prop: ```js const T...