Vincent Wasteels

Results 12 issues of Vincent Wasteels

Hello ! Thanks for the great plugins ! I'm using this on all my projects now :) My situation here, I'm trying to query posts filtering by multiple connection types...

Hello, I have a bug with Firefox only... if I go to : `/some-page`, and scroll to its bottom, and then change page to `/some-other-page` , I land on the...

Hello ! I just installed GM + barcode this way : ``` brew install graphicsmagick npm install --save barcode ``` I'm trying to use it this way : ``` var...

Hello I am dealing with hierchical data, and trying to implement it this way : ``` js var State = require('ampersand-state'); var Collection = require('ampersand-collection'); var Instance = State.extend({ modelType:...

is there any documentation for this ? thanks

Hello, Do you plan supporting javascript based sites ? I'm talking about single page applications. Thank you, Vincent

Hello, Is there a way to test what route I'm showing, example, in my header.php, I'd like to do : ``` php if(is_route('my_custom_routing')) { echo 'menu-active'; } ``` thanks

Hello there, This is my request : ``` const mjSubscription = await mailjet .post("contactslist", {'version': 'v3'}) .id(process.env.MJ_CONTACT_LIST_ID) .action("managecontact") .request({ "Name": user.first_name + ' ' + user.last_name, "Properties": JSON.stringify({ "first_name": user.first_name,...

Hello, Is there a way to ignore accents while highlighting ? ex : ```la pâté c'est bon``` I would like to highlight `pâté` when searching for `pate` Thank you !!!

Hello ! It seems that when adding the html attr disabled="disabled" to a checkbox input, the input is not getting updated, which is correct, but the plugin keeps toggling the...