Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / norskeld/sigma issues and pull requests

#96 - feat(tsconfig): deprecate node 16

Pull Request - State: closed - Opened by TheFedaikin 10 months ago - 2 comments
Labels: R-released

#95 - Optimizations

Issue - State: open - Opened by mindplay-dk 10 months ago

#94 - fix: deferred parsers should throw if not initialized

Pull Request - State: closed - Opened by mindplay-dk 11 months ago - 4 comments
Labels: A-parsers, R-released

#93 - Grammar helper

Pull Request - State: closed - Opened by mindplay-dk 11 months ago - 10 comments
Labels: R-released

#92 - Improve editorconfig

Pull Request - State: open - Opened by szepeviktor 11 months ago - 2 comments

#91 - Dependents

Issue - State: closed - Opened by szepeviktor 11 months ago - 1 comment
Labels: C-discussion, A-misc

#90 - Add core folder

Pull Request - State: closed - Opened by mindplay-dk 11 months ago - 4 comments
Labels: A-docs, R-released, A-structure

#89 - Docs: `run` and `tryRun` aren't parsers

Issue - State: closed - Opened by mindplay-dk 11 months ago - 1 comment
Labels: A-docs, A-structure

#88 - ustring() docs/questions

Issue - State: open - Opened by mindplay-dk 11 months ago - 3 comments
Labels: A-parsers, C-discussion

#87 - docs(types): thoroughly document user-facing types

Issue - State: open - Opened by norskeld 11 months ago
Labels: A-docs, P-low

#86 - Feature: error printer

Issue - State: open - Opened by mindplay-dk 11 months ago
Labels: C-feature-request, A-misc

#85 - Feature: grammar helper

Issue - State: closed - Opened by mindplay-dk 11 months ago - 11 comments
Labels: C-feature-accepted, A-misc

#84 - defer() should error?

Issue - State: closed - Opened by mindplay-dk 11 months ago - 1 comment
Labels: A-parsers

#83 - docs(vitepress): upgrade vitepress to beta

Pull Request - State: closed - Opened by norskeld 11 months ago - 2 comments
Labels: A-docs, R-released

#82 - Result model: span vs pos

Issue - State: closed - Opened by mindplay-dk 11 months ago - 5 comments

#81 - fix(package): remove `postinstall` script, relax engine constraints

Pull Request - State: closed - Opened by norskeld 12 months ago - 2 comments
Labels: C-bug, R-released, A-structure

#80 - Postinstall fails on 3.6.3

Issue - State: closed - Opened by gilbert 12 months ago - 1 comment
Labels: C-bug, R-released, A-structure

#79 - fix(combinators/sepBy): do not mutate position on no match

Pull Request - State: closed - Opened by norskeld about 1 year ago - 3 comments
Labels: A-combinators, C-bug, R-released

#78 - chore: install deps for `docs` and `benchmarks` in `postinstall` script, bump deps

Pull Request - State: closed - Opened by norskeld about 1 year ago - 2 comments
Labels: R-released

#77 - sepBy mutates position even on no match

Issue - State: closed - Opened by gilbert about 1 year ago - 4 comments
Labels: C-bug, R-released, P-high

#76 - feat: optional spaces and whitespaces

Issue - State: open - Opened by ladihzey over 1 year ago - 2 comments
Labels: A-parsers, C-feature-accepted, P-medium

#75 - fix(types): fix inference for some parsers, add type testing

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 4 comments
Labels: A-types, A-tests, R-released, P-medium

#74 - refactor(types): remove spans cast, fix JSDoc

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 2 comments
Labels: A-types, R-released, P-low

#73 - feat(combinators/not): add `not` combinator

Issue - State: open - Opened by norskeld over 1 year ago
Labels: A-combinators, C-feature-accepted, P-low

#72 - chore(docs/config): add automatic sidebar generation, improve config

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 3 comments
Labels: A-types, A-docs, R-released, P-low, A-structure

#71 - feat: add spans

Pull Request - State: closed - Opened by norskeld over 1 year ago - 3 comments
Labels: A-parsers, A-combinators, R-released, A-errors

#70 - feat(combinators/attempt): add `attempt` combinator

Pull Request - State: closed - Opened by norskeld over 1 year ago - 2 comments
Labels: A-combinators, R-released

#69 - feat(combinators/lookahead): add `lookahead` combinator

Pull Request - State: closed - Opened by norskeld over 1 year ago - 3 comments
Labels: A-combinators, R-released

#68 - docs(vitepress): automate sidebar construction

Issue - State: closed - Opened by norskeld over 1 year ago - 1 comment
Labels: A-docs, R-released, P-low

