T-vK

Results 440 comments of T-vK

I think I wrote it 3 years ago and I never had to change it. In fact I'm tracking packages with it at this very moment. I would say the...

You can upload binaries when creating a release. Take a look at this article: https://blog.github.com/2013-07-02-release-your-software/ My advice: Only put source code in the git repo, set up a CI service...

> What do you think of burning "glyphs.bson" out of the repo history and replacing it with a "glyphs.txt" file containing the database rows, with one line per row? Yes,...

I figured out a way in which I could write a simple script to generate images like this from all the SVGs: ![test](https://user-images.githubusercontent.com/11368523/44736534-cbecce80-aaef-11e8-975b-39b11a7dd073.png) Any ideas how to make the text...

The force-based layout sounds like a cool idea, but it would take me too long to implement that. I think it would be fine to have the numbers actually touching...

I found some more time to work on this. What do you think is better? (I found the one with the white white to be way more readable at smaller...

> This is pretty simple actually. > > [This code](https://github.com/florianholzapfel/express-restify-mongoose/blob/master/src/operations.js#L204), becomes: > > ```js > const cleanBody = depopulate(req.body) > > if (options.updateDeep) { > cleanBody = moredots(cleanBody) > }...

This is how i worked around it: ``` bash sudo dnf install make automake gcc gcc-c++ kernel-devel python3-virtualenv -y && \ npm i dalai --ignore-scripts && \ sed -i 's/this\.exec("apt[^"]*"/this.exec("echo"/g'...