upsampled
upsampled
I agree with the maintainers regarding #2664 , a full PTY implementation is out-of-scope and is more involved than one would initially realize; however, I believe just a 'termios' implementation...
In reference to #8 Allow for non-square U1 dimensions to be used. Can be set via REST API by including: "custom-key-unit": { "height": 17.5, "width": 18.5 }, This capability will...
I am attempting to port `go` code using AspNetCore.Proxy. The basic function being ported is to redirect http and ws connections through Unix Sockets. For typical HTTP proxying I am...
# Feature Request Right now it appears like `go-prompt` only works with STDIN. In order to run it on a console port, I currently use SystemD to perform STDIN redirection...
I am running this library as a server and noticed that even though I only included one interface in the `dnssd.Config`, I was seeing IGMP messages on both interfaces. This...
Based the PR around the existing PR https://github.com/crawshaw/sqlite/commit/4172234090bc093594a3d9443df2ea289b0c2f6c Reasons for the bump are discussed in the Issue Ticket https://github.com/crawshaw/sqlite/issues/149
`VACUUM INTO` fits really well into the general use case of "I need a persistent, read-only backup that is as small as possible". Only issue was that it used to...
@slayercat do not accept this yet, @jduranf will act as an acceptance tester and submit some additional example code, per #31 Regarding the actual PR, the OID generator function is...
# Summary Add Support for listing the IPs on an interface. # Notes May look at doing this in another package to see if MIB development can be done separately...