Pascal Polleunus
Pascal Polleunus
**Python** ``` todohighlight.include: [ "**/*.py", "**/requirements/**/*.txt" ] todohighlight.exclude: [ "**/.venv/**" ] ``` **Markdown, reStructuredText, TOML, YAML** ``` todohighlight.include: [ "**/*.md", "**/*.rst", "**/*.toml", "**/*.yml", "**/*.yaml" ] ```
Ability to open any diff file and visualize it side by side.
In [createReducer](https://github.com/FortechRomania/react-redux-complete-example/blob/master/src/app/state/utils/createReducer.js), why 2 nested functions instead of just 1? Why `(initialState) => (reducerMap) => (state = initialState, action) =>` instead of `(initialState, reducerMap) => (state = initialState, action) =>`?...
**Version:** `1.0.0-alpha.1` ### Error ``` Error in ./node_modules/sanity-super-pane/dist/index.esm.js Module parse failed: Unexpected token (159:30) You may need an appropriate loader to handle this file type. | | for (const publishedDocument...
It would be great to integrate asset sources plugins (like [Asset source for Unsplash](https://www.sanity.io/plugins/sanity-plugin-asset-source-unsplash)). To be able to upload an asset via that plugin. And ideally to automatically encode the...
`nvm.sh` is messing up with the output of `env`… and I guess not just the output. I've this configured: ``` export NVM_DIR="$HOME/.nvm" NVM_HOMEBREW=$( brew --prefix nvm ) [ -s "${NVM_HOMEBREW}/nvm.sh"...
Please allow to see all the commands coming from a given extension. And/or in "show all commands", allow to clearly identify from which extension a command is coming. **Accessibility:** *...
Please allow to delete duplicate lines matching them in a case-insensitive manner.
### What feature or new tool do you think should be added to DevToys? Allow to select the color code of a palette. ### Why do you think this is...