Suvayu Ali
Suvayu Ali
I use `glom` with a library called [`frictionless`](https://github.com/frictionlessdata/frictionless-py/). It's a library that manages metadata for datasets based on the [frictionless specification](https://specs.frictionlessdata.io/). When using release 22.1.0, I see inconsistent behaviour between...
Hi, I have been noticing that having the sidebar turned on seems to corrupt the status line and the screen in general. This happens only in the pager. The following...
I have tried paying to a HTLC.me wallet, a Bitcoin + Lightning (lnwallet) wallet, and to yalls.org, all of them fail like this: Remote Failure, payment expiry is too close...
No matter what I try, I cannot open a connection to any nodes other than the ACINQ node. It fails with "failed to open channel:connection failed ...". I'm getting the...
I think there's a packaging issue with how the desktop files are installed. If you upgrade, the menu shortcuts get removed. To fix/avoid this, you have to uninstall the old,...
When I open a CSV from the "Open with ..." menu, I get the error `String(...).match(...) is null` in a popup from Firefox, with a "OK" button. Clicking the button...
I am on Fedora 28, running on 2400G, and wanted to try out Tensorflow with ROCm (with kernel 4.19). So I tried to install `rocm-dkms` from the [Centos repos](https://rocm.github.io/ROCmInstall.html#centosrhel-7-both-74-and-75-support) mentioned...
When I use other full screen terminal applications like Emacs, Vim, less, etc, I can suspend it and get the terminal prompt back with `Ctrl+z`. However this does not work...
The Matplotlib lesson is outdated (not the section on pandas plotting API). The official recommendation is to use the object-oriented API; e.g. see this [basic official tutorial](https://matplotlib.org/stable/tutorials/introductory/usage.html#sphx-glr-tutorials-introductory-usage-py). Since the matplotlib...
I think method chaining should be introduced, either after the [aggregation](https://github.com/datacarpentry/python-socialsci/blob/gh-pages/_episodes/10-aggregations.md) or [join](https://github.com/datacarpentry/python-socialsci/blob/gh-pages/_episodes/11-joins.md) episodes. It's a very effective practice to organise pandas code, leads to very clear logical flow, and...