jmarceli

Results 28 comments of jmarceli

I'm sorry but that's the first time I'm hearing about Apollo stack. GraphQL backend seems to be a promising solution (now I'm building Rails REST API which makes development quite...

And more. Here is (probably) complete options list (from the source code): ``` borderColour: '#888', borderSize: 4, constrainSize: false, //in pixels the dimensions you want to constrain on constrainType: false,...

First of all many thanks for this plugin. Tell me how (and where) and will try to find some time for docs update.

Thanks that is what I was looking for. I'll try to contribute soon.

As I finished my minimal example for #13 I think I may share it as a reference for other [WP Sage theme](https://github.com/roots/sage) users. Here is my repo and specific example...

This sounds like an useful info for me but it should be somehow separated from base configuration in order not to mislead people. Maybe new section name e.g. Alternative configuration,...

@stevegibbings investigating further it is even easier to `import 'modernizr'` than modify webpack config file. I think that the result is similar but this way if we need it in...

I was having a similar problem. The probable cause is calling `.easyPieChart()` on an element which is not a jQuery object. Maybe you should wait for `$(document).ready(..)` ? (I don't...

Hi @pvdlind, How do you install timeseriesadmin? I assume that this is through Docker then you should be able to select the right image for your platform that is https://hub.docker.com/layers/timeseriesadmin/timeseriesadmin/timeseriesadmin/0.1.13-multiplatform-dev.0/images/sha256-b38a70d59bf26ada83c69e77ba21fdbb1ef9aa31af53db3075d4982c94504aae?context=explore...

Hi @alesancor1 any timeline for publishing this fix? I'm asking as right now I'm struggling with handling async errors :)