Sviatozar Petrenko

Results 10 issues of Sviatozar Petrenko

### Which package is the feature request for? If unsure which one to select, leave blank @crawlee/http (HttpCrawler), @crawlee/basic-crawler (BasicCrawler) ### Feature Add an option to provide a custom http...

feature
t-tooling

### Debug adapter definition and debug configuration { "microsoft/vscode-js-debug", build = "npm install --legacy-peer-deps && npx gulp dapDebugServer && mv dist out", } { "mfussenegger/nvim-dap", dependencies = { "microsoft/vscode-js-debug", },...

t-tooling

Source maps are somehow misaligned. I have a simple test like below: ``` test('test', async () => { console.log('test'); console.log('test2'); console.log('test3'); console.log('test4'); console.log('test5'); console.log('test6'); console.log('test7'); console.log('test8'); console.log('test9'); console.log('test10'); console.log('test11'); console.log('test12');...

**Describe the bug** Using neovim, debugging itself works all fine, unless I restart the session (using `nvim-dap` extension with `require('dap').restart()`). When I restart the session, it hits the first breakpoint...

bug
info-needed

The problem I have is when I have `buffers` in `sessionoptions` and save/restore a session with some buffers having breakpoints. Apparently, upon restoring session neovim adds buffers to your buffer...

When I use `:S/some/other/gc` it just replaces all of the text without prompting me what to do with each occurence

This is what I get when I enabled `autoswitch` and switched between two projects using vtsls (typescript) (I guess it crashes and also highlights fall off) When manually updating session...

### Problem Statement I saw there is an action in the hover widget "Copy as expression", which copies the field's path (I'm talking about vtsls, but I guess it works...

The framework was mostly copied from cheerio-scraper (but trimmed in a lot of places), and the request handler inspired by [sitemap scraper in WCC](https://github.com/apify/store-website-content-crawler/blob/feat/image-download/src/sitemap-crawler.ts). There has been discussion of how...