iridiankin

Results 5 issues of iridiankin

yalc.lock entry: ``` "@what/ever": { "signature": "012344568987987", "file": true, "pure": false }, ``` Will be replaced with `"pure": true` when @what/ever is `yalc push` because of the line: https://github.com/whitecolor/yalc/blob/30d0cc7c933c41b71e578244b07538acae1085d6/src/update.ts#L54 Does...

Some jest-style code to illustrate the issue: ``` const context = { "@context": { p: { "@id": "e:", "@container": "@list" } } }; const dupSeq = ["r", "r"]; const listExpansion...

My use case was to determine whether `{ "@context": { p: { "@id": "e:", "@container": "@list" } }, "p:1": ["", ""], "p:7891": ["dup", "dup"] }` would treat the `p:1` and...

defer-future-version

This enhancement proposal presents two use cases which suggest extending term definition semantics to also prefix-expanded terms. As it is now the term definition semantics only apply during expansion to...

spec:enhancement
defer-future-version

### Expected behavior: The 404 result presents the actual internal error text in development environments ### Actual behavior: Literal `{errorText}` is rendered which is a bit less than useful for...

bug
help wanted
good first issue