Cihat Imamoglu
Cihat Imamoglu
Imagine this: ``` # exception has type Exception if isinstance(exception, grpc.RpcError): code = exception.code() # pytype: disable=attribute-error ``` Without `# pytype: disable=attribute-error`, we get: `in _add_exception_to_log_entry: No attribute 'code' on...
Swagger2Markup version: swagger2markup-gradle-plugin 1.2.0 Problem description: I realized that my generated markdown document doesn't have a path I recently added to my swagger.yaml. After some debugging, I realized that it's...
I think it'd be super useful to have a packaged GH action for this useful tool. Thanks!
Hey, I realized that there already is https://github.com/segmentio/analytics-react-native , and seems to be more actively and officially supported. Is there any reason to use this neiker/analytics-react-native instead of the official...
For compile, testCompile, classpath, processor, etc
  https://learning.oreilly.com/library/view/effective-python-90/9780134854717/ch04.xhtml AFAIU, it doesn't matter if you use `iter()` or not here, so it's unnecessary.
https://learning.oreilly.com/library/view/effective-python-90/9780134854717/ch04.xhtml 
 https://learning.oreilly.com/library/view/effective-python-90/9780134854717/ch06.xhtml
https://learning.oreilly.com/library/view/effective-python-90/9780134854717/ch06.xhtml 
**Describe the bug** Some of the filters on https://beaconcha.in/validators do not work. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://beaconcha.in/validators 2. Click on the filter button, choose...