Mark
Mark
I like your scripts. dots is very easy to use and for me it provides an efficient way to setup my machine. Thank you for it! However my first experience...
I am just getting started with your tool. Great job! I noticed an error message when I use it for my assets: ``` sh $ go-bindata-assetfs -pkg gogrinder -o gogrinder/assetfs.go...
the way you configure logging makes it difficult to use as a library (at least it totally disturbs my test results). For now I fixed and included the nodeenv file...
I just found libnest2d and it looks awesome. thank you for sharing your code! I am running the simple example code and it does nothing. I guess it is related...
I am looking for a linux compatible tool to flash n76e003. If necessary, I would also invest some time to build one using Python. Any known attempts using pystlink to...
I am using qtbot for a while now with some (
relevant part of the spec: ``` yaml properties: ... artifactBucket: type: string minLength: 5 pattern: "arn:aws:([a-zA-Z0-9-])+:([a-z]{2}-[a-z]+-d{1})?:(d{12})?:(.*)" example: bla ``` this is how I use `validate_request`: ``` python my_config = {...
in my opinion swagger-parser is `not handling $ref correctly` (see trace at the bottom). I tried with both python2.7 and python3.6. This relates to `validate_request` - `definitions_example` works fine. relevant...
not sure if you aim to support python3.6 (setup.py does not say) I tried this morning and the problem was that green.py barks with sth. like 'import telnetsrvlib' not found......
I think open source is the way to go in embedded programming. I like your project. Awesome work! I came across your project when I was looking for sprintf with...