chrbala

Results 11 issues of chrbala

# Summary of issue When I'm using a [Blackmagic eGPU](https://www.apple.com/shop/product/HM8Y2VC/A/blackmagic-egpu), the screen flickers most of the time. I can occasionally get the screen not to flicker while using the eGPU,...

### Bug description Per https://github.com/prisma/prisma/issues/5043#issuecomment-1081722399, I am making this issue. I have found that joins have worse performance as the client database latency increases. ### How to reproduce Check out...

bug/1-unconfirmed
kind/bug
team/client
topic: referentialIntegrity
topic: performance/queries

## 🚀 Feature request ### Current Behavior Right now each decoder is coupled to any validations within. ### Desired Behavior It would be nice to be able to provide a...

#### Expected behaviour I would like a way to: 1. hydrate the mountebank imposters data stored externally 2. start an ephemeral mountebank server (i.e. one that exists for the duration...

Since mixins don't work with React.Component and are likely on the depreciation path, a HoC is a better interface option for React. What do you think?

When interviewing for my current job, I went through the Cracking the Coding Interview and implemented solutions for a lot of the questions in Javascript. I made a repo for...

https://rethinkdb.com/blog/rethinkdb-shutdown/ What are your thoughts? Think the community will take it over? Is there a good replacement that will still be developed?

When using a Parse .include, and a mutation is dispatched, the mutation is not updated locally. For example: ``` observe: function() { var query = new Parse.Query("_User"); query.equalTo("objectId", Parse.User.current().id); query.include("Posts");...

I just connected PlanetScale with Prisma and Vercel and there was a bit more friction than I think was necessary. I started with the [Vercel integration](https://vercel.com/integrations/planetscale), which added some env...

This PR addresses #92. I have tested this with a test repo with static rendering. I removed the callback feature in next-apollo-ts, since it can be implemented with composition. I...