Jany Martelli
Jany Martelli
I think that having an optional $token param, in all the methods that may require it, would be awesome (eg. in a db-based app, with Instagram data->site registration and various...
{ "resource": "\\node_modules\\bootstrap-less-port\\less\\_tables.less", "owner": "_generated_diagnostic_collection_name_#1", "severity": 8, "message": "error evaluating function `each`: error evaluating function `theme-color-level`: Cannot read property 'name' of undefined", "startLineNumber": 101, "startColumn": 1, "endLineNumber": 101, "endColumn": 1...
@mediafreakch would you be up to make a pull request to a Visual Studio Code [extension](https://github.com/refgd/easy-complie) (a compiler for sass, less etc.), to allow for native import as reference of...
Hello! Was wondering if you have plans to update this library or fix issues? If yes, there's a bug when opening a modal: the source html is destroyed and moved...
We need to customize the receipt content in various parts. Some parts are purely html/classes, others are the items' values (eg. Donation Title) or extracting specific data from the donation...
I get an endless booting loop on my 6s. Didn't happen with previous checkra1n version though (upon first jailbreak). It has, however, always happened if I switched off the phone,...
Would you be able to add a (small / minimal) volume bar too (even just on hover)? That's literally the only thing I keep opening Spotify for. I'm using Spicetify...
I used the Woo filters `woocommerce_product_get_sale_price` and `woocommerce_product_variation_get_sale_price`, to dynamically set a price for FB, but you have made quite a few undocumented changes in the plugin recently. So these...
``` easysass.compileAfterSave: enable or disable automatic compilation after saving easysass.formats: specify extensions and formats for exported files. easysass.targetDir: define target directory for generated files. easysass.excludeRegex: exclude files from compilation with...
As JS, this is what I have: `../wp-includes/js/jquery/jquery.js?ver=1.12.4` `..wp-includes/js/jquery/ui/datepicker.min.js?ver=1.11.4` `../plugins/contact-form-7-datepicker/js/jquery-ui-timepicker/jquery-ui-timepicker-addon.min.css?ver=4.7.5` Then: ``` jQuery(window).load(function () { jQuery('#res_date').datetimepicker(); }); ``` Finally, my shortcode in the form: `[datetime your-date id:res_date date-format:dd/mm/yyyy time-format:HH:mm first-day:1...