Joses W. Ho

Results 63 comments of Joses W. Ho

Hi, this has been noted in #30 and is being looked at. Thanks!

Hi @Riverhuang42 , This feature is likely to ship with v0.3.1. (v0.3.0 is soon to be released!) In the meantime, you can look at the [`coin` package](https://cran.r-project.org/web/packages/coin/index.html) to generate your...

I suspect its a Graph API issue and not your code. What I've found useful is to scrape posts in hourly windows; this takes _a lot_ longer but seems to...

bumping this, any workarounds?

@qubix12 I did a quick and dirty [port](https://github.com/jupyterlab/jupyterlab/issues/3844#issuecomment-407989937) of Solarized Dark for JupyterLab; still a WIP but hope it helps!

@Ngiggs I hacked up my own Solarized Dark theme [here](https://github.com/jupyterlab/jupyterlab/issues/3844#issuecomment-407989937). The [parent thread](https://github.com/jupyterlab/jupyterlab/issues/3844) and this [Jupyter notebook](https://gist.github.com/jasongrout/753216b2d3320b0abec6143d36f5d640) might also be useful in helping you hack up your own theme. With...

@drheatherwalker I gave it a shot a while back, but ran into some errors. I'm not versed in JavaScript development, and I found that tutorial you linked to a bit...

Unfortunately does not work for me. Running ```shell conda install -c bioconda fastp ``` gives ```shell Solving environment: failed with initial frozen solve. Retrying with flexible solve. PackagesNotFoundError: The following...

I personally got around it by installing a separate version of Brew for x86 (relying on Rosetta 2), and using that to install `fastp`. I don't think you can run...

Right, I think @adamsbp was asking for a native install, I guess both you and he could be clearer. In any case, emulation on M1 is the way to go......