zeroxia

Results 16 comments of zeroxia

现在是2018年9月9日。我在 Mac OS 的 Chrome 里用 TamperMonkey 也是无法启用账户登录。 * 系统: Mac OS High Sierra * Chrome: Version 68.0.3440.106 (Official Build) (64-bit) * TamperMonkey: v4.6

Thanks to @hathlife for the steps to install vscode-server on openwrt. Here is what I'd like to share: I installed this OpenWrt (arch x86_64, UEFI): https://drive.google.com/drive/folders/1seZiQR_HdXdo02n6MKjzg9VR96Ll6E27 I installed this glibc-compat:...

The test project files are here: https://github.com/zeroxia/issues_playground/tree/main/2021-05-13-vscode-squiggle

If I remove the following configuration from workspace settings: `.vscode/settings.json` ``` "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", ``` And add `c_cpp_properties.json`, to specify extra include directory `"C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.10240.0\\ucrt"`: ``` { "configurations": [...

@andreeis, @bobbrow Thank you for your feedback. For the Windows platform, as @bobbrow pointed out, probably it's due to the incomplete Windows SDK, as I only do platform independent coding,...

> I almost forgot this issue. What I do now is to use the clangd extension, and use generators like Ninja, which can export `compile_commands.json`, you can search the internet...

Besides `getCurrentTestCaseName()`, can we also have `getCurrentSubCaseName()`? I hope we can see these API's soon, thanks!

> The way I would and have handled a situation like this is to create the subcommand separately and not through the add_subcommand method. > > ```c++ > auto subc=std::make_shared("description",...

Bump. Please fix this, very annoying...

> I have the same issue: ``` > scoop install SarasaGothic-SC Installing 'SarasaGothic-SC' (0.36.8) [64bit] from nerd-fonts bucket Loading sarasa-gothic-ttf-0.36.8.7z from cache Checking hash of sarasa-gothic-ttf-0.36.8.7z ... ok. Running pre_install...