Mufasa🦁
Mufasa🦁
Hey folks, This is the first section of the Arabic translation, awaiting your feedback/review. Aside from the technical terms, it's very difficult to have it in the same style/format because...
# 🙋 Documentation Request Hello, I'm trying to checkout picker menu but clicking on throws the following error (screenshot of error in console). ![Screen Shot 2022-06-07 at 9 52 55...
Hello, Is there a way to ignore imported css files. I've tried the following but it doesn't seem to work :( ```css /*styles.css*/ /* purgecss start ignore */ @import "~react-datepicker/dist/react-datepicker.css";...
Trying to implement #75 (to the best of my knowledge/understanding). I made `shouldFail` return array of violations instead of boolean. ``` shouldFail?: (violations: axe.Result[]) => axe.Result[]; ```` Users can filter...
### Description When I pass `string[]` to `size` like this `` it works (renders different sizes depending on screen size (as codesandbox link shows) but TS complains (screenshot) ![Screenshot 2023-10-18...
### Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library ### Describe the bug unable...
### Describe and reproduce the Bug - merely installing maplibre and adding it to `app.json` causes `expo-web-browser` to hang on release builds - it seems to only happens on `iOS...
fixes #780 Couldn't write tests for it as all the tests use `.inject` which doesn't help here.
```ts import { Input } from '@cliffy/prompt/input'; const result: string = await Input.prompt({ message: 'which directory?', files: true, default: '/some/path', }); ``` https://github.com/user-attachments/assets/b5f8d2ca-d8a6-4f5b-a53c-3acebc12e3e4 [link to sample](https://github.com/mwmcode/deno-cliffy-files-input-issue)