Oliver Borchert
Oliver Borchert
I currently have a Protobuf file similar to the following to validate input in Go: ```protobuf syntax = "proto3"; package rpc; option go_package = "go.example.com/rpc"; import "validate/validate.proto"; service Service {...
*Issue #, if available:* n/a *Description of changes:* This PR fixes a bug in the evaluation scripts in `nursery/tsbench`. By submitting this pull request, I confirm that you can use,...
Fixes #1230 Dockerfile for new pgBouncer image: https://github.com/borchero/pgbouncer
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened Similarly to #3672, there is an issue with SQLFluff treating anything after...
### Brief summary of the change made Resolves #3583 by adding all of the function names listed in the issue to the list of unreserved T-SQL keywords. ### Are there...
# Motivation Currently, setting `min_delta` in the early stopping callback requires specifying the early stopping callback manually. It would be nice to continue passing all early-stopping-related parameters in `params`.
# Motivation Fixes https://github.com/microsoft/LightGBM/issues/6252.
# Motivation When trying to integrate LightGBM v4.2 into our codebase, we noticed an unexpected increase in memory consumption when using LightGBM's new Arrow interface under certain circumstances. It turns...
# Motivation The current interface to `write_parquet` produces inconsistent results based on the value of `use_pyarrow`. This PR straightens out this inconsistency and adds some documentation. NOTE: All changes in...
# Motivation OpenTelemetry semantic conventions 1.19 (published in March 2023) have renamed `faas.execution` to `faas.invocation_id` (cf. https://github.com/open-telemetry/semantic-conventions/blob/25b4932b923dadd618121f24bee8f87509fc3ad5/schemas/1.24.0#L229-L235). This change has not yet been reflected in the coldstart processor which attempts...