nitrag

Results 46 comments of nitrag

@TomerAvni Created PR, Please checkout my branch and test. ``` git checkout https://github.com/nitrag/Icomoon.swift.git make install cd ~/Downloads/ icomoon-swift icomoon.zip ``` Then drag/drop into xcode (remove old framework first). PR Pending...

@TomerAvni Sorry, it was on a branch and you I had you pull master. I merged, so now if you do `git pull` again and `make install` you should be...

Docker'ing the application shouldn't be that hard. The real issue is going to be how nginx is configured. The way ansible is installing/running is convoluted and not docker friendly. I...

@mariocesar Right, it's SQLite, but I was thinking recommended for production usage. I agree we should switch early if there is no specific use case for mysql. Can the three...

We need a `.env-template` file that lists all the required environment variables.

EDIT: Outdated, see below.

Ok here is it dockerized: PR https://github.com/benwilber/boltstream/pull/5 ``` git clone https://github.com/nitrag/boltstream.git git checkout dockerize docker-compose build docker-compose up -d docker-compose stop boltstream docker-compose run boltstream python manage.py migrate # collect...

This PR is still a work in progress. I will have more time to spend on this towards the end of the month. On Sun, Dec 13, 2020 at 1:21...

Me personally, I'd want to snap to the left edge.

I've added `type`=`string` as @arrrght suggests but I still get the error 40% of the time: ``` │ Error: Provider produced inconsistent final plan │ │ When expanding the plan...