~auc

Paris

https://pythonian.fr/

Trackers

~auc/tsview

Last active a month ago

~auc/confman

Last active 2 months ago

~auc/tshistory

Last active 2 years ago

~auc/pytest-sa-pg

Last active 2 years ago

~auc/era5client

Last active 2 years ago

#191 crash on group_get 4 days ago

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

#172 find: have a by.formulacontent filter 2 months ago

Ticket created by ~auc on ~pythonian/the-data-refinery

It will at least help replace the current filter in tsinfo.

#4 add support for mercurial 6.4+ 2 months ago

Ticket created by ~auc on ~auc/confman

Some tests are red.

#82 refinery/view: better landing page 8 months ago

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.

#83 refinery/ui: we need a nice way to navigate from one view to another 8 months ago

Ticket created by ~auc on ~pythonian/the-data-refinery

Could be a global hamburger or something like that.

#82 refinery/view: better landing page 8 months ago

Ticket created by ~auc on ~pythonian/the-data-refinery

The current landing page is ugly and lacks explanations of "what", "how", etc ...

#7 crash with python 3.10 8 months ago

Comment by ~auc on ~alainl/lairucrem

I think you latest fix do work (incl. with python 3.9).

#7 crash with python 3.10 8 months ago

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'

#12 unable to display some series 1 year, 2 months ago

Comment by ~auc on ~auc/tsview

Let's manage to never have null values.

REPORTED RESOLVED WONT_FIX

#34 storage: investigate using "set storage external" for the chunks 1 year, 10 months ago

Ticket created by ~auc on ~pythonian/the-data-refinery

Avoiding useless compression attempts might help performance.