josephernest
josephernest
Hi @ChrisS85 I see your code is using MFT (Master File Table) to initialize (`PopulateIndex()`) the database. What is the USN journal useful for, then? Does the USN journal help...
> Via email, you commented that using record(numframes=1024) would sometimes result in all-zero blocks that shouldn't be there. This is indeed a bug, and I would need your help in...
Hi @bastibe I tried various methods: 1) `recorder` with `blocksize=256` 2) Line 721: `if empty_frames * 0.001 > self.deviceperiod[0]:` instead of `if empty_frames > 10:` 3) Combination of 1) and...
@dhruvvyas90 This worked indeed: ``` qemu-5.2.0\qemu-img.exe resize 2020-12-02-raspios-buster-armhf-lite.img 4G qemu-5.2.0\qemu-system-aarch64.exe -M raspi3 -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootdelay=1" -dtb bcm2710-rpi-3-b.dtb -sd 2020-12-02-raspios-buster-armhf-lite.img -kernel kernel8.img -m 1G -smp 4...
Hello @hairpeace0, thanks for this PR! I'm a bit late of 5 years lol I wanted to merge your PR, after a few small edits. Could you edit your PR...
Useful note for later: http://midi.teragonaudio.com/tech/midispec/ntnoff.htm > All Notes Off > Number: 123 > Turns off all notes that were turned on by received Note On messages, and which haven't yet...
@rocky I found an even more minimal example: ``` L = [] if len(L) > 1: pass else: pass ``` Error log: ``` L. 1 0 BUILD_LIST_0 0 2 STORE_NAME...
> have been addressed in the decompyle6 project @rocky what is the decompyle6 project? Is it different to uncompyle6?
> decompyle6 project Do you mean decompile3?
Thanks for your answer! > You are right. But I never took this issue too seriously. Encryption in SublimeNotebook or VSCodeNotebook is only meant to protect your sensitive documents from...