Gregory Gerasev

Results 69 comments of Gregory Gerasev

Trying to minimise case. This triggers error: ``` pre { (royaltyReceiver == nil) == (royaltyPercent == nil) (royaltyPercent == nil ) } ``` But if I take out `==` it...

@bluesign Whitespace after function is allowed in most PL, I guess. For example, Python allows it: `abs ( 2 + 3 )`. My guess is that the problem is in...

I am not sure what does `official support` means here. Does this Makefile task used for linting this repo? I can make PR if waiting couple of weeks is okay....

Have not touched that issue, so far. I plan to see it this weekend.

**Done steps** If I understand correctly to add `autopep8` analog in `make lint`, would be equivalent to adding `black --check .`. For this codebase must be formated with `black` first....

@sobolevn I am not sure what now, doc PR is required? If so, can you say what are requirements for this doc changes?

@sobolevn It is not clear to me, what is "dynamic" or "magic" in decorators and properties. For me "dynamic" as opposite to static, must be something that can increase probability...

Is it okay to use https://hackage.haskell.org/package/prometheus for this task?

Issues this one dependent on: https://github.com/kowainik/extensions/issues/73 https://github.com/kowainik/trial/issues/67

Looks like some yak-shaving required to make this to build: https://github.com/mihaimaruseac/hindent/issues/583