Leonardo

Results 10 comments of Leonardo

## Organização Financeira Pra organização financeira não uso nenhum, por enquanto. ## Organização de tempo Uso um app que chama [Quality Time](http://www.qualitytimeapp.com/) pra saber se fico muito tempo no celular,...

Aproveitando o link com o GitHub, vale a pena fazer um repositório com os exercícios de faculdade que considero os mais interessantes? Não digo os mais simples, mas alguns que...

@mr-sudaca Thanks for the tip, but if i want to use to patch another font, what do i have to change in the makefile? Do i have to change the...

yeah, you may be right, but it's way more complicated a) I couldn't set the `Info.plist` right. I can make the icon show in launchpad, but when I click on...

I guess it's all okay now?

> So symlinking would be: > > ```shell > ln -s ~/.local/share/lunarvim/lvim ~/.config/nvim > ``` > > This will allow neovide to open the config straight from the default directory....

Thanks for the feedback, I'm gonna implement it

And is it possible to pass the other `DATASOURCES_DEFAULT_*` variables as a secret? Like in the example above Because in [secret-env.yaml#L22](https://github.com/passbolt/charts-passbolt/blob/main/templates/secret-env.yaml#L22) it uses the `passboltEnv.secret` directly...

The only "important" vars I could set this way was these ones: ``` extraEnv: - name: DATASOURCES_DEFAULT_PASSWORD valueFrom: secretKeyRef: name: &secret passbolt-config-db-secret key: password - name: DATASOURCES_DEFAULT_USERNAME valueFrom: secretKeyRef: name:...