Vaughn Koch

Results 14 comments of Vaughn Koch

Hey @raix, here's a first draft. ``` Template.registerHelper('$mapped', function(arr) { return _.map(arr, function(item, index) { /* jshint -W053 */ // In this case we explicitly want String to be used...

I was going to open a new issue related to this, but I'll just add it in a comment. I see that force_plot accepts the arg plot_cmap, which can be...

Yup, I'm using comms to send data between the kernel and my Jupyter extension. Using binary buffers would be great, actually. Is there any documentation on how to use them...

Just to add to this - if the jsonmodel is used to produce a jsonschema, and that schema is used to validate json, then nullable does have an effect: if...

@dehlen, @krlol, @JonnyLinja agreed that cleaning & rebuilding works at least to solve the cancelButtonTintColor issue - it looks like FBReactNativeSpec.h is generated on the fly. Cleaning the build regenerated...

Hi, thanks for this beautiful and useful library. Is there a good way to install Weasyprint and its dependencies to reduce the total image size in Docker? It seems that...

The total size using the recommended installs (e.g. libgtk) was more like 1GB, up from a previous non-weasyprint image size of 460mb, which includes python and many other packages. However,...

Ah, I see now. Sorry I missed that. I think I initially saw the 'missing gobject' error (from lack of Pango installation), did some googling, and probably was lead to...

Thanks for this useful package! I agree - dependencies like twilio and nexmo should be optional. This is especially important for docker images, e.g. in my image: ``` 148K nexmo...

Hi, to be honest I don't recall the exact use case since this was 6 months ago. But in general, it would be useful to be able to customize the...