Sjuul Janssen

Results 7 issues of Sjuul Janssen

Example code: def createDict(key, value): return {key: value} if str(createDict("k", "v")) != "{'k': 'v'}": raise Exception("Dict wrong") The result is: {'key': 'v'} And it should be: {'k': 'v'}

compiler

``` python [*] INFO: ******************************************* [*] INFO: * NLA Security selected * [*] INFO: ******************************************* Unhandled Error Traceback (most recent call last): File "C:\Python27\lib\site-packages\twisted\python\log.py", line 101, in callWithLogger return callWithContext({"system":...

I know this is similar to #45 but bare with me, it is different I have this situation: ```python from enforce import runtime_validation class A: @runtime_validation def clone(self) -> 'A':...

I'm going to try to write this request in an open fashion. I don't want to force one improvement while perhaps it's better to look at the greater picture. I...

enhancement

I must be doing something wrong, can you point me in the right direction? ``` undefined is not a constructor(evaluating 'new _reactNativeUsbserial.UsbSerial()') ``` ``` "dependencies": { "expo": "^20.0.0", "react": "16.0.0-alpha.12",...

This fixes #1 #3 and #4

This pr: - Updates go-git and go-billy to v5 - Adds support for gitlab token (should also work with github but haven't tested that) I first thought I would have...