Donovan So

Results 8 comments of Donovan So

bump, same issue on mac

Also, there isn't clear instructions of how to set up an offline database? e.g. where should I put the downloaded .json file? Thanks!

API-wise should be simple, we can simply take a warm_start parameter that defaults to False. [sklearn](http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html) does this. For example: ``` algo = SVD(warm_start=True) algo.fit(data) algo.fit(more_data) ``` For algorithms that...

Bump. I'm particularly looking into how `vscode://` can open a vscode extension. - The interface for the protocol url is defined [here](https://github.com/microsoft/vscode/blob/main/src/vs/platform/url/electron-main/url.ts) (with some inline comments) . - The actual...

When I only installed storycap, it used the Chromium executable installed on my mac (`/Applications/Google Chrome.app/Contents/MacOS/Google Chrome`) and I ran into the same problem as you. However, when I installed...

Why not something like `pip install -r requirements.txt`?

Possibly related to https://github.com/bricks-cloud/bricks/issues/76 and https://github.com/bricks-cloud/bricks/issues/77. If the Figma design has [text styles](https://help.figma.com/hc/en-us/articles/360039957034-Create-and-apply-text-styles) and [fill styles](https://help.figma.com/hc/en-us/articles/360039820134-Manage-and-share-styles) set up, we can automatically create tailwind config with global variables.

Hey @shadcn ! What do you think about potentially adding this as a component? I know you're probably busy with the recent charts release, so I'm happy to take on...