Tanc

Results 62 comments of Tanc

I've managed to get it working by adding the class to my FeatureContext.php as a separately namespaced class and can confirm that the identical DatetimeHandler code placed in a DatestampHandler...

Also seeing this issue and wondering if there is a fix or workaround? It would be very useful to be able to export images properly.

Yes, ‘export as’ and other extensions

I'm seeing this issue too. When re-opening the dialog I see an error "cannot call methods on dialog prior to initialization" when resizing the browser window.

Awesome to hear! I'm just digging around in the code now and happily noticed a decoupled approach using VueJS, something I'm competent with, so once you're at a stage where...

Yes exactly, in testing Coolify this is the most obvious omission. I have decoupled Nuxt generated (static) frontends that are fed with content from Strapi backends. In Strapi the editors...

It needs to be transpiled for IE11 support. Unfortunately I've not had much success. So far I have in `nuxt.config.js`: ``` build: { transpile: [ ({ isLegacy }) => isLegacy...

Am curious, do you have an approach for doing this? I'm evaluating Vue + Drupal and noticed this immediately, that dynamic pages based in the id show an 'unfriendly' id...

Also happens to me when restoring. Sometimes I can move the cursor up and down the vim window and it will kind of grow back to size. Using `:redraw` does...

Looks like adding the following to `.tmux.conf` has fixed it: ``` set-window-option -g aggressive-resize ```