Adan Alvarado

Results 24 comments of Adan Alvarado
trafficstars

Would there be an interest if I add the above example to the `README.md` file?

> Follow conventional commit for your commit msg so it deploys: https://www.conventionalcommits.org/en/v1.0.0/ Would this mean doing an amend on last commit? Something like: ``` git commit --amend -m "feat!: add...

Looks like the order in which the files get loaded get's screwed up and `Her::API.setup` doesn't get run first. I was able to fix it in this really hacky way:...

I was able to solve it by doing require false in the Gemfile, and load the api and the Base on initializer.

I believe this is a documented bug that doesn't work everywhere. It also fails for me in the Terminal app

Only adding the `pg_config` flag didn't work for me. I had to do this instead: ``` gem install pg -- --with-pg-config=$(asdf where postgres)/bin/pg_config --with-pg-include=$(asdf where postgres)/include --with-pg-lib=$(asdf where postgres)/lib ```

You can add your own css to Vimium check this one out: https://github.com/ysjn/vimium-simply-dark ![image](https://user-images.githubusercontent.com/370322/85789541-a6c54900-b6e3-11ea-8c47-b72dffd5c789.png)

Bug confirmed, Pr's welcome :)

> > Unsure, you've set all the potions I had in my config when I used picom. Are your window corners rounded or are they rectangular? > > Yeah. Window...

fixed here: https://github.com/prisma/vim-prisma/pull/12 if you want to take a look :)