Joe Pea

Results 958 issues of Joe Pea

When using `static-html` and not blaze templates, `import 'foo.html'` fails. This means it is no longer possible to control HTML ordering using standard `import` syntax, and we have to revert...

idle

## Problem: When using packages like `accounts-google`, APIs like `Accounts.findUserByEmail(email)` do not work. Presumably, this is because when signed up with Google for example, `Meteor.user().emails` is empty, but `Meteor.user().services.google.email` is...

Project:Accounts (in user apps)
Type:Bug
Severity:has-workaround

I don't have a shareable reproduction at this very moment, but when I do something like ```js __meteor_runtime_config__.DDP_DEFAULT_CONNECTION_URL = 'http://localhost:1234' ``` before any Meteor scripts run, but after `__meteor_runtime_config__` is...

Severity:has-workaround
hacktoberfest
idle

### Describe the bug ```js import { createMutable } from "solid-js/store"; class MyClass { #a = 123 get a() { return this.#a } set a(val) { this.#a = val }...

**Describe the bug** Any time I select anything (visual mode) whatever I last selected is automatically in my clipboard, as if I yanked it (by I never yanked it). **To...

## Summary I don't know how to reproduce this. `rush build` ends with this: ``` Analyzing repo state... Error calculating the state of the repo. (inner error: Error: git --no-optional-locks...

Hi, I've got a very basic Solid.js effect example not working within Web Test Runner. Here's the [most minimal reproduction](https://github.com/trusktr/web-test-runner-solid-effect-test). The WTR config [defines an import map](https://github.com/trusktr/web-test-runner-solid-effect-test/blob/0b2b59343242e25407cf303bb824c0e35bebc5e9/web-test-runner.config.mjs#L11-L14) to import Solid.js...

Web Test Runner out of the box is modifying my import statements, which leads to this issue: - https://github.com/modernweb-dev/web/issues/2985 (see workaround) For example, it converts this ```js import {createSignal} from...

I find that some snapshots fail by a small percentage while others never do. It would be nice to be able to specify a threshold only for specific `visualDiff()` calls.

Hello! The abstraction over multiple physics engine is wonderful. However, it is coupled to Three.js rendering. It would be great if instead of that coupling, it could be only a...