Thomas B
Thomas B
@lforst opened as https://github.com/getsentry/sentry/pull/56002
I have already opened a PR for it. That is https://github.com/getsentry/sentry/pull/56002.
> The comment at the top of this PR starts a long discussion about nullability As far as I'm concerned I was happy to read the note about already already-done...
> IntoInsertTarget : Table It's unclear to me why a new `IntoInsertTarget` is useful here if it's only implemented by `Table`. In addition I think we already have a such...
> It's not implemented by `Table`, it's explicitly implemented by each `table` that is autogenerated by `table!`, just like `IntoUpdateTarget`. That way it can be omitted by `view!`. Given the...
I'm struggling to understand what you imply by: > If the conversion step would be skipped for responses containing LaTeX document.querySelector('.katex').textContent still yields the same result Do you mean that...
> how would you retrieve the text of the response other than using the value of ELEMENT.textContent? If your question is "how would we get the original LaTeX for a...
Ah I didn't realize we could do this! Well that will definitely fix it for my particular case where I only had one document to convert, thanks 😅
Maybe it reads what it should write from somewhere on the page? Otherwise yes it looks like a tampermonkey script might be the easiest way to go... (IIRC these do...
Ah right, I wrote combination but really I should have written sequence. It's the same vulnerability in practice as you underlined. Practically though I'm only interested in knowing when my...