Viktor Arvidsson

Results 22 comments of Viktor Arvidsson

I'm thinking it can only be [this line](https://github.com/easyops-cn/docusaurus-search-local/blob/master/docusaurus-search-local/src/server/utils/processDocInfos.ts#L34) if it works with 0.26. Looking at the beta.18 type specs that code seems to have changed a lot so maybe this...

Sorry for being slow on this, how do you usually handle missing prebuilts?

@uilianries Did you get a chance to look into this? I could disable these deps by default I guess but maybe that is the wrong way to handle it :)

I have the same issue, did anyone try removing the robots.txt?

Sorry for being so slow with this and thanks for pointing out the issue. I wanted to try to bump pango but got hit by the linter now, I had...

We have the same issue now with our Appimages when trying to use the new static runtime, so this is probably related to https://github.com/AppImage/type2-runtime/issues/12 ?

I made a rudimentary recipe for myself that can be used as a base if anyone else is still interested in it! https://github.com/Cyriuz/conan-optick.git

I have been plagued by the same issue, that some machines just refuse to send any reports. After reading this discussion and talking to @supervacuus on discord I spent a...

If you run this after `sentry_init` it works for me: ``` void lockUnhandledExceptionFilter() { HMODULE kernel = GetModuleHandle("kernel32.dll"); if (!kernel) { printf("[Warning] LockUnhandledExceptionFilter: Failed locating kernel32 module.\n"); return; } FARPROC...

Fair enough. Although I wonder if it can still be considered somewhat standard as so many other projects seem to do the same? And considering that sentry-native is, in my...