Thomas Cheng

Results 35 comments of Thomas Cheng

Thanks for your prompt response @beomseoklee . I understand that it supports the legacy Thumbor style URLs, but reading some previous issues it doesn't seem to be quite fully supported,...

I also wanted to mention that the current "hashed" URLs are creating issues for my Javascript components. My javascript component is a "file uploader", and after uploading, it will read...

@beomseoklee Thank you very much for your prompt implementation of a beta. Really appreciate it! To be frank I haven't yet had a chance to try it out. But I...

@beomseoklee Sorry maybe I wasn't so clear on my question. The original topic in this issue was related to have some sort of "common interface" (regardless if it were Thumbor...

> Thanks for you guys comments all. > I've created a beta version which can include query strings on URL. > > * Template URL: https://solutions-features-reference.s3.amazonaws.com/serverless-image-handler/v4.2.1-beta.2/serverless-image-handler.template > > The supported...

@beomseoklee Thank you very much! That seems to work. Btw, is it _really_ not possible to make the "filter=" "filter[0]=" and "filter[1]="instead? (actually, supposedly should also work when writing "filter[]=")...

FYI this is what I've done 2 years ago. ``` checkAll.prototype.init = function() { this._checkChildren(); var plugin = this; this.$el.on('change', function(e) { var $children = $(plugin.options.childCheckboxes, plugin.options.container).not(plugin.$el); // 2015/9/5 modified...

Would this be added into the set shortly? The example is shown in the material guidelines site, seems reasonable to include this into the set. Please let me know. Thanks!

Thank you very much for your quick response. No I'm not really under a limited environment, but we do web development for a number of clients so these cases need...