Marcos Passos

Results 52 issues of Marcos Passos

Any chance of implementing [phpcommon-comparison](https://github.com/marcospassos/phpcommon-comparison) in this library to provide a more standardized comparison method?

This plugin currently does not support specifying a package type: ```json { "type": "composer-installer" } ``` @beberlei would you consider accepting a PR that add supports for such feature?

This plugin currently does not support specifying binaries: ```json { "bin": ["bin/my-script", "bin/my-other-script"] } ``` @beberlei would you consider accepting a PR that add supports for such feature?

We have a use case where we need to get a value by its index. In that sense, I'd like to suggest introducing a function `at/get(iterable $iterable, int $index) :...

It's pretty common for time-series data to have partial periods, e.g., selecting a period from June 15 to September 15. Nivo currently distributes the ticks equally, so you have no...

### Current behavior Selecting/unselecting an item isn't announced in a multi-select combobox: https://user-images.githubusercontent.com/943036/180036220-b6de0b5c-3414-44de-afc9-9ebcaffb300b.mov Related: https://twitter.com/marcospassos/status/1549773404147957762?s=20&t=mn3gcKFknwcbvJmjwZZ9aw ### Steps to reproduce the bug 1. Open sandbox: https://codesandbox.io/s/focused-panini-okjx5b?file=/src/select-combobox.tsx 2. Select and unselect an...

good first issue
has workaround
examples

### Current behavior When opening a combobox, the initial announcement get's truncated https://user-images.githubusercontent.com/943036/180036878-68199c50-bac6-4dd0-aecd-40dcf5eb4ac3.mov ### Steps to reproduce the bug 1. Open the sample: https://ariakit.org/examples/select-combobox 2. Turn the Voiceover on 3....

potential bug
has workaround
examples

### Current behavior When passing `accessibleWhenDisabled` items aren't marked as disabled, which leads to subtle bugs (i.e., expanding an accordion disabled). ### Steps to reproduce the bug 1. Open sandbox:...

good first issue
pr welcome
docs
stale

### Current behavior Removing a composite item makes the whole composite becomes not focusable anymore https://user-images.githubusercontent.com/943036/181102941-b5cf4744-e300-4957-9e52-3777ea16948e.mov ### Steps to reproduce the bug 1. Open sandbox: https://codesandbox.io/s/epic-hertz-skqg7t?file=/src/style.css 2. Click to remove...

feature
docs
not stale
has workaround

### Description An example showing how to keep the matching item selected would be helpful. ### Requirements - Type a value that matches one o the available items - Show...

examples