alextrastero

Results 11 issues of alextrastero

First of all thanks for the work on this library, it's 💯 We got an issue with `setSpeed` where if we set it before the `play()` it will not work...

### Steps to reproduce 1. with webpack-dev-server started 2. `DEBUG=true ndb jest -c jest.config.integration.js` 3. All tests pass but debugger stays open **Tell us about your environment:** * ndb version:...

enhancement

Currently we have a peer dependency to materialize-css, meaning you need to install the library yourself plus setup the fonts and css. Do you think materialize-css should be included when...

MediaBox component is using querySelector to get the DOM instance, let's use `useRef` hook since it's available.

help wanted
good first issue

Steps to reproduce: ``` Getting started Components ``` Brand is taking same space as first menu item: ![Screen Shot 2019-04-17 at 9 22 02 AM](https://user-images.githubusercontent.com/4152819/56268764-74d55180-60f2-11e9-9bb9-ffd21c591e8e.png) Expected: some margin to be...

### When adding items to `Chip tag`, there should be some way to use this data for example in a form/callback. [Description of the issue] ### Steps to Reproduce 1....

### Describe the bug ![image](https://github.com/nvimdev/lspsaga.nvim/assets/4152819/0c69801e-8f06-4f1c-a769-a6e89894114e) on a symbol, `peek_definition`, then quit with `q`. Neovim exists with error `free(): invalid next size fast` ### Steps to reproduce on a symbol, show...

bug

Passing new props to `rerender` doesn't work, please let me know if i'm doing anything wrong, thx package.json ```ssh "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", ``` hook ```jsx export const useTriggerFocus =...

When I run `Lspsaga code_action` I get: ![image](https://github.com/nvimdev/lspsaga.nvim/assets/4152819/4137fa12-b2f4-492d-a9ee-3ccb969c420e) When I run `vim.lsp.buf.code_action` I get: ![image](https://github.com/nvimdev/lspsaga.nvim/assets/4152819/313a918a-d170-4c5d-829f-c896f3b2e1e7) Is it possible to show lspsaga actions through this telescope plugin?

enhancement