Filipi Zimermann

Results 10 comments of Filipi Zimermann

You need a stacked bar chart See a @paviad example here: https://stackblitz.com/edit/ng2-charts-bar-stacked-example

Line tension is not color related. Use dataset instead.

I'm facing the same issue. Is there any way to "distribute" without code signing the application. I don't want to buy a $99 certificate.

Hi Jonathan! Bellow you can see my config. My tasks are executed daily, to check if users didn't forget to insert some data in one of our softwares. So.. 1....

it is described in the test example: https://github.com/rest-nvim/rest.nvim/blob/f96edb54a2940322bc7ed81a1031be04db7d3a99/tests/reqs/script_vars/script_vars.http#L9 it will not save the variable to the file. it will set the variable to vim.env so you can use it. if...

It's working for me. I'm storing JWT tokens in my cases, they are quite long. If there is any limitation on `nvim.env` vars it may be detailed on nvim help...

I really enjoyed the current solution, @NTBBloodbath. Although I miss the possibility to run a script before the curl request is executed. I have a use case where I have...