Jason Sun
Jason Sun
This is neat. I'm hoping I can get some help, I'm looking for the gstreamer equivalent of ``` ffmpeg -f v4l2 -framerate 20 -video_size 320x240 -i /dev/video0 -f mpegts -codec:v...
Using the provided `tumult.py` in example code. ``` $ pip install git+git://github.com/liftoff/pyminifier.git@master $ pyminifier --obfuscate --pyz=tumult.pyz tumult.py Traceback (most recent call last): File "/home/jsun/venv/bin/pyminifier", line 11, in load_entry_point('pyminifier==2.2', 'console_scripts', 'pyminifier')()...
The readme currently shows this: ``` { "folders": [], "settings": { "ClangFormat": { "format_on_save": true } } } ``` But really this doesn't work. It needs to be this: ```...
Background: I was following along the tutorial and noticed issues. I had made changes that fixed them. Works for me. 1. Fixes `ImpersonatingUserNotice.tsx` because return `null` can cause a `Suspense`...
The flag `--schema-only` is misleading, if it drops the table there needs to be user confirmation! Although the documentation states so, it would be easy to miss. Please enforce and...
Should distribute this on rubygems.org for easy install.
https://github.com/Alwayswithme/sysinfo/blob/6a44e993dd38108a5736f31a142d73e8f75f6660/sysinfo.py#L27 Using `@staticmethod` should be sufficient as nothing depends on `cls` self variable. ``` @staticmethod def product(): cmd = 'dmidecode -s system-product-name | head -1' output = sh(cmd, True) return...
# Summary I have noticed that the cardano-db-sync database (dbsync) has grown significantly in size, currently occupying around 450GB as of end of 2022. Queries take noticable latency, in the...