Steve Dignam

Results 76 issues of Steve Dignam

This bit of code is exploding: https://github.com/edgedb/edgedb-studio/blob/a73e7b1d8050ccbd83f874fef6e54b2a74c172db/shared/studio/tabs/schema/state/textView.ts#L246-L248 The value of `schemaData.scalars.values()` is 2k lines so put it in a gist: https://gist.github.com/sbdchd/1b1f50612d6e66f49e56502850739c76 but here's a screenshot and the errors: ``` [mobx]...

### Clear and concise description of the problem basing this off: https://github.com/eslint/eslint/issues/7660 Basically, with config: `["error", {avoidEscape: true}]`, template literals should be allowed when the other option is for the...

enhancement
help wanted
accepted

### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...

site-bug

Running `Wrap return type in... Option`: ```rust fn foo(x: i64) -> i64 { if x > 10 { Some(1) } else { None } } ``` Gives: ```rust fn foo(x:...

C-feature

### Problem Description Sometimes APIs will type their inputs as JSX.Element, in which case, you’ll need to pass in an empty fragment instead of null. `` Or the return type...

PR Welcome
Type: Feature
Status: Accepted

http://rcl-lang.org redirects to https://rcl-lang.org but I get an error when trying to load it. Going directly to rcl-lang.org and https://rcl-lang.org both work though