Harry Solovay

Results 84 issues of Harry Solovay

The [base58 encoding scheme](https://tools.ietf.org/id/draft-msporny-base58-01.html) has become quite popular for a number of use cases. Any thoughts on including a standard implementation in this lib?

good first issue
suggestion

Feature request: an `assertIsNotError` util to compliment [assertIsError](https://github.com/denoland/deno_std/blob/66671c44955f9fd0b48dd9859127bea2f79c4037/testing/asserts.ts#L571) assertion. I frequently return (not throw) errors. ```ts declare function tryGetThing(): TheThing | TryGetThingError; ``` To test such function requires us to...

good first issue
suggestion

**Describe the feature you'd like** I'm working with a simple subscription method, which accepts a callback and returns the unsubscribe function. Whenever incoming messages arrive, the callback is triggered. ```ts...

I'm wondering whether there's a way to disable typechecking of specific outputs? / what is the recommended approach to addressing the following (I'm making use of the ws and Deno...

There's a lot of speculation about the rise of Web Components. I read a lot of comparison between Web Components and React, as if Web Components could serve as a...

Awesome library. I'm currently using `cmd-ts` within a [Deno](https://github.com/denoland/deno) application. Everything behaves beautifully with one exception: at the end of every run is an error related to (what appears to...

I'm assuming that `return new EvalVisitor` is a typo. Thought I'd PR :)

It doesn't seem there's a beachball topic on StackOverflow quite yet. I hope it's alright if I ask this question here: Let's say I want to––whenever pushing to or merging...

Hi Blake, I have a feature idea: serializing cross-file. Even with the `references` option enabled, requires/imports evaluate to their references (not the fully-serialized data). Worse comes to worse, one could...

**Stencil version:** 1.12.1 **I'm submitting a ...** [x] bug report **Current behavior:** When switching to a new active route, that route has a display style set to `none`, until all...