Pavel 'Strajk' Dolecek
Pavel 'Strajk' Dolecek
I always have to refer to the Readme to correctly set the custom URL  Partial solution for https://github.com/lukewaite/alfred-gitlab/issues/10 :) Had to change "Enter X and hit Enter" to "Set"...
Right now, there are only actions to level the heading up or down ``` Plug-ins | Markdown Navigator Enhanced | Heading Level down Plug-ins | Markdown Navigator Enhanced | Heading...
Noticed problem with `:`, but maybe there are other characters that break URL detection. Test URL: https://youtrack.jetbrains.com/issues?q=summary:markdown%20sort%20by:%20Votes%20desc 
**To allow this use-case** ```js perform: function (actionImpl, ev) { if (ev.ctrlKey || ev.metaKey) { window.open(url, `_blank`) return false // tell kbar not to hide } else { window.location.href =...
It was added to Reach Portal in 0.17, so I had to also bump it's dependency
### Issue description  e.g. https://github.com/apify/apify-sdk-js/blob/master/docs/examples/cheerio_crawler.mdx?plain=1#L10 Correct destination is https://crawlee.dev/api/cheerio-crawler/class/CheerioCrawler not https://sdk.apify.com/api/3.0/cheerio-crawler/class/CheerioCrawler ### Code sample _No response_ ### Package version latest ### Node.js version not...
I'm using Unison with Require.js ``` require.config({ paths: { unison: '../bower_components/unison/js/unison' }, shim: { 'unison': { exports: 'Unison' } } }); ``` But then, Unison is loaded after DOMContentLoaded event,...
Fixed breadcrumbs, they are on @Product JSON-LD now  Also each product was crawled 3 times, as sitemap contains 3 urls per product → reduced.
Albert crawler broken for the past few days 