Abhijit Sarkar

Results 123 issues of Abhijit Sarkar

``` Traceback (most recent call last): File "/usr/bin/extractReport.py", line 51, in main() File "/usr/bin/extractReport.py", line 48, in main parseXML(path) File "/usr/bin/extractReport.py", line 37, in parseXML print(message) UnicodeEncodeError: 'ascii' codec can't...

I see various `history_on*` settings, but nothing is mentioned above `history_on_save`. Is it the default behavior to save history when the user explicitly saves the file? Please document it. ```...

It's not clear whether it's the minimum size of a file for which history is saved, or is it the maximum size to which the file history can grow? For...

It'd be nice to have a column in the help output listing the default values

enhancement

``` clock > /Users/me/.stack/programs/aarch64-osx/ghc-9.0.2/lib/ghc-9.0.2/lib/../lib/aarch64-osx-ghc-9.0.2/rts-1.0.2/include/ffitarget.h:6:10: error: clock > fatal error: 'ffitarget_arm64.h' file not found clock > | clock > 6 | #include "ffitarget_arm64.h" clock > | ^ clock > #include "ffitarget_arm64.h"...

How do I deserialize this class? `class Queries(val pairs: Map[String, Seq[String]])` I've something along the lines of the following: ``` override def read(yaml: YamlValue): Queries = { Try(yaml.asYamlObject.getFields( YamlString("queries") )...

In Chrome, CMD + F. In Browser Plus, ?

The [Codecov Quick Start docs](https://docs.codecov.com/docs/quick-start) specify two things that don't seem to be needed when using this action: 1. GitHub App Integration 2. Codecov Uploader It'll be helpful to specify...

**Is your feature request related to a problem? Please describe.** `RedissonReactiveClient` is missing many of the features compared to `RedissonClient`. 1. Returned `RMapReactive` has no methods to set max size...

It's unclear how encoder/decoder (or codecs as known pre Netty 5) are to be used with `HttpClient`. It's also unclear how and when to properly dispose a `HttpClientResponse`. Consider the...

type/documentation