Max Stoiber

Results 126 issues of Max Stoiber

We should add contact information to the README in case somebody who's been harassed is looking for the right place to contact us. Do we have an email address for...

enhancement

I recently noticed that VS Code sometimes is _very_ slow while typing and it takes seconds for the characters to show up. After profiling when it was slow again (it...

# Extension – [Slack](https://github.com/raycast/extensions/tree/d3e045e1202b43a23bf38fddd89bf849135901b5/extensions/slack/*) Author: @momme-rtf **Describe the feature and the current behavior/state.** I _love_ Slack's "Unread" view to quickly skim the messages that have been sent without losing them...

feature request
extension

# Extension – [Text Shortcuts](https://github.com/raycast/extensions/tree/main/extensions/text-shortcuts) Author: @koinzhang **Describe the feature and the current behavior/state.** Support for Chicago Manual of Style title capitalization like title.sh (see https://github.com/vercel/title) **Who will benefit from...

feature request
extension

This takes the `linkedlist` branch from #135 and merges the latest master into it. We're running into connection errors, and we have tons of changefeeds, so I'm suspecting this could...

See #370, this patch adds a `cursor.asyncIterator` method which returns an async iterator: ```JS const feed = yield r.db().table().changes().run(); const iterator = feed.asyncIterator(); for await (var change of iterator) {...

[Async Iterators](https://github.com/tc39/proposal-async-iteration) are a new JavaScript feature introduced in ES2018. They allow one to asynchronously iterate over data—which is the perfect use case for changefeeds! They'll be rapidly gaining popularity...

### Is your proposal related to a problem? All visitors of my calendar links towards the end of the month are greeted by a view that says "No availability in...

✨ feature
Medium priority

It'd be great to integrate `prettier` with `lint-staged` in a pre-commit hook so folks who work on these libraries don't have to worry about linting anymore!

Integrating https://github.com/zeit/ms to allow userse to specify the maxAge of the cacheControl directive in a more human-readable way would be very nice: ```GraphQL type User @cacheControl(maxAge: 540) {} # compared...