Mark Gibson

Results 69 comments of Mark Gibson

https://github.com/syntax-tree/unist ... an excellent ecosystem of syntax trees, and utilities (in the wider Unified ecosystem). Mostly focused around markup languages (html, xml, markdown) rather than code, but there isn't anything...

Thanks @teramotodaiki, I've just updated to Typescript 3.0 & redux-observable 1.0.0 & RxJS 6.x ... your suggestion was very helpful in migration. I've refined the ofAction a little further if...

To be fair, point 1 is probably something to be raised with the oauth2_client project.

Ok raised https://github.com/cmd-johnson/deno-oauth2-client/issues/38 for point 1, but I still uphold concern regarding the other points even if this change is accepted in the oauth2_client lib.

A dedicated kv_oauth config type protects against adoption of new features too, such as OpenID Connect support (#194) ... the API introduces a new interface for that config... https://github.com/cmd-johnson/deno-oauth2-client/blob/feature/oidc/src/oidc/oidc_client.ts#L6 This...

I've also found this to not work either when trying to compile on Mac (aarch64-apple-darwin), targeting Linux (x86_64-unknown-linux-gnu)

For what it's worth, I had a little hack at this myself before I realised this PR was open. I think it's pretty obvious that it refers to the latest...

Any progress on this? I'd really like to see this feature in jsr, really useful for `std` and other libraries that consist of multiple packages.

Would be nice to have the option for an entire 'Overview' tab for a scope, which renders a full markdown document. I think this would be especially useful for `@std`...

This would also be useful wherever a list of packages is presented, eg. search completion and package search results.