Ryan

Results 18 issues of Ryan

>>> k.write(b'Hello, world!') Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/site-packages/kiss/classes.py", line 197, in write kiss.FEND TypeError: sequence item 0: expected str instance, bytes found classes.py:193...

=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug === compiler message: file:///Users/Ryan/Applications/flutter/.pub-cache/hosted/pub.dartlang.org/slack-1.2.2/lib/src/slacksrc.dart:51:12: Error: Getter not found: 'JSON'. compiler message: return JSON.encode(message); compiler message: ^^^^ compiler message: file:///Users/Ryan/Applications/flutter/.pub-cache/hosted/pub.dartlang.org/slack-1.2.2/lib/src/slacksrc.dart:51:12: Error:...

Running the example project on iPhone 6, ios 12.5.7, crash with no stack information, just assembly: ``` dyld`: 0x100fba410 : mov x16, #0x209 0x100fba414 : svc #0x80 -> 0x100fba418 :...

* What went wrong: Execution failed for task ':linker:verifyReleaseResources'. > java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource linking failed /Users/Ryan/Downloads/mrfunny/build/linker/intermediates/res/merged/release/values/values.xml:236: error: resource android:attr/fontVariationSettings not found. /Users/Ryan/Downloads/mrfunny/build/linker/intermediates/res/merged/release/values/values.xml:237: error: resource android:attr/ttcIndex not found. error: failed...

./darknet detector demo cfg/coco.data cfg/yolov2.cfg yolo.weights -prefix 0 Give me error message saying like cannot load image "data/labels/126_1.png" then showing a static image. What am I missing?

good first issue

I run the following code: ``` from makeelf.elf import * elf = ELF.from_file('test.elf') elf = elf[0] data_id = elf.append_section('.data', b'\0\0\0\0', 0xfadd) ``` Then i got the excepion: ``` Traceback (most...

My meteor web app using CollectionFS. File uploading is normally for almost all kinds of browser, except for browser from android mobile phone. Below is a live demo of meteor...