jno

Results 11 issues of jno

https://github.com/zxing/zxing 1. it works 2. it's used by, say, zenmoney, AFAIK.

Using Nvidia Jetson TX2, fresh install, with these packages ``` ii cuda-command-line-tools-9-0 9.0.252-1 arm64 CUDA command-line tools ii cuda-core-9-0 9.0.252-1 arm64 CUDA core tools ii cuda-cublas-9-0 9.0.252-1 arm64 CUBLAS native...

https://github.com/autocracy/python-ipy/blob/b8eb507bf2e94e878e092b16746d2cd8a058294f/IPy.py#L821 missing IP version propagation as compared to https://github.com/autocracy/python-ipy/blob/b8eb507bf2e94e878e092b16746d2cd8a058294f/IPy.py#L811 Reproduce with: ```python import IPy; print(IPy.IP('::3/128').broadcast().version()) # 4 ``` In general, I'd prefer to have `.first_address()` and `.last_address()` methods as IPv6...

selected

We're using migra to distribute DB updates. Now we went to Pg15. So, we have to count for new attributes, like `…SET COMPRESSION lz4`. Plus, we still have to mantain...

No way to sync, no way to login in another browser… ![image](https://github.com/clipto-pro/Desktop/assets/407437/f4afec37-ca56-47d1-8806-85278d44b647)

## The question is: which versions of the libs are required? I've tried to install things in "dumb user" way (in Ubuntu 12.04): ``` sh sudo apt-get install clang llvm-dev...

I think, if I request a --new file, then the old one is not changed anyway. Hence, the check for [ -z $EXTERNAL ] is not sufficient. I'd propose [...

I just needed an `import`able version, hence [this gist](https://gist.github.com/jn0/f785880016be100780c9ec6d0e6b0837)

I'm building a fork of `migra`. It includes `schemainspect` package. That relays on `sqlbag[pg]`. That wants `psycopg2` (not `psycopg2-binary`) in turn. The box where I have to run the code...

Look at this example: ```python from xml.etree.ElementTree import fromstring import xmljson, json bf=xmljson.BadgerFish(dict_type=xmljson.OrderedDict) q=bf.data(fromstring('xyz')) print json.dumps(q,indent=2) # note this item ^ (z)! ``` Output will be: ```json { "a": {...