Jakub Bogucki

Results 6 issues of Jakub Bogucki

Currently to check and immediately show notification you have to do something like that: ```javascript const notifier = updateNotifier({ pkg: packageJson, callback: (err, update) => { if(update && update.type &&...

### Installation and Testing ```bash # install yarn global add generator-chisel@next # or npm -g install generator-chisel@next # after installation global chisel command should be added # go to empty...

We would like to have simple way to quickly setup new users or people not familiar with Chisel. We need some kind of cross platform simple solution that would set...

enhancement

Hey, I'd like to document proposed integration with Pantheon ## Specification ### Custom Upstream Pantheon's [WordPress upstream](https://github.com/pantheon-systems/WordPress) is not compatible with with [Nested Docroot](https://pantheon.io/docs/nested-docroot/) (Pantheon's feature allowing serving files from...

enhancement

https://github.com/pantheon-systems/WordPress/blob/215de666b100fc08ce3ceb26b44242c19548d004/wp-content/mu-plugins/pantheon/pantheon-page-cache.php#L278 https://github.com/pantheon-systems/WordPress/blob/215de666b100fc08ce3ceb26b44242c19548d004/wp-content/mu-plugins/pantheon/pantheon-page-cache.php#L289 Pantheon plugin is currently using `max-age` directive for setting cache duration. This is problematic when configuring long TTL, for example in combination with Pantheon Advanced Page Cache plugin....

Hello, the title explains it all 😄 Reproduction 1. Install WP with WPGraphQL plugin and this plugins 2. In GrahpQL settings Set Cache-Control max-age to non 0, positive value 3....