Orta Therox

Results 307 issues of Orta Therox

https://github.com/rx-ts/synckit looks to be more supported and might not have whatever is blocking CI

I shipped a bad build of docusaurus

Enhancement
You can do this

We don't do anything complex in these libs, and requiring building individual libs so that upstream consumers can test the changes isn't a great experience. In the TS website this...

I think there's just a lot of faff going on at that level that ideally doesn't happen on every render. I think we should also disable this (and the twoslash...

Enhancement
You can do this

Code I'd like to write: ```ts import { ghauth } from "../util/promised_ghauth" import { Context } from "../context" const setGithubCredentials = async (context: Context) => { context.githubAuth = await ghauth()...

in progress
enhancement

There are a bunch of hooks that allow you to skip hooks, husky lets you know about them on fails: https://github.com/typicode/husky/blob/master/src/runner/index.ts#L80-L92

Tests could take a long time.

```swift #if canImport(PackageConfig) import PackageConfig let config = PackageConfig([ "komondor": [ "pre-push": "swift test", "pre-commit": [ "swift test", "swift run swiftFormat .", "swift run swiftlint autocorrect --path Sources/", "git add...

Could probably steal some ideas from husky too: ```sh ~/d/p/d/danger-js $ git commit -m "Improve the error messaging" 3 changed files 6.1.5 husky > pre-commit (node v10.13.0) ↓ Running tasks...

![Giphy](http://media4.giphy.com/media/104ueR8J1OPM2s/giphy.gif)