Results 133 issues of Matt Mueller

There's a couple issues here that need to be fixed: 1. For some reason the hot reload port wasn't released, despite the application port being released. I'm not able to...

help wanted
needs retest

Jotting down a quick list of bugs and improvements to make to `bud run`'s terminal logging. @012e brought us a big step forward in terms of DX with #131, but...

bug
improvement
help wanted

Currently when there's a server-side rendering error, that you subsequently fix, you'll need to refresh the page again. This is likely because the event source isn't hooked up to that...

bug

## Problem Right now we don't know where the Prisma Client is spending its time. We have a couple techniques for measuring time, but they are segments of time that...

kind/feature
topic: performance
team/client
topic: tracing

Right now you can't implement a custom fielder without pulling in the `apex/log` library. I'm not sure if this would be a breaking change or not, but it'd be nice...

This would require some updates, but it would help for handlers like papertrail and ES to have the ability to buffer, with a `defer log.Flush()`. For ones that go to...

Would be cool to be able support prometheus's pushgateway, then you can send metrics from serverless functions and even the browser!

Hey everyone, After a lot of consideration, we've decided to stop the development on the Go Client. The Go client has unfortunately not seen the growth we were hoping for....

Right now dotenv doesn't seem to be loaded in data proxy mode ``` panic: no connection string found goroutine 1 [running]: demo/prisma/db.NewClient() /Users/m/dev/src/github.com/prisma/go-client/prisma/db/db_gen.go:1396 +0x247 main.main() /Users/m/dev/src/github.com/prisma/go-client/main.go:11 +0x55 exit status 2...

This is an ongoing epic to track features that we support in the Typescript Client but don't yet support in the Go Client. This list will be updated as we...

team/client
kind/epic