Evan Kohilas

Results 21 issues of Evan Kohilas

todo: * fix current chat border colours to match panel * fix top panel

I recently added NullAway (v0.9.8, error-prone v2.11.0) to a large code base and received the following error: ``` java java.lang.IndexOutOfBoundsException: Index: 1, Size: 0 at jdk.compiler/com.sun.tools.javac.util.List.get(List.java:490) at com.uber.nullaway.NullAway.handleInvocation(NullAway.java:1453) at com.uber.nullaway.NullAway.matchMethodInvocation(NullAway.java:390)...

- date = 2021-07-29 - platform = Linux-5.4.0-77-generic-x86_64-with-glibc2.29 - arguments = ['.'] - cache location = /home/user/.cache/mnamer-py3.8.sql - python version = 3.8.10 - mnamer version = 2.5.3 - appdirs version...

question / problem

I removed the magic doc id numbers and moved them to an enum so that they could be better documented to understand what the code is doing. If there are...

**Describe the bug** The padding after the final line for font sizes larger than 18px is too small. **To Reproduce** Steps to reproduce the behavior: 1. Start a fresh browser...

bug

## Summary When using `add_rule.py`, it produces the following line in `codes.rs` ``` (Flake8Async, "102") => (RuleGroup::Stable, rules::flake8-async::rules::BlockingOsCallInAsyncFunction), ``` Causing a syntax error. This PR resolves that issue so that...