Damian Kaczmarek

Results 46 issues of Damian Kaczmarek

Do you think Font-Awesome-SVG-PNG should try to put icons in a square by adding padding or keep it faithful to the original sizes? For example http://fontawesome.io/icon/building/ and http://fontawesome.io/icon/building-o/ have a...

Running Node 4.4.2 and latest bluebird.3.3.5. ``` js 'use strict'; let Promise = require('bluebird'); Promise.longStackTraces(); function sendPing(cb) { cb(); } let promisifiedSendPing = Promise.promisify(sendPing); function pingLoop() { return promisifiedSendPing() .then(pingLoop)...

bug
3.0.0

Have you done any comparisons on server-side performance vs other solutions like slim?

The wrong piece of code is here: https://github.com/lynndylanhurley/ng-token-auth/blob/master/src/ng-token-auth.coffee#L226 I think it should be done like this: https://github.com/lynndylanhurley/ng-token-auth/blob/master/src/ng-token-auth.coffee#L603 A sample case where rails emits a different reason is here: ``` {"success":false,"errors":["A...

Generally using runtime dependencies is a good strategy. Unfortunately I have a single package for which I use a github repo as the version specified. In order for the package...

`ts-node` is used to build the code but not in runtime and yet this plugin finds it as a dependency. ``` GPJWP: Found external module: external commonjs "ts-node" ``` I...

Basically the icon stays as it is shown on the image: http://x.rushbase.net/02dc090a4ba6f0c44e83976687c00da33d24ad4f/screenshot.png

AppInd

I compile my server-side code to .cjs files. I was surprised to find the bundle analyzer view to be completely empty. After debugging it turned out that .cjs filename was...

type: Bug
pr_action: Rebase
semver: Patch

Let's say we have 10 containers based on the same image. Upon update watchtower will: - stop and remove all containers - re-create all containers This causes downtime of N...

Type: Enhancement
Priority: Medium
Status: In Progress