Alexander
Alexander
Hi! I downloaded latest dist for mac v1.17, cloned samples from ```docker-slim/docker-slim/tree/master/sample/apps/node``` and built image from Dockerfile ```docker build -t my/sample-node-app .``` When i tried run ```./docker-slim build --http-probe my/sample-node-app```...
Hi, where i can find Sketch template for Skeleton? Thanks!
I've got strange error then try to parse simple equation: ```javascript algebra.parse('(1 - 2 / 1) / -1') algebra-js.js?hash=2231f8b…:29 Uncaught TypeError: Cannot read property 'terms' of undefined at a.convertToFraction (algebra-js.js?hash=2231f8b…:29)...
Hi! I've got error on MacOS 10.14.4, ffmpeg version 4.1.3 (installed from homebrew) and Python 3.7.3 ``` command = [ 'ffmpeg', '-framerate', str(frame_rate), '-s', '{}x{}'.format(width, height), '-f', 'rawvideo', '-pix_fmt', 'rgb24',...