Gregory Gerasev

Results 34 issues of Gregory Gerasev

**Completed checklist** - [x] I've checked the issue tracker for similar issues. - [x] I am not creating an issue about adding more configuration options for the styling/layout of hindent,...

# Bug report # What's wrong Documentation states that project is is not compatible with black. As far, as I know, some points are not relevant now. > for some...

bug
help wanted
documentation
Hacktoberfest

I am not quite sure if I am using HIndent API correctly, but it does format something. Currently I do not handle config, cuz not sure where to call `getConfig...

https://github.com/getsentry/raven-python/blob/master/raven/contrib/celery/__init__.py#L96 I do not understand, what is the purpose of this line. Also, what is proper way to set custom context not to be erased by this line?

Contains new warnings support as recommended by this thread https://twitter.com/ChShersh/status/1459829752223735808

## Problem Trying to install hindent-5.3.4 in stack lts 16. Getting error: ``` /tmp/stack-166f35d2e18b674f/hindent-5.3.4/src/HIndent/Pretty.hs:988:7: error: Not in scope: data constructor ‘TypeA’ | 988 | TypeA _ ty -> pretty ty...

### Instructions Please fill out the template below to the best of your ability and include a label indicating which tool/service you were working with when you encountered the problem....

Bug
Feedback

UFix64 works like this: ``` In [7]: cadence.UFix64(1).encode() Out[7]: {'type': 'UFix64', 'value': '0.00000001'} ``` This is binding library API to details of Flow (that UFix64 uses 8 decimals ) and...

bug
examples

Example : In [1]: from redisco import Redisco In [2]: r = Redisco() In [3]: r["foo:bar"] = "value" In [4]: env = r("foo") # new workspace In [5]: env["bar"] Out[5]:...

If I am starting redis-server at 6379 port, I am getting 74 unit-tests connection errors. If I am starting redis-server at 6380 port, I am getting error in tests.connection unit-test...