#67 - docs(combinators/when): improve description, provide better example

Pull Request - State: closed - Opened by norskeld over 1 year ago - 2 comments
Labels: docs, R-released

#66 - docs(vitepress): explore automatic code snippet imports for signatures

Issue - State: open - Opened by norskeld over 1 year ago
Labels: A-docs, P-low

#65 - docs: add `consuming` and `non-consuming` labels/badges

Issue - State: open - Opened by norskeld over 1 year ago
Labels: A-docs, P-low

#64 - chore(naming): fix typos, add consistent naming, improve eslintignore

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 2 comments
Labels: refactor, R-released

#63 - docs: minor improvements

Pull Request - State: closed - Opened by norskeld over 1 year ago - 2 comments
Labels: docs, R-released

#62 - feat(parsers/tryRun): add `tryRun` parser

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 3 comments
Labels: feat, released

#61 - feat(parsers/regexp): add injection of global flag if it's not present

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 2 comments
Labels: feat, released

#60 - feat(parsers/regexp): add injection of global flag if it's not present

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 2 comments
Labels: feat

#59 - fix(types): fix toUnion signature to correctly infer type

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 3 comments
Labels: bug, released

#58 - bug: `choice` incorrectly infers a type if given a spreaded array of parsers

Issue - State: closed - Opened by norskeld over 1 year ago - 2 comments
Labels: bug, good first issue, released

#57 - fix(parsers/*): add checks for reaching end of input in `oneOf` and `noneOf`

Pull Request - State: closed - Opened by norskeld over 1 year ago - 2 comments
Labels: bug, released

#56 - fix(combinators/many): fix an edge case when combined with `noneOf`

Pull Request - State: closed - Opened by norskeld over 1 year ago - 3 comments
Labels: bug, released

#55 - feat: make regexp parser throw an error if the global flag is missing

Issue - State: closed - Opened by ladihzey over 1 year ago - 4 comments
Labels: feat

#54 - feat: throwing runner

Issue - State: closed - Opened by norskeld over 1 year ago - 3 comments
Labels: feat, released

#53 - feat: error recovery, handling and mapping

Issue - State: open - Opened by norskeld over 1 year ago
Labels: A-combinators, A-types, C-feature-accepted, A-errors, P-high

#52 - docs: explain how to write custom parsers and combinators

Issue - State: open - Opened by norskeld over 1 year ago
Labels: A-docs, P-medium

#51 - feat: find a match in free text, get consumed input and leftovers

Issue - State: closed - Opened by ladihzey over 1 year ago - 3 comments
Labels: C-feature-request

#50 - feat: negative/positive look-ahead/behind, non-consuming surrounding context parsers, negation parsers

Issue - State: open - Opened by ladihzey over 1 year ago - 7 comments
Labels: A-parsers, A-combinators, C-feature-accepted, P-high

#49 - docs: add badges

Pull Request - State: closed - Opened by norskeld over 1 year ago - 3 comments
Labels: docs, released

#48 - test: test types with `expect-type`

Issue - State: closed - Opened by norskeld over 1 year ago - 2 comments
Labels: A-types, A-tests, R-released, P-medium

#47 - docs: rewrite using VitePress

Pull Request - State: closed - Opened by norskeld over 1 year ago - 3 comments
Labels: docs, feat, released

#46 - Experimental: Monorepo structure

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 2 comments
Labels: A-tooling, S-experimental, A-structure

#45 - docs: rewrite using VitePress

Issue - State: closed - Opened by norskeld over 1 year ago - 1 comment
Labels: docs, feat, released

#44 - chore(package): update root package-lock, cleanup benchmarks package file

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 3 comments
Labels: released, tooling

#43 - refactor: benchmarks

Pull Request - State: closed - Opened by norskeld over 1 year ago - 3 comments
Labels: perf, released, refactor, tooling

#42 - Modernization: type:module, tsup, Vitest and aliasing

Pull Request - State: closed - Opened by TheFedaikin over 1 year ago - 3 comments
Labels: feat, released, test, refactor, tooling

#41 - test: investigate adopting `vitest` instead of `uvu`

Issue - State: closed - Opened by norskeld over 1 year ago - 1 comment
Labels: released, test, refactor, tooling

#40 - build: investigate adopting `unbuild`

Issue - State: closed - Opened by norskeld over 1 year ago - 1 comment
Labels: refactor, tooling

#39 - refactor: change the output type to `number` for number parsers

Pull Request - State: closed - Opened by norskeld over 1 year ago - 2 comments
Labels: docs, released, refactor

