David Lowndes
David Lowndes
Adding a use-case note here. Our users may have a critical need to use our products when their internet is down, this includes access to the documentation as the products...
@Josh-Cena I see that and will implement it, but it's not much help if users are already offline and haven't set up the PWA.
This didn't use to happen, I'm sure I've been able to run my current installation as Administrator as required without having to install two copies for admin and non-admin users....
> it looks like i can right click on a desired terminal profile inside windows terminal and select 'run as administrator' That would be great, but it doesn't work for...
> are you using Version: 1.20.10822.0 Ahh, no I'm still on 1.19.10821.0, the current Microsoft Store version.
@feldegast It worked on Windows Terminal Preview 1.20.10822.0, thanks very much :)
I am using `breakpad` backend on Windows as a static library. My build steps are: ``` cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded" -DSENTRY_BACKEND="breakpad" -DSENTRY_BUILD_SHARED_LIBS="OFF" cmake --build build --parallel --config Release cmake...
> I’m a bit confused, we already have this here: > > https://github.com/getsentry/sentry-native/blob/43f628460fb383bb4eed8c118a7a241e6a811880/external/CMakeLists.txt#L160-L163 > > I don’t really understand why it would make a difference if that property is defined...
https://github.com/facebook/docusaurus/issues/8755
Just noting here that Ejecting `SearchPage` also gives errors: ``` Module not found: Error: Can't resolve '../../hooks/useSearchPage' in 'C:\Users\DavidL\source\repos\hilltop-docs\content\src\theme\SearchPage' Module not found: Error: Can't resolve '../../utils/generalUtils' in 'C:\Users\DavidL\source\repos\hilltop-docs\content\src\theme\SearchPage' ```