Luis Monsalve

Results 53 issues of Luis Monsalve

I use this arquicteture of redux in my projects and is awesome, but how you handle the post, update or delete request. when you do a post request and need...

in the documentation of redux, the say normalize the state is better than have a nested state this is an example of one state normalized from [documentation of redux](https://redux.js.org/tutorials/essentials/part-6-performance-normalization) ```...

### Suggestion Hello i want to modify the qwik eslint rules so i can have a custom eslint than fix my needs but i dont see where is the doc...

COMP: docs

### Which component is affected? Qwik Rollup / Vite plugin ### Describe the bug i am importing some mixins and variables in main.scss but i get this error in my...

bug
triage

This is mi setup of neovim and currently i am using `'ahmedkhalf/project.nvim'` for load projects with telescope ```lua dashboard.setup({ theme = 'hyper', config = { packages = { enable =...

i am trying to change the directory whit a function in alpha nvim what i want is this ```lua local function open_project(project_path) require('telescope').extensions.projects.change_working_directory(project_path) end ``` i want to change the...

- https://eslint.org/docs/latest/use/configure/configuration-files-new - https://eslint.org/docs/latest/use/configure/migration-guide#start-using-flat-config-files

enhancement

Please add an example in the readme so people can see how it looks after installint and configure this plugin

#### Current Behavior this is normal home directory ![image](https://github.com/starship/starship/assets/70770072/cb3176b2-666d-4f9a-8373-0889cda56f10) truncate working well ![image](https://github.com/starship/starship/assets/70770072/bf7be111-a8c5-4705-8110-f873217632cd) but when i use one directory of `directory.substitutions` ![image](https://github.com/starship/starship/assets/70770072/7efadfdb-8528-422b-b06f-f7347a363b31) The home icon is still there, the home...

🐛 bug

Basically it would be nice if it could be possible to combine properties, this more for making more style or format options going like this for example i want to...

✨ enhancement