Paris
Ticket created by ~auc on ~pythonian/the-data-refinery
Something just created with group_replace:
Traceback (most recent call last): File "/data/ltpowerforecast_dev/src/refinery/tshistory/tshistory/http/util.py", line 40, in wrapper return func(*a, **k) File "/data/ltpowerforecast_dev/src/refinery/tshistory/tshistory/http/server.py", line 906, in get df = tsa.group_get( File "/data/ltpowerforecast_dev/src/refinery/tshistory/tshistory/api.py", line 861, in group_get return self.tsh.group_get( File "/data/ltpowerforecast_dev/src/refinery/tshistory/tshistory/util.py", line 944, in check_tx_and_call return func(self, _set_cache(cn), *a, **kw) File "/data/ltpowerforecast_dev/src/refinery/tshistory_formula/tshistory_formula/tsio.py", line 1117, in group_get bindinfo = self.bindings_for( File "/data/ltpowerforecast_dev/src/refinery/tshistory/tshistory/util.py", line 944, in check_tx_and_call return func(self, _set_cache(cn), *a, **kw) File "/data/ltpowerforecast_dev/src/refinery/tshistory_formula/tshistory_formula/tsio.py", line 1333, in bindings_for if sname_binding[0] is None: TypeError: 'NoneType' object is not subscriptable
Ticket created by ~auc on ~pythonian/the-data-refinery
It will at least help replace the current filter in tsinfo.
Ticket created by ~auc on ~auc/confman
Some tests are red.
Comment by ~auc on ~pythonian/the-data-refinery
A gogle-like search field could be interesting.
Quick access to various documentation bits would be useful.
Ticket created by ~auc on ~pythonian/the-data-refinery
Could be a global hamburger or something like that.
Ticket created by ~auc on ~pythonian/the-data-refinery
The current landing page is ugly and lacks explanations of "what", "how", etc ...
Comment by ~auc on ~alainl/lairucrem
I think you latest fix do work (incl. with python 3.9).
Ticket created by ~auc on ~alainl/lairucrem
(base) aurelien@MacBook-Pro-de-Aurelien dotfiles % gh Exception ignored in: <function BaseSubprocessTransport.__del__ at 0x101a98a60> Traceback (most recent call last): File "/Users/aurelien/miniconda3/lib/python3.10/asyncio/base_subprocess.py", line 124, in __del__ if not self._closed: AttributeError: '_UnixSubprocessTransport' object has no attribute '_closed' Exception ignored in: <function BaseSubprocessTransport.__del__ at 0x101a98a60> Traceback (most recent call last): File "/Users/aurelien/miniconda3/lib/python3.10/asyncio/base_subprocess.py", line 124, in __del__ if not self._closed: AttributeError: '_UnixSubprocessTransport' object has no attribute '_closed' Traceback (most recent call last): File "/Users/aurelien/miniconda3/bin/gh", line 8, in <module> sys.exit(main()) File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/lairucrem/__main__.py", line 233, in main run(rev=opts.rev, debug=opts.debug, debugger=opts.debugger, File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/lairucrem/__main__.py", line 106, in run loop.run() File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/urwid/main_loop.py", line 287, in run self._run() File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/urwid/main_loop.py", line 385, in _run self.event_loop.run() File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/lairucrem/patch_urwid.py", line 59, in run raise self._exc File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/lairucrem/__main__.py", line 59, in register_topic_colors names = await process.hg_plain(*cmd) File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/lairucrem/process.py", line 210, in hg_plain return ''.join([line async for line in hgproc]) File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/lairucrem/process.py", line 210, in <listcomp> return ''.join([line async for line in hgproc]) File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/lairucrem/process.py", line 91, in __aiter__ await self.start() File "/Users/aurelien/miniconda3/lib/python3.10/site-packages/lairucrem/process.py", line 79, in start self.proc = await asyncio.create_subprocess_exec( File "/Users/aurelien/miniconda3/lib/python3.10/asyncio/subprocess.py", line 218, in create_subprocess_exec transport, protocol = await loop.subprocess_exec( File "/Users/aurelien/miniconda3/lib/python3.10/asyncio/base_events.py", line 1670, in subprocess_exec transport = await self._make_subprocess_transport( File "/Users/aurelien/miniconda3/lib/python3.10/asyncio/unix_events.py", line 207, in _make_subprocess_transport transp = _UnixSubprocessTransport(self, protocol, args, shell, TypeError: BaseSubprocessTransport.__init__() got multiple values for argument 'loop'
Comment by ~auc on ~auc/tsview
Let's manage to never have null values.
REPORTED
RESOLVED WONT_FIXTicket created by ~auc on ~pythonian/the-data-refinery
Avoiding useless compression attempts might help performance.