Sebastian Kreft

Results 88 issues of Sebastian Kreft

Parsing a file with comments is not supported. For the following script: ``` sh # A comment echo "A script with a comment" ``` The sample program (the one in...

Parsing a file with new lines between statements is not supported. For the following script: ``` sh echo "Line 1" echo "Line 3" ``` The sample program (the one in...

**Describe the bug** Processing the following file is too slow, taking more than a minute. ```python # source: https://gist.github.com/ammarshah/f5c2624d767f91a7cbdc4e54db8dd0bf FREE_EMAIL_DOMAINS = frozenset({ '0-mail.com', '007addict.com', '020.co.uk', '027168.com', '0815.ru', '0815.su', '0clickemail.com', '0sg.net',...

Please provide at least 10 example images of the CAPTCHA system: ![c1](https://user-images.githubusercontent.com/911768/109427085-874b9200-79cf-11eb-8b5f-0058a9ad4a62.png) ![c2](https://user-images.githubusercontent.com/911768/109427086-87e42880-79cf-11eb-8978-b1e15d5c9bcc.png) ![c3](https://user-images.githubusercontent.com/911768/109427088-887cbf00-79cf-11eb-91f3-a1a9bb37797c.png) ![c4](https://user-images.githubusercontent.com/911768/109427089-887cbf00-79cf-11eb-8922-fc8b76bad108.png) ![c5](https://user-images.githubusercontent.com/911768/109427091-887cbf00-79cf-11eb-8013-ffccbd8485e1.png) ![c6](https://user-images.githubusercontent.com/911768/109427092-89155580-79cf-11eb-8987-c3b9b4cd80c3.png) ![c7](https://user-images.githubusercontent.com/911768/109427093-89155580-79cf-11eb-942e-d91b94667aed.png) ![c8](https://user-images.githubusercontent.com/911768/109427094-89adec00-79cf-11eb-8ae1-42bb2de85703.png) ![c9](https://user-images.githubusercontent.com/911768/109427095-89adec00-79cf-11eb-9131-56ecdc07d285.png) ![c10](https://user-images.githubusercontent.com/911768/109427096-89adec00-79cf-11eb-970b-2a725e7c2bc5.png) Please provide the full JavaScript source to what you've...

question

Hi @alexwforsythe, have you been able to test the addon following these instructions https://developers.google.com/gsuite/add-ons/how-tos/testing-gsuite-addons? I have a similar addon but so far I've been unable to do it. And support...

We are trying to find the external dependencies on a Typescript project, however we are only getting @types dependencies, which is inline with what @eltonio450 reported on https://github.com/pahen/madge/issues/281#issuecomment-811879019. We are...

pending

When answering a [question on StackOverflow](https://stackoverflow.com/questions/57129069/why-doesnt-this-higher-order-function-pass-static-type-checking-in-mypy/65323798#65323798), I found a weird issue with pyre. The following code checks: ```py from typing import Iterable, TypeVar, Callable T1 = TypeVar('T1') T2 = TypeVar('T2')...

# Feature Request Currently this plugin depends on the `django-stubs` plugin, however it's really hard to introduce that plugin in an existing codebase (thousands of errors in our app). However,...

bug

`validateWebhook` adds the token to the list of seen ones, before validating the token is valid. This means an attacker could repeatedly send invalid requests to the server and trigger...

When running `danger local` the list of modified and created files is relative to the git folder. Which makes it hard to actually read the contents of the files (need...

You Can Do This