Noam Soloveichik
Noam Soloveichik
@viewizard thanks for the quick reploy! > (...) You can't just copy some raw memory from one managed process (debuggee) into another (debugger managed part). I was actually considering running...
> @noam-sol Thank you for interest to the project. Do you have some specific eval command or scenario in mind where you see limitations of netcoredbg eval? Hi, I was...
@viewizard Thanks for giving some background on the evaluator, highly appreciated 🙏 > "inject-related" eval (since this is really looks like easy way do all around with less cost). I...
> issues with thread status tracking @viewizard can you share some details about what could go wrong? I'm starting to get into the codebase and I'd love to hear about...
It works now, thanks @TRtomasz !
I'd like to help fixing this (although it doesn't reproduce for me more than once-twice a month), so I just want to make sure the ticket is relevant and up...
On a personal note, I've been really enjoying using AeroSpace and have some other contributions that I'm planning, starting with the simpler ones to the more complicated. Probably the next...
Can I work on this?
ahh I see, on this line - https://github.com/quickwit-oss/quickwit/blob/a58b6de9542db62455888dfc9de65da901c64831/quickwit/quickwit-indexing/src/source/doc_file_reader.rs#L161 we lose the granularity between Beginning and offset 0; however I don't feel like properly fixing it is worth the risk of...
@guilload I updated the branch to fix the issue as you suggested, and added a UT as well. Thanks for the feedback! Do you have any other ideas on how...