Andreas Palm

Results 32 comments of Andreas Palm

@daveworth if this is in interest of you, feel free to take this PR over. We decided to go another route, and with another lib. I'll leave this open but...

> @hassaans I use a ternary operator to check if there's an error, and if there is I cast the object to the correct type. For example, `errors.memebers[i] ? (errors.members[i]...

> Remove StrictMode works fine for me Yup, strangely this solved the issue for me as well :thinking:

I get this warning message when running without strict mode ``` componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move data fetching code...

I solved my use case by wrapping the client struct like this. ```go type SudoClient struct { *goph.Client sudoPassword string } func (s *SudoClient) SetPassword(password string) { s.sudoPassword = password...

Would love to see this supported, any input on what we need to do in order to get this implemented? @alexpetros

> My impression is that owner of this repo has no interest in merging my fork. A quick glance at your fork #1191 shows that it currently has merge conflicts,...

Any updates on this? This would be such a helpful feature to keep track of things and ensuring your dev environment works as intended across machines, thanks for your hard...

I have implemented a lockfile mechanism that works for my use case, hopefully this is to some help for people waiting here https://github.com/zapling/mason-lock.nvim

> Can you elaborate why you would like to customize the source names? I'd like to be able to easily fetch all the diagnostic sources attached by `nvim-lit` and call...