Michael Rossetti
Michael Rossetti
:+1: for the gem's future ability to return more than 10K results per single request. See also the [startIndex documentation](https://developers.google.com/analytics/devguides/reporting/core/v3/reference#startIndex): > Use this parameter as a pagination mechanism along with...
thanks. for some reason my `atom` command just stopped working, but after following the screenshots, it started working again.
Update: see also this article which mentions the large size of the pytorch dependency. I think this is more likely the issue, as `torch` is a dependency of this package....
Ah I see this other issue is about a similar desire to get a lighter version of one of the models installed on the server. https://github.com/unitaryai/detoxify/issues/17 EDITS: now I see...
FYI - I was able to install specific (cpu) versions of the dependencies on a Heroku server using a requirements.txt like the following: ``` -f https://download.pytorch.org/whl/torch_stable.html torch==1.8.1+cpu; platform_system == "Linux"...
I used: ```sh heroku buildpacks:remove heroku/nodejs heroku buildpacks:add mars/create-react-app ```
I understand the concern. Although pandas is pretty standard for many python projects, perhaps we could add the dependency as an optional "extra". On Mon, Jul 11, 2022, 10:54 PM...
Hi @barbeau please see my revision and comments.
thanks. after doing this, the test is failing. see results below. i ran the test via VS Code. please advise. ``` Counter increments smoke test: ══╡ EXCEPTION CAUGHT BY FLUTTER...
The node dragging was one of my favorite parts of the original d3 force graphs. See example here: http://bl.ocks.org/norrs/2883411 ````html .link { stroke: #ccc; } .nodetext { pointer-events: none; font:...