Pandu E POLUAN

Results 37 issues of Pandu E POLUAN

Is there a template function that can read the contents of a file and (optionally) stripping last newline of the file? The reason being we want to use the **Docker...

``` % ./test.sh --failed -------------------------------------------------------------------------------- | Test Suite: batwatch | -------------------------------------------------------------------------------- [FAIL] help :: Exited with code 141. Totals: PASS: 2 / 3 FAIL: 1 / 3 ``` If I...

bug

So I downloaded bat-extras by cloning into my home directory. Afterwards, I ran `./build.sh` without any options (and not having `shfmt`) I got the following error messages: ``` Verifying scripts......

bug

The reason is because, in my place of work, the SSL termination is already performed by the load balancer / gateway, so we really would like the Docker container to...

So I have [a class defined like this](https://github.com/pepoluan/aiosmtpd/blob/31f6b73b1eab10ec35a20bd90ef393005bd97467/aiosmtpd/smtp.py#L108-L137): ```python import attr from functools import partial @attr.s class AuthResult: """ Contains the result of authentication, to be returned to the smtp_AUTH...

bug
cat: stubs and 3p

I love how KiTTY accepts remote's request to change Windows Title. However, when two KiTTY windows are open, each connected to a different server, having two windows with the exact...

question

~~Depends on #256 , #259 , and #260 ; please merge them first.~~ _All deps have been merged. We can go ahead with this one._ ## What do these changes...

tech-debt

This issue is just tracking the **_ideas_** for changes that will possibly break backward-compatibility in 2.0: Do note that these are _ideas_ and not concrete plans. They may -- and...

compatibility
tech-debt
API
integration

## What do these changes do? * Improve existing instrumentation by using `LoggingAdapter`, to make code maintainability better. * Add more logging points to help troubleshooting * Also implement an...

enhancement

I was in the process of eyeballing the docs and fixing things when I came upon a `:ref:` that steadfastly refused to resolve: :class:`asyncio.StreamReaderProtocol` After hunting around, apparently that class...

compatibility
tech-debt
in progress