T04435

Results 10 issues of T04435

COUld you guys please, give a direction on how to change them thanks.

enhancement
terminal-cosmetics
user-configuration

**Is your feature request related to a problem? Please describe.** I would like the option to have a expire arg in the .store(key, value, expire?) **Describe the solution you'd like**...

enhancement
needs feedbacks

When I downloaded the files from [ZURB](http://zurb.com/playground/foundation-icon-fonts-3) the preview.html uses size-## classes to change the size of the icons. With the changes, the user can do use of the classes...

Hi according to the docs there is a `Default message` option: ``` - name: send message uses: appleboy/discord-action@master with: webhook_id: ${{ secrets.WEBHOOK_ID }} webhook_token: ${{ secrets.WEBHOOK_TOKEN }} ``` When I...

**Is your feature request related to a problem? Please describe.** No way to solve the fail compliance check **Describe the solution you'd like** When compliance fails on any range(Normal/Large =>...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** After reading [handling failures docs](https://www.inngest.com/docs/reference/functions/handling-failures), I see there is a no direct way to access the failure. I want to...

feature

### Describe the bug When using the init command leaving everything with defaults the output of the aliases is a folder @/components/ui @/lib/utils.ts Instead we should get ~/components/ui ~/lib/utils.ts Think...

bug

What zod fn should I use to make the BarSchema valid? ```ts type Foo = 'foo' | 'bar'; // generated interface Bar { foo: Foo, id: string, } export const...

extend [oneOf](https://github.com/snaplet/copycat?tab=readme-ov-file#copycatoneofinput-values-options) options to include a sequential: boolean this will make the fn get the item from values in a sequential order ```js copycat.oneOf(input, ['foo','bar','baz'], {sequential: true}) for input '2'...