Samuel Marks

Results 251 issues of Samuel Marks

I'm getting a [`ResponseTooBig`](https://docs.rs/mio_httpc/0.8.6/mio_httpc/enum.Error.html#variant.ResponseTooBig) error. I could adjust [`max_response`](https://docs.rs/mio_httpc/0.8.6/mio_httpc/struct.CallBuilder.html#method.max_response), but then my memory usage would increase. Could I instead 'stream' to a file, in chunks relative to speed (speed of...

``` curl -OL https://raw.github.com/toeb/cmakepp/master/install.cmake && cmake -P install.cmake && rm install.cmake ``` on macOS 11.4 (20F71) with cmake version 3.21.2

PS: If you accept it into `master`, update the `README.md` to reflect new version in `master`. PPS: Cleanup after dpkg already happens, see from: https://github.com/tianon/docker-brew-ubuntu-core/blob/be08b705c023aad665973f374d9a94cf0327497e/trusty/Dockerfile#L16 PSS: Pushed it to the...

Looks like this is the standard schema to conform to nowadays. Zotero and others support it. Details: - http://citationstyles.org (also XML) - https://github.com/citation-style-language/schema - http://citeproc-js.readthedocs.io

``` $ cabal update Config file path source is default config file. Config file /home/userm/.cabal/config not found. Writing default configuration to /home/userm/.cabal/config Downloading the latest package list from hackage.haskell.org $...

I wanted users to be able to easily down the map as an SVG, so I added this: ```html Download SVG ``` ```js function downloadSVG() { const container = document.getElementById('container');...

I like the idea of your project, but can't get it to work. Example: ```bash $ js2model -l py service.schema.json ``` ```python Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/mako/lookup.py", line...

Maintaining an old project that uses Pug and everything. Thought to regenerate all the [config, aurelia, package] files and start again, then incorporate all the TypeScript, Pug, HTML, and CSS...

**Discussion thread** Bosh-lite is a great project for getting a development environment up and running moderately quickly. Had to buy another 8GB of RAM for it, and then it only...

Curiously with my GPU neither TensorFlow nor PyTorch work on Linux|Windows, but WebGPU with Chrome on Windows does. Will probably contribute to ROCm to add support, but in the interim...