Jakub Chodorowicz
Jakub Chodorowicz
I've just hit the same problem. Previously temp hack fix works. In standard JS + jQuery: ``` $pjaxContainer.on('pjax:beforeSend', () => { $('video').each(function() { this.pause(); this.src = ''; this.load = '';...
Still, it would be nice to have similar capabilities (e.g. easily add prefix emoji) when styling both external and internal links.
Would be great! It's probably only feature I'm missing in ClipMenu.
I've checked it and `force: true` seems to work (although I don't understand why, I was thinking it would force px sizes on devices which support viewport units). I've fixed...
So, one problem I've faced were issues `compdef` `compinit` which were not loaded. ``` /https-COLON--SLASH--SLASH-github.com-SLASH-g-plane-SLASH-pnpm-shell-completion/pnpm-shell-completion.plugin.zsh:91: command not found: compdef ``` It seems loading plugin with defer solves the issue. ```...
In total three sample questions are broken due to same issue (binning on age custom column). - Orders by source per age group - Revenue per age group - Product...