#38 - docs: replace mentions of `int`/`uint` with `integer`/`whole`

Pull Request - State: closed - Opened by norskeld over 1 year ago - 2 comments
Labels: docs, released

#37 - feat: number parsers

Pull Request - State: closed - Opened by norskeld almost 2 years ago - 3 comments
Labels: feat, released, refactor

#36 - docs: tsdoc annotations

Pull Request - State: closed - Opened by norskeld almost 2 years ago - 2 comments
Labels: docs, feat, released

#35 - feat: add `takeUntil` and `skipUntil` combinators

Pull Request - State: closed - Opened by norskeld almost 2 years ago - 2 comments
Labels: feat, released

#34 - feat: spans

Issue - State: closed - Opened by norskeld almost 2 years ago - 2 comments
Labels: A-parsers, A-combinators, C-feature-accepted, R-released, P-high

#33 - Experimental: Small demo with some Bun features

Pull Request - State: closed - Opened by TheFedaikin almost 2 years ago - 2 comments

#32 - feat(parsers/noneOf): add `noneOf` parser

Pull Request - State: closed - Opened by norskeld almost 2 years ago - 2 comments
Labels: feat, released

#31 - feat(parsers/oneOf): add `oneOf` parser

Pull Request - State: closed - Opened by norskeld almost 2 years ago - 2 comments
Labels: feat, released

#30 - feat(parsers/any): add `any` parser

Pull Request - State: closed - Opened by norskeld almost 2 years ago - 2 comments
Labels: feat, released

#29 - docs: automagically build sidebar from the `content` directory structure

Issue - State: closed - Opened by norskeld almost 2 years ago
Labels: docs, good first issue, refactor

#28 - Tests: Improve grouping with describe helper, small QoL changes to testing

Pull Request - State: closed - Opened by TheFedaikin about 2 years ago - 3 comments
Labels: released, test

#27 - Some docs folder cleanup with ESLint to enforce some consistency across codebase

Pull Request - State: closed - Opened by TheFedaikin about 2 years ago - 2 comments
Labels: released

#26 - Fix TODOs in main repo and some scripts

Pull Request - State: closed - Opened by TheFedaikin about 2 years ago - 2 comments
Labels: released

#25 - feat(combinators/when): add context-aware `when` combinator

Pull Request - State: closed - Opened by norskeld about 2 years ago - 3 comments
Labels: feat, released

#24 - Refactor tests with uvu, improve linting

Pull Request - State: closed - Opened by TheFedaikin about 2 years ago - 6 comments
Labels: released, test

#23 - feat: number parsers

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: feat, good first issue, released, refactor

#22 - perf: add benchmarks

Pull Request - State: closed - Opened by norskeld over 2 years ago
Labels: perf

#21 - refactor: stabilize public API & restructure sources

Pull Request - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: refactor

#20 - refactor: stabilize public API & restructure sources

Issue - State: closed - Opened by norskeld over 2 years ago
Labels: refactor

#19 - docs: standalone documentation

Pull Request - State: closed - Opened by norskeld over 2 years ago - 2 comments
Labels: docs, released

#18 - docs: standalone documentation

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: docs, released

#17 - perf: explore further performance improvements

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: perf

#16 - test: rewrite and refactor to use uvu test runner

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: good first issue, released, test

#15 - feat: add common parsers

Pull Request - State: closed - Opened by norskeld over 2 years ago - 2 comments
Labels: feat, released

#14 - feat: add unicode support

Pull Request - State: closed - Opened by norskeld over 2 years ago - 2 comments
Labels: feat, released

#13 - feat: context-aware parsing

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: feat, released

#12 - feat: error recovery

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: feat

#10 - feat: hybrid bundles - esm + cjs

Pull Request - State: closed - Opened by norskeld over 2 years ago - 2 comments
Labels: feat, released

#9 - feat: add deno bundle

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: feat

#8 - docs: tsdoc annotations

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: docs, released

#7 - feat: proof of concept

Pull Request - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: feat

#6 - perf: add benchmarks

Issue - State: closed - Opened by norskeld over 2 years ago
Labels: perf

#5 - feat: add common parsers

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: feat, released

#4 - feat: add esm bundle

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: feat, released

#3 - feat: add unicode support

Issue - State: closed - Opened by norskeld over 2 years ago - 1 comment
Labels: feat, released

#2 - feat: poc (broken)

Pull Request - State: closed - Opened by norskeld over 2 years ago - 1 comment

#1 - feat: poc

Issue - State: closed - Opened by norskeld over 2 years ago
Labels: feat