Mike Robinson

Results 40 issues of Mike Robinson

I think it would be good to add a function to get the currency name as well as the symbol. Maybe add a `getNameFromCurrency` function that would return the name...

According to https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/, "It’s generally a good idea to avoid [using if] if possible", so I have updated the code accordingly. Also, if we don't set the Host header, $_SERVER['HTTP_HOST']...

My seafile-ignore.txt in the library's root directory contains the following: ``` .directory* *.kate-swp laravel/*/storage/logs/* laravel/*/storage/framework/cache/* .well-known/* */node_modules/* */.next/* */.cache/* ``` However I am getting these errors: ![image](https://user-images.githubusercontent.com/901732/221646128-755f2350-1754-4e01-aa02-55669e27fd58.png)

The examples on the page http://react-component.github.io/menu/ and main documentation are outdated. The `openAnimation` property is no longer supported and produces the following warning: > Warning: Object type of `openAnimation` is...

I work at home and at work and in both places I need my templates files, and I need changes that are done in one location to be applied to...

help wanted

It would be great if the groups could be hierarchical (nested) instead of flat. This would make managing large numbers of templates significantly easier since horizontal space runs out very...

I suggest adding a search function to find a template.

## Feature request ### Timeline: ![image](https://github.com/radix-ui/primitives/assets/901732/62ff0ba3-1ed8-4194-a1e1-5a4ee356ced1) ### Stepper Horizontal: ![image](https://github.com/radix-ui/primitives/assets/901732/e1d6389b-b2a5-4d82-b61d-01adc317bef8) Vertical: ![image](https://github.com/radix-ui/primitives/assets/901732/eded8767-d05a-4cdf-b277-f9bd34e720e2) I'm including both of these in the same feature request since visually they are pretty similar, so would...

Type: New Primitive

**Describe the bug** Modal content is truncated at the top on medium displays with long content **To Reproduce** I have the following modal: ```jsx Header List item List item List...