Wes Turner
Wes Turner
`_format_and_kws()`: https://github.com/RDFLib/rdflib/blob/e56df6e189fba0e592391d21e3b394882032f186/rdflib/tools/rdfpipe.py#L65-L93 > `"FORMAT:(+)KW1,-KW2,KW3=VALUE"`
Hadn't been aware of https://jobs.cncf.io/ either, thx
#164 "NBViewer missing page title / meta description" has a bit more context for work on this issue. Is this a duplicate of #164?
- [ ] Extract ``notebook_title`` - [ ] Pass ``notebook_title`` to the notebook.html template (in base.py ``render_template`` call) - [ ] Add ``notebook_title`` to ```` tag in layout.html - [x]...
/etc/hosts isn't writeable without rooting. What would be the fastest (or fast enough) way to do these lookups locally with Android?
Would a BloomFilter lookup first be any faster or necessary? https://google.github.io/guava/releases/27.0-android/api/docs/com/google/common/hash/BloomFilter.html#mightContain-T- Is there something better than ImmutableSortedMap.get()? https://google.github.io/guava/releases/27.0-android/api/docs/com/google/common/collect/ImmutableSortedMap.html#get-java.lang.Object-
https://github.com/celzero/rethink-app /README.md : ***** ### DNS over HTTPS client Almost all of the network related code (`firestack`), including DNS over HTTPS split-tunnel, is a very minimal fork of [Jigsaw-Code/outline-go-tun2socks]( https://github.com/Jigsaw-Code/outline-go-tun2socks)...
It looks like this patch to README.rst is failing because of flake8 errors in tasks.py and utils.py
I should've been more specific: ```python import pint import uncertainties as unc from uncertainties import ufloat ureg = pint.UnitRegistry() ureg.define('USD = 1') ureg.define('widget = 1') ``` ```python target_revenue = ufloat(110000,...
For me, it was more of a passing concern that day; though use of units can definitely minimize calculation error. I hope to have time to work on this someday....