Max Stoiber

Results 126 issues of Max Stoiber

Right now, `version` defaults to the time and date of the last build. As the docs note, this is definitely not ideal: (emphasis mine) > Please note that if you...

**Is your feature request related to a problem? Please describe.** I hate manually having to query and manage my local SQLite database in ReactNative, even with Expo. **Describe the solution...

kind/feature
rfc/0-needs-spec
area/connector

**Describe the feature you'd like** It would be awesome if one could encrypt certain fields (or columns) at the db level automatically. For example: ```GraphQL type User { id: ID!...

kind/feature
rfc/0-needs-spec

In order to make the Tailwind preset more approachable for people that already know Tailwind, we should: - Font sizes should have the same aliases (e.g. `lg` = `2`) -...

enhancement
help wanted
good first issue

They render just "‣". For example, here is what I wrote in Notion: and then here is what it looks like rendered with react-notion:

The readme and website make a bunch of extraordinary claims ("same api, much faster, better browser compat, smaller bundle size"), but what are the tradeoffs of choosing Nerv vs vanilla...

discussion

We used [react-docgen](https://github.com/reactjs/react-docgen) for Carte Blanche to parse out the prop definitions of components via their source code. We could leverage it for Blocks to automatically generate the `applyPropertyControls` pieces...

🖼 block

**Feature request** In my application I have a top-level `Helmet` component which renders the default title, twitter and open graph meta tags. I have pages, each of which renders a...

Rendering like and response counts is a pretty common UI pattern on blogs, for example: ![screen shot 2019-01-16 at 14 33 49](https://user-images.githubusercontent.com/7525670/51252304-c3f8d280-199b-11e9-8e5d-b308f05c3ff6.png) Right now, to render the counts I have...

When I type a hash as the very first character, which converts the first line to a heading, I can never make that line leave heading mode again. Pressing backspace...