Rick Otten
Rick Otten
At first I thought this was a problem with the FastAPI `Depends` function, but it turns out when I use @retry on an async function, the return type is not...
I was using the browser based UI to run queries by hand to troubleshoot and debug some issues with my code. I was going crazy because the graphs of my...
I tried installing the debian package from the folding at home site first. I'm running Ubuntu 17.10. Unfortunately it complains about missing the python-support package, which hasn't been a part...
In date_util.py you have: ``` def format_timestamp(indf, index=0): if indf.dtypes[0].type is np.datetime64: return indf ``` Unfortunately my column is type: datetime64[ns, UTC] So it doesn't match and we fall through...
Gephi [ https://gephi.org ] is a handy graph visualization tool, as is Graphviz [ https://graphviz.org ]. It would be cool if it were easy to just export the raw graph...
I am getting this exception when I try to hit a particular web page: ``` >>> import dryscrape >>> weburl = _someurl_ >>> websession = dryscrape.Session(base_url = weburl) >>> websession.visit('/')...
This test keeps failing when I try to build graph_processing. [ Note that I built against 3.0.6 rather than 3.0.4, could that have made the difference? ] ``` ------------------------------------------------------------------------------- Test...
### Where's the bug? https://docs.risingwave.com/docs/current/meta-backup ### Describe the bug It took me a while to figure out, but there is no `risectl` in the containers. Instead you can get the...
I have a few documents in mongo with a mix of integers and floating point numbers in them. If I set the column type in the foreign table to "numeric",...
It would be handy if we could pass the quoting values into this tool: https://docs.python.org/3/library/csv.html#csv.QUOTE_ALL I think you could do something similar for setting the delimiter too (which you already...