Sandro Trianni

Results 28 issues of Sandro Trianni

## Summary > By default, SerialPort uses ASCIIEncoding to encode the characters. ASCIIEncoding encodes all characters greater than 127 as (char)63 or '?'. To support additional characters in that range,...

area-System.IO.Ports

### Description On my Linux Host docker containers I'm using following network settings to be able to connect to the host via the gateway IP `172.29.6.254`: ``` networks: default: ipam:...

needs-triage
version/4.33.1

You asked for a prettier way to name your getters. You can actually use generics here with generic type constraints. You just have to put the methods in different extension...

``` private void SkipPadding() { var bytes = (int)(BaseStream.Position % 4); ``` I have a BaseStream where the xz file doesn't start at position 0. If this position is not...

bug
up for grabs

SqliteDatabase statements prepared with bindInteger won't work with numbers over 32bit. I have to use bindFloat, but float can't represent all 64 bit integers

With this PR, `registerClass` supports static methods. This also fixes the bug of not being able to implement static interface methods or static superClass methods. `mkdex` now has the ability...

### What does this PR do? This PR fixes https://github.com/traefik/traefik/issues/7886 by dropping containers from the load balancer as soon as there's a kill or stop event instead of waiting for...

kind/enhancement
status/2-needs-review
area/provider/docker
size/S
contributor/waiting-for-feedback

### Welcome! - [x] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [x] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

kind/bug/possible
area/provider/docker/swarm
contributor/wanted