Results 11 issues of Javier Goday

## Description fixes #4921. Currently #4921 crashes because there's no operation available for columns of type System.Guid. Exception is originated in Column.cs (line = 282) ```csharp if (filterable) { filterContext...

On Hold

## Description fixes #4848. The MudSelect attributes are set in the same order as they are processed. ```razor ``` In this case (as noted in associated issue #4848), the SelectedValues...

waiting for second approval

### Thanks for contributing to chrono! - [X] Have you added yourself and the change to the [changelog]? (Don't worry about adding the PR number) - [X] If this pull...

Attempt to implement #1007. Headers ADT's are: ```scala case object EmptyHeaders extends Headers case class HeadersFromChunk(value: Chunk[Header]) extends Headers case class HeadersFromHttp(value: HttpHeaders) extends Headers case class UpdatedHeaders(update: Headers =>...

This PR tries to implement a fields indexed cookie view to avoid allocation memory whenever possible. It was suggested by @tusharmath in a previous PR (#576). * It defines a...

performance

From #105. It allows to encode/decode enums (as sealed traits and case objects) like ```scala sealed trait Color case object Green extends Color case object Yellow extends Color ``` I...

This PR tries to implement #460. * Added zio-schema-derivation to redis library-dependencies (needed to create a codec/schema for encode/decode ClientInfo as described here https://redis.io/commands/client-list/) * Added clientInfo and clientList commands...

## Description resolves #5279. This change adds a new property (YAxisMaxValue) to ChartOptions, it can be used (in combination with MaxNumYAxisTicks) to specify how many and how far apart each...

enhancement
API change

#### Description Show toolchain date for nightly instead of rust version. Would it be better to have an option in RustConfig to enable this behaviour ? , something like: ```...

Fixes #11866 Sets monokai (and related themes like molokai) tag color. Uses same color as vscode monokai theme for tags names = #F92672. ![imagen](https://github.com/user-attachments/assets/5f155906-7d32-441e-a567-41b707eadd72)