Forrest Galloway

Results 17 comments of Forrest Galloway

https://github.com/scikit-learn/sklearn-pypi-package Please merge and release: https://github.com/waico/arimafd/pull/4

I have this issue on my Intel Mac as well

Using these [instructions](https://github.com/thetarnav/solid-devtools/tree/5e030e24376ae4d63622d47891bce863357a244b/packages/main#setup), apply the `devtools` plugin to the `vite` key in `defineConfig()` in `app.config.ts` ```ts import { defineConfig } from "@solidjs/start/config"; import devtools from 'solid-devtools/vite'; export default defineConfig({ vite:...

After reviewing the [husky docs for a new hook](https://typicode.github.io/husky/how-to.html#adding-a-new-hook). using `git`'s [`prepare-commit-msg` hook](https://git-scm.com/docs/githooks#_prepare_commit_msg) worked for me. ```sh echo "npx jira-prepare-commit-msg $1" > .husky/prepare-commit-msg ```

I ran into a similar issue, I had deleted Docker Desktop manually and had quite a few dangling symlinks ```console > symlinks -v /usr/local/bin/ | grep dangling dangling: /usr/local/bin/docker ->...

The link provided in the opening comment of this issue is returning a 404. There are other XDG variables that should be mentioned, they are described in links below. One...