admin

Results 7 issues of admin

### Describe the bug using shadcdn/form in Astro based website throw warning in console Note: [code sandbox](https://codesandbox.io/p/devbox/a-for-astro-93rcs3?file=%2Fsrc%2Fcomponents%2FHome.tsx%3A101%2C18) taking refremce from [this form document page ](https://ui.shadcn.com/docs/components/form) ```sh Warning: React does not...

bug

with - typescript v 5.4.5 - enquirer v 2.4.1 using it for typescript file and require is not supported so used as below ```js import pkg from "enquirer"; import semverPkg...

With - Nodejs v 22.0 - inquirer v 10.1.8 - ubuntu v 24.04 - typescript v 5.4.5 - having `"type": "module"` in _package.json_ - file name : _/bin/ask.js_ ```js import...

clone the repo and started to run[ first tutorials](https://github.com/anthropics/courses/blob/master/prompt_engineering_interactive_tutorial/Anthropic%201P/00_Tutorial_How-To.ipynb) in vscode after setting the anthropic API KEY on place but it keep faling ; tried to get help from github...

VS code v 1.104.0 OS: Ubuntu24.04 Tried this on Ubuntu24.04 , extension installed and add the settings as suggested in `.workspace` file as below ```json "folder-path-color.folders": [ { "path": "frontend",...

this is not working ;even on your own repo see so is is not active or will be active?

I have installed the package in `pyproject.toml` as below ```toml [tool.poetry.dependencies] streamlit = "^1.49.0" streamlit_mic_recorder = "0.0.8" streamlit-audiorec = "0.1.3" ``` and using as below ```py from st_audiorec import st_audiorec]...