Clumsy-Coder

Results 15 issues of Clumsy-Coder

I'm currently trying to figure out how to get lsp suggestions when accessing a member of a loaded file for Astronvim user configs Ex: viewing cmp contents of `~/.config/nvim/lua/user/icons.lua` using...

question

just like **[LINK](https://github.com/anishathalye/dotbot#format)** directive, there should one for running individual commands for SHELL directive. Ex: ```yaml - shell: - command: apt update && apt upgrade -y if: lsb_release -i |...

Is there a way to exclude certain commit types from showing in changelog. This is not the same as processing the same commit types to determine if semantic-release should bump...

Solves the issue of Typescript not finding the named environment variable import from the npm package. Solution obtained from https://github.com/zetachang/react-native-dotenv/issues/76#issuecomment-585171009

is there a way to use custom commit types? Ex: `dep-add(npm): :heavy_plus_sign: add cz-emoji npm package` `config(semantic-release): :wrench: add @semantic-release/analyze-commits plugin` dep-add(npm): :heavy_plus_sign: add cz-emoji npm package config(semantic-release): :wrench: add...

It provides instructions on mocking the redux-persist library when tests are being run. check issue https://github.com/rt2zz/redux-persist/issues/1235#issuecomment-671454538

I'm trying to use another plugin https://github.com/MunifTanjim/tmux-mode-indicator to display current tmux mode with the current `status-right`. It seems tmux-gruvbox to be overriding the custom config. Config: ```tmux set -g status-right...

enhancement

It'd be nice to generate changelog as well along with release notes kinda like https://github.com/semantic-release/changelog

enhancement

## what - Run shell command conditionally (optional) - Update README docs ## how - the shell directive will check if the 'if' property is available. - If it is,...

I'm trying to use middleware for protecting routes, but when running the NextJS, it returns an error ![image](https://user-images.githubusercontent.com/19594044/190460513-0d5ab158-c79b-4364-a48d-99f9fbbb9e6a.png) NOTE: the middleware is not being used as a edge function. ONLY...