Krzysztof Grabania

Results 23 comments of Krzysztof Grabania

@amyblais on Xubuntu, Mattermost 4.7-rc2 does not show channel name in application title at all. There is only "Mattermost Desktop App" in title. Later I will try it on Windows...

Windows installation has the same application title, no matter of which channel is selected - Mattermost Desktop App. To be honest I kinda liked seeing what channel I had open,...

@kupoback check #136, you can also use it as patch in composer.json

@goodbytes-gb When WordPress is formatting code, before or after parsing shortcodes?

@goodbytes-gb This is a list of all default filters for the_content: - add_filter( 'the_content', 'wptexturize' ); - add_filter( 'the_content', 'convert_smilies', 20 ); - add_filter( 'the_content', 'wpautop' ); - add_filter( 'the_content',...

@PayteR This is how Gutenberg post looks like: https://github.com/WordPress/gutenberg/blob/master/post-content.php. There is no need to additionally parse it.

https://github.com/Dartui/corcel-woocommerce This is very early attempt for WooCommerce integration and I am still working on it. You can actually create with this plugin something like this: ![obraz](https://user-images.githubusercontent.com/2657856/29743549-19fc3538-8a95-11e7-8b5a-7caa8f33c14d.png) ![obraz](https://user-images.githubusercontent.com/2657856/29743553-2a9e60fa-8a95-11e7-9352-9bb9234a8117.png) Now in...

@jgrossi thanks! I am going to push some commits today 😃

@ravdeepsingh22 [corcel/woocommerce](https://github.com/corcel/woocommerce) is in stable version since few months

You should use [Sheets API v4](https://developers.google.com/sheets/) instead of this repository. It works very well and have much more features than this one.