Michael Hirn (MJ)

Results 10 issues of Michael Hirn (MJ)

This URL previously worked `https://esm.sh/[email protected]/lib/FreeSemigroup?pin=v72&[email protected]` and does not anymore. I also can't get it to work by using a different version or playing around with the params such as `target=deno`...

deno

## Failing module - **GitHub**: https://github.com/gcanti/io-ts - **npm**: https://www.npmjs.com/package/io-ts #274 fixed importing `io-ts/index.ts`, however due to architecture of the library almost everyone needs to import one of its submodules, e.g....

deno

I understand that circular schema references (see example below) are supported for avsc schemas, however I was not able to get them working in avdl schemas; they will error when...

enhancement

I had the use-case where I wanted to use the high-level `parse` but didn't want to turn my buffer into a string first. The underlying `into-stream` can handle not only...

Parsing the following array (string) ```js JSON.stringify([{key: 'value'}, {key: 'value'}]) ``` will return ```js { '0': { key: 'value' }, '1': { key: 'value' } } ``` but expected it...

# Bug Report ## Current Behavior A read model that uses `Array` can be queried via GraphQL, while a read model that uses (the semantically identical notation) `T[]` will throw...

bug
package:core
dev-experience
difficulty: medium

# Bug Report ## Current Behavior 1. `boost start -e local -p 3001` 2. submitting a command ```ts senderClient.mutate({ variables: recordA, mutation: gql mutation RecordCreate($recordId: ID, $recordRefs: [JSONObject!]) { RecordCreate(...

If I'm correct you are using the description of an entity (or relationship) and tokenize that description. The entities and relationships do not have their own tokens, right? Did you...

### Version 2.0.1 ### Platform mac ### What steps will reproduce the bug? 1. Target Page: create a page with custom `url` data attribute. 2. Search Page: create another page...

bug