Janosh Riebesell
Janosh Riebesell
My builds appear to be crashing due to a symlink supposedly not existing: ```sh 10:01:19 AM: > ENOENT: no such file or directory, stat '/opt/build/repo/site/static/assets' ``` [It points from one...
`pip install` appears to be broken. This used to work after #1417 and #1419: ```sh pip install git+https://github.com/jay0lee/GAM.git#subdirectory=src ``` It now errors: ``` Building wheel for pyscard (setup.py) ... error...
I'm having trouble using this package with SvelteKit. Listing `algoliasearch` as `svelte-algolia` dependency and then attempting to import the latter leads to: ```sh [vite] Error when evaluating SSR module /node_modules/.pnpm/[email protected]/node_modules/algoliasearch/lite.js?v=f431d156:...
Thanks for compiling this! How about adding [Rust](https://www.rust-lang.org)? 
Full warning: ```py site-packages/jarvis/core/graphs.py:158: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to...
Would be cool if the export plot interface retained the last selected file extension. For me it always reverts back to PDF. 
Would be nice if the description field for new PRs supported the same keyboard shortcuts as textareas on GitHub. In particular, I'm missing the ability to hit cmd + e...
I'm trying to use `skopt`'s `gp_minimize` to find the optimal combination of layers and nodes per layer of a neural network. Is there a better, more efficient way to do...
I duplicated one of my content types in order to change its id and am now trying to update references from the old to the new type: ```js export async...
Nice work! Any plans to implement `svelte-tiny-virtual-grid` or perhaps advice on how to go about that?