Jarek Zgoda

Results 21 issues of Jarek Zgoda

When using `dart-sass` (1.37.5) to compile scss there's a lot of deprecation warnings: ``` DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0....

```python class A: def next(self): return 'x' ``` The code above triggers "B305: .next() is not a thing on Python 3. Use the next() builtin. For Python 2 compatibility, use...

Hi, looking at the code I found you use templates with `.jinja2` extension. The caveat is that Flask turns on autoescaping in Jinja [only for files with couple extensions](https://github.com/pallets/flask/blob/1.1.x/src/flask/app.py#L809) and...

``` FAILED tests/test_bandit.py::test_outputs[binding.py-4-S104 Possible binding to all interfaces.] - UnboundLocalError: local variable 'idx... FAILED tests/test_bandit.py::test_outputs[hardcoded-passwords.py-5-S105 Possible hardcoded password: 'root'] - assert False FAILED tests/test_bandit.py::test_outputs[hardcoded-passwords.py-9-S105 Possible hardcoded password: ''] - assert...

On Banana Pro board with Arch Linux the library and test compiles cleanly but test fails: ``` $ DISPLAY=":0" ./test Error: eglInitialise failed! ``` Library was built with following configuration:...

Extras: updated gitignore and fixed duplicated method name in tests.

Without ``` #ifdef __cplusplus extern "C" { #endif // __cplusplus ``` at the beginning and later proper closing the library will not compile in C++ project.

All of sudden few days ago i started getting this 401 error from Twitter Invalid / expired Token /oauth/access_token? oauth_body_hash=2jmj7l5rSw0yVb%2FvlWAYkK%2FYBwk%3D& oauth_nonce=83326691& oauth_timestamp=1367230563& oauth_verifier=vdgjgMIs5rMchCIfc1DoBW3pAzjZ1jNyE9S4E8dt8wM& oauth_consumer_key=mykey& oauth_signature_method=HMAC-SHA1& oauth_version=1.0& oauth_token=BAAGpaUmBnx8BALTfdsn4IfUhDZBC7WE1njAd7PlHYOx6opk1Bc0HFmsNelvjAg0uqTqF1CRimFehDUwRHh8bVgNidsWZBxMDqACDySq9qKzNL1Tu6YwFsXplednMog95bZAODVkKD0ZBjZAW7DDaiB8vRnepdm9zZAYNYFeAVd4R5FZCL4KSf7MJty52cyaUgZCDMsrnY29XQj7gdpYovHRYyiXpnnaxqrcZD& oauth_signature=zAx2PUP5xy0G5U5OxbAFx7Pvy1I%3D This seems...

With config ```javascript input: { dashboard: 'src/app/static/js/dashboard.js' }, output: { dir: 'src/app/static/dist', format: 'es', sourcemap: true } ``` I'm getting ```json { "dashboard.js": "dashboard.js" } ``` Which is not very...

With 1.1.2 I could select either credentials or secret authentication upon 1st `cloud-login` invocation, now 1.2.0 allows only credentials authentication. The issue is, I'm logging in to dashboard with Github...