Luis Monsalve
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...
### 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...
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
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  truncate working well  but when i use one directory of `directory.substitutions`  The home icon is still there, the home...
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...