Filip Vavera

Results 10 issues of Filip Vavera

Is it possible to add `credo` checker to the Elixir lang same as `flake8` for Python?

syntax checkers

Hi, thanks for awesome library - I love using it on all of my projects. I wolud like to report my Elixir logs to the ElasticSearch which uses "[Elastic Common...

I am getting these warnings: ``` WARNING: It appears that a required development package 'libssl-dev' is not installed. WARNING: It appears that a required development package 'make' is not installed....

I noticed there is no mention in the NIP about the validation process. Is it intentional? I recognize that bad-faith relay or client might intentionaly publish non-valid signatures so nobody...

I have installed Star Citizen and it is running fine but I don't have any audio from the game. Weirdly enough I get the audio from the launcher but not...

I have just received new Pinephone Pro, installed Tow-Boot as instructed and then I have tried to boot the installer image from the SD card. Hold down the volume down...

Hi, I am fairly new to Nix and I was setting up my Elixir dev env. It was quite hard for me to find how to specify exact versions of...

Add `Domainatrex.tld?/1` to check whether a string is a public suffix

My git workflow is that my "main" repo is bare and for each branch I have separate worktree like this: ``` project/ # bare repo ├── .git/ ├── master/ #...