Bouke van der Bijl

Results 64 issues of Bouke van der Bijl

When you run restart-all, it stops all the processes which causes the server to quit because there's no more processes. It needs to be aware that the processes will be...

That way you can do `git jk`, an example of a project taking advantage of this is https://github.com/aanand/git-up

Right now there's no way to get an ID token if your credentials are user credentials e.g. if you're signed into gcloud locally. Right now I have to exec out...

type: feature request

Here I'm adding support for defining a custom template to the Slack notifier. Pretty straightforward, just using text/template with a default template that's the same as what the Sprintf does...

Thanks for this project, it's super useful. I'd love it if you added the name of the trigger to the slack notification, which would make it easier to see what...

Right now the memory handler is allocated once, for the first thread that happens to call it. If pthread_getspecific is then called from another thread, the memory handler is not...

internals

**Description:** See #31200, setting fsync to false by default is dangerous and will lead to data loss. **Link to tracking Issue:** #31200

extension/storage

### Component(s) extension/storage/filestorage ### Describe the issue you're reporting The bbolt DB.NoSync flag has the following comment: ``` // Setting the NoSync flag will cause the database to skip fsync()...

extension/storage/filestorage
needs triage

This allows applying the GrpcWebLayer to any kind of Service, not just ones that tonic generates. This makes it possible to use tonic-web as a grpc-web proxy to a gRPC...

Hi, I'm using `tracing-journald` version 0.3.0 as published on crates.io, but this doesn't seem to match what's available [in this repo](https://github.com/tokio-rs/tracing/tree/master/tracing-journald), which is version 0.2.0. Could GitHub be updated with...