tuanpham96
tuanpham96
I've been running into this issue with Ctrl+Z lately in `bash`. - Enter `vim` like `vi ~/.bashrc` - Press `Ctrl+Z` to put in background mode - Now type anything like...
### What would you like changed or added to the documentation and why? I hope to have some clarification on the usage of `value` in `NWBAttributeSpec`. In the [schema](https://schema-language.readthedocs.io/en/latest/description.html#value), it...
Currently the only available checksum available on [Releases](https://github.com/jupyterlab/jupyterlab-desktop/releases) (in `latest.yml` file) is `sha512` for Windows (`.exe` installer). For example, with version `3.4.6-1`: ``` yaml version: 3.4.6-1 files: - url: JupyterLab-Setup.exe...
Based on `src/bioservices/pubchem.py`, there's not much functionality for Pubchem yet. Is there any plan to integrate more functions for Pubchem, or maybe port over some from [`pubchempy`](https://github.com/mcs07/PubChemPy)? https://github.com/cokelaer/bioservices/blob/71aef3a94c1b8d60171b01342a24a900b7187bd1/src/bioservices/pubchem.py#L50 Thanks!
The minimum similarity setting is currently at 0.25. Is it possible to customize this using `dolos run` parameters or via environment variables somehow? https://github.com/dodona-edu/dolos/blob/f0d015b3c64b2405896e47da6be99ff97ac5fb4d/web/src/components/settings/SimilaritySetting.vue#L09-L12 Thanks!
Since many neuroscience data are being converted into [NWB format](https://nwb-overview.readthedocs.io/en/latest/index.html), either directly or via extension (e.g. [suite2p](https://github.com/MouseLand/suite2p/blob/main/suite2p/io/nwb.py) output, [DLC](https://github.com/DeepLabCut/DLC2NWB) output, ...). I don't use ArControl personally but a person in...
I'm reporting issues I'm seeing on PluralPolicy. If this is not the right place, please let me know where to direct this. Example URL: - https://pluralpolicy.com/app/legislative-tracking/bill/details/state-tx-88-hb2155/1132852 - https://pluralpolicy.com/app/legislative-tracking/bill/details/state-tx-88-hb2060/1288178 Browser: Both...
Hi. I've encountered a few examples of BBC news articles not really summarized, even for long articles. For example with this [bot comment](https://lemmings.world/comment/9602004) of this [original article](https://www.bbc.com/news/articles/c84jmkg0k40o): > The original...
**Description** I'm running the tutorial and I keep getting the errors at the `prune2df` step like this: ```pytb Exception: 'KeyError(\'Field "Snora5c" exists 2 times in schema\')' [...] Exception: 'KeyError(\'Field "1600002H07Rik"...
I'm trying to plot the test of the one-sided MWU tests but it seems the order defined in `pairs` is not preserved. I used one of the demo examples below...