Howard Gil
Howard Gil
Assuming it was meant to be mdb for mindsdb ## Description Please include a summary of the change and the issue it solves. Fixes #issue_number ## Type of change (Please...
Current code is not directly copy-pasteable as-is because "container-name" throws Error response from daemon: No such container: container-name Given that the docs are written for complete newbies, it's not clear...
Clicking any level causes oh my git to crash Macbook Pro 16 inch 2021 M1 Pro 16GB macOS Ventura 13.5 (22G74)
The 650px/700px width of the chat messages is defined in each individual chat message but it'd be better defined in one place, the container. Currently ``` ``` Desired ``` ```...
I understand LLM Extract is in alpha and Get Code is likely nondeterministic so feel free to ignore. But this is what it gave me: Which was missing a closing...
` "scripts": { "watch:chrome": "webpack --config webpack/webpack.chrome.dev.js --watch", "build:chrome": "webpack --config webpack/webpack.chrome.prod.js", "watch:firefox": "webpack --config webpack/webpack.firefox.dev.js --watch", "build:firefox": "webpack --config webpack/webpack.firefox.prod.js", "watch:figma": "webpack --config webpack/webpack.figma.dev.js --watch", "build:figma": "webpack --config webpack/webpack.figma.prod.js"...
`docker run --gpus all -p 8000:8000 segment-anything` throws the following error `docker: Error response from daemon: No command specified.` I'm sure there's an obvious command to add to the end...
General nit, why are the docstrings mis-aligned with the triple quotes? I'm seeing: ``` def foo(): """ stuff stuff stuff """ ``` vs. ``` def foo(): """ stuff stuff stuff...