Vasily Tsybenko

Results 8 issues of Vasily Tsybenko

Thanks for this simple library. I need to test matching a lot of strings with the same pattern, so for performance reasons, it would be better to prepare the last...

Hello! I use your bundle in my app, and I made a few changes: - Use an `order` property instead an `order()` method (there are lot of seeds in my...

Waiting on OP to reply

Some time ago the PR [#528](https://github.com/go-chi/chi/pull/528) was merged but seems like in some cases 503 HTTP code is more suitable. Actually, using 503 or 429 response code for rate/conn limiting...

## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...

Area: plugin
Type: documentation
New: plugin

Sometimes it's needed to write custom logic (usually for data migration, not scheme) in Go during migration. Please consider this change.

Hi, Sometimes it's useful to get value by key and set a new one atomically (like [getset](https://redis.io/commands/getset) in the Redis).

This PR introduces a new method, `ElapsedWriteTime()`, to the `middleware.WrapResponseWriter`. This addition is particularly useful in scenarios where clients are slow or responses are large, necessitating a measure of the...

## Description This PR enhances the `mcptest.Server` by adding comprehensive support for prompts and resources alongside the existing tools functionality. ## Type of Change - [ ] Bug fix (non-breaking...