Colin Viebrock

Results 23 issues of Colin Viebrock

I'm not sure if this project is maintained anymore, but a nice feature for building playlists (especially for workouts) would be to limit the tracks to a certain tempo or...

I've used `pwa-asset-generator` to create icons for PWAs, but I'm now using [Ionic](https://ionicframework.com/) and [Capacitor](https://capacitorjs.com/) to create "native" apps. There are a few packages out there to help create the...

feature request

I've used cvsdedupe to try and match up a list of ~77,000 unmapped entries to a master list of ~141,000 known things. It worked and has given a list of...

Can you give some tips on make-ing a canvas-only version of the Flash file? I just want to recompile to change the cam dimensions. Thanks!

The docs on the home page don't make it clear. I thought you only needed to edit the src/jscam.xml file if you wanted to recompile the Flash for a new...

Just wondering if you've looked at the vertical-rhythm settings since BS3 was released. I know that they've changed some of their .less files and class names, and added some new...

`npm install grunt-tidy-annotations --save-dev` returns: ``` npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/grunt-tidy-annotations npm ERR! 404 npm ERR! 404 'grunt-tidy-annotations' is not in the npm registry. npm...

I've been researching ways to inline SVGs into my Twig templates. One suggestion was to use Twig's [source](https://twig.symfony.com/doc/2.x/functions/source.html) function, which returns the content of a template without rendering it. However,...

I'm not sure if this is the same issue as #174, but I'm trying to use the `route(...)` function in my views in a Lumen application. I followed the instructions...

I was trying to precompile my templates using `php artisan optimize --force` on a staging server before deploying to the live server. However, I noticed that the full path name...