Turadg Aleahmad

Results 52 issues of Turadg Aleahmad

Something like this within a component: ``` const globals = css` :global() { html { font-size: large; } } `; errors with: ``` Error: Syntax error: Selector "html" is not...

Feature request for official type definitions, ideally packaged in the NPM distribution. This came up two years ago in https://github.com/goldfire/howler.js/issues/584 and was rejected but since then TypeScript and Flow have...

enhancement

https://github.com/Agoric/agoric-sdk/pull/5774/ **Acceptance criteria** - module imports either have side-effects OR bindings - Ava macros work

Motivation: - being able to comment on specific rule decisions - not having comments in what is ostensibly a regular .json file - YAML chosen in https://github.com/endojs/endo/pull/1071#issuecomment-1040843671 I modeled this...

The following throws `Cannot deliver "getChildNode" to target; typeof target is "undefined"`. ```js test('childNode on undefined', async () => { /** @type {StorageNode | undefined} */ let parentNode; await E(parentNode)?.getChildNode('foo');...

## What is the Problem Being Solved? Confusion and inconsistency in use of `details` / `quote` from `assert`. See https://github.com/Agoric/agoric-sdk/pull/5645#pullrequestreview-1015836756 ## Description of the Design from https://github.com/Agoric/agoric-sdk/pull/5645#issuecomment-1166800851 - `assert` second...

enhancement
confinement
debugging support
tooling
kriskowal-review-2024-01

# Problem to solve What we call `Far` has gone through some iterations and still has room for improvement. One source of confusion is that a Far object can be...

endo

Suggested in https://github.com/Agoric/agoric-sdk/pull/5033#pullrequestreview-934183974

It's good that the autodeploy is prevented by a lock, but this message is confusing. Maybe if it just said `I was going to autodeploy…` ?

When prod deploy is locked sometimes lots of commits pile up in master that don't get deployed until the unlock, which weighs the unlock with unnecessary risk. Would be great...