Matt Hink
Matt Hink
Hey! I was messing around with your library, and I really like it so far. I've been working on a side project and I was trying to make a Pareto...
### Description This improves performance by reducing the number of components responding to DeckContext updates. This is especially important when using `Progress` components in larger presentations- the current implementation results...
This has been bothering me for awhile. I'm quite sure there's a reasonable way to prevent this from happening, I just need to buckle down and *do it*.
Dealing with Electron runtime paths can be a pain, and the current resolution strategy for e.g. `` is unsatisfactory to me. It looks like Electron has a method called [`app.getPath(name)`](https://electron.atom.io/docs/api/app/#appgetpathname)...
This is something I've been wanting to do since I started. This element will be where you attach IPC handlers for messages coming to/from browser windows. I imagine the syntax...
Based on this conversation: https://twitter.com/mhink1103/status/854064651495133184 It looks like we'll need to add and package a `.d.ts` file which overrides TypeScript's `JSX.IntrinsicElements` interface. It looks like they have something called `__React.HTMLAttributes`...
This is kind of a brain-dump of the different Electron topics I'd like to see in the playbook. Subsection proposals: - Constructing the Main process - Constructing Renderer processes -...
Hey there, we use Uptrace 1.7.7 in our stack and as I was trying to bring it up the other day, I started receiving errors while trying to pull the...