PhilippMDoerner

Results 138 comments of PhilippMDoerner

> > they just strip all formatting and render the plain text > > It seems a very reasonable thing to do indeed. Maybe highlighting (bold?) the search term as...

It does turn out we're overcomplicating things. I just throw together a bit of a solution for multiple issues: 1) The snippets that get rendered (using SQLITE FTS4-SQL feature called...

The alternative is plain-text and hacks that work around making things sometimes bold and sometimes not, we're running into hacks either way. Because you'll have to escape HTML-characters first and...

> Compiler code without comments tends to be hard to understand. Comments help developers gain the insights of why the code is written like this and how it probably works....

> > I wholeheartedly agree with this. And in fact (if someone tells me how), I'm willing to put up a bounty of up to $1,000 USD, depending on the...

I just ran into this with channels and (wrongly) opened an issue for it, thinking it to be a channel-related problem. #23078 I have since learned it was instead a...

Aye. Though the latter bug (crash without the insane memory consumption) is pretty flaky in its occurrence, the memory issue reliably occurs. And the stacktrace you see when crashing due...

Does the example I provided suffice to start troubleshooting at least on the first memory allocation issue? Just trying to avoid communication errors, as me deriving a new example from...

What would need to be done to make a ref reach the end of its lifetime? Like what would a small example look like?

Was implemented in lowdb as part of https://github.com/PhilippMDoerner/lowdb/pull/8 , kudos to ire4ever for doing pretty much all of the work there. Did show me that I should be going over...