Jack Wilsdon

Results 35 issues of Jack Wilsdon

I thought I'd open an issue here to discuss thoughts on using a bundler such as [webpack](https://webpack.js.org/) to bundle up the JS and CSS into a single file, meaning we...

It seems like I can't even start up the `codenames` server if there aren't 20 images in the assets folder, but this doesn't really make sense if I can specify...

It'd be nice to be have Travis attach compiled binaries to releases, so that they can be downloaded without having to be built by the end-user. We should build for...

enhancement

This should be done after Travis has run it's tests, and can be done at the same time as #9.

enhancement

Not quite sure how we'd implement this yet - we'd probably need a whole separate `GenerateSVG` method, as `GenerateImage` returns an `image.Image`.

enhancement

Currently the `Generate` and `GenerateImage` methods accept arguments specifying whether or not the image should be mirrored on the X and Y axis, but it is hard-coded to mirror only...

enhancement

It'd be nice to have this as the default - maybe generating images with a "1 block" margin like so (1px border added to clarify margin); ![Example image](https://user-images.githubusercontent.com/1843197/47400424-01e7b100-d735-11e8-9597-8a54f03c3a5c.png) This does...

enhancement

I'd appreciate it a lot if the [Gradle](http://gradle.org/) icon was included in devicons. Here is the icon: ![gradle](https://cloud.githubusercontent.com/assets/1843197/10263203/bb9a1904-69dc-11e5-9653-bb392c8e4685.png)

I'm experiencing an issue with compiling xtensa-lx106-elf with newlib as the standard library, as I am receiving the message "Newlib does not support CPU xtensa" whenever I run `ct-ng build`....

If I have a CSS animation that plays on page load, it does not play even after a delay. Here's an example: ``` html POC body { animation: fade-in 1s...

investigation-needed
bug