Janosh Riebesell

Results 205 issues of 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...

type: bug

`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...

enhancement

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)? ![rust-logo-blk](https://user-images.githubusercontent.com/30958850/159783942-5fed31b1-402b-4c2d-a81a-f970d18bc9b5.svg)

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. ![export-plot](https://user-images.githubusercontent.com/30958850/83324354-06efd900-a265-11ea-8d06-78faffb32f81.png)

bug
papercut :drop_of_blood:
interactive-window

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...

feature-request

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?