Srijan R Shetty

Results 34 comments of Srijan R Shetty

> This doesn't look simpler from the perspective of a user or the maintainer. I agree, and I'll keep the design goal of keeping things as simple as possible in...

Considering closing this one as we aren't adding any new modules to core. @belak what's your opinion?

While I don't have a list of open source projects that I've contributed to (employment constraints), I've been using Prezto for half a decade now and would like to contribute...

@sorin-ionescu: Thanks a lot for the invite.

@belak I like the man pages idea, let me see if I can do something about it. Do you propose we have a manpage for each module? Or just the...

Seems very useful and probably could solve #1778 which you raised earlier. There's a lot of merit in having a concise way to include completions and with this change I...

@belak, @jcassee I've faced the same issues and I use the workaround of deleting compinit cache and calling compinit everytime I add a new completion. @jcassee's solution of splitting compinit...

I have custom shortcuts to autocomplete various git entties like tags, branches, hashes using fzf which I invoke using a keybinding of h. The code for the same is here:...

I was able to solve the issue after loading the fonts required using Font.loadAsync as showcased in https://github.com/shoutem/ui/blob/develop/examples/create-react-native-app/App.js. I also cleaned up package-lock.json and node_modules and did a re-install using...

Can we close this isse as solved?