Andrew Aylett

Results 7 comments of Andrew Aylett

I built an RPM package "by hand" using bdist: ``` touch inputremapper/commit_hash.py python setup.py bdist_rpm ``` It doesn't out of the box know about its dependencies: you need to install...

@sunwire, for Python packages like this one it's easy enough -- per my comment above, the script would look something like this: ``` touch inputremapper/commit_hash.py python setup.py bdist_rpm ``` It's...

@robertybob, `cdn.jsdelivr.net` is probably the most problematic, as it's a CDN used by many sites for common Javascript modules. I don't recall specifically which one I hit, I'm afraid, but...

I definitely considered that -- the idea of adding dependencies to a widely-used package that doesn't currently have any dependencies does not fill me with joy. However, in trying to...

Worth noting that we really should be careful in assigning prefixes -- note the MUST NOT in https://tools.ietf.org/html/rfc4193#section-3.2. Don't use the same hard-coded prefixes as everyone else :). There's a...

An alternative implementation: In `/mnt/data/ula/ensure_ula`, ensure you set `ULA_PREFIX` using a value from https://cd34.com/rfc4193/ and you probably want to match the subnet numbers with any existing global subnets for each...

Here's the timed output from my machine: ``` $ PS4='+($(date "+%s.%N")) (${BASH_SOURCE:-}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' time bash -x /usr/local/bin/pyenv sh-activate --quiet +(1735257413.707286000) (/usr/local/bin/pyenv:2): set -e +(1735257413.717032000) (/usr/local/bin/pyenv:4): '[' sh-activate = --debug...