Liigo Zhuang
Liigo Zhuang
**Describe the bug** When working with a fresh project, vscode_deno consumes over 700MB memory. **To Reproduce** 1. create a fresh project: `deno run -A -r https://fresh.deno.dev my-project` (enable Tailwind CSS...
https://docs.rs/releases/search?query=std https://docs.rs/releases/search?query=rustc
then we don't need so many `xEQUALS` (`UEQUALS` `FEQUALS` `STREQUALS` etc.) anymore. Edit: ~but i'm not sure if this works.~
e.g. `EQUALS(sqrtf(9), 3)`, `sqrtf()` may be called 3 times. We need leave a note in the documents, at least.
Mojocss docs says: > While a normal project typically requires at least 100kb of CSS to handle the styling, I doubt it is not ture. Can you give us some...
in C++, the `std::string::npos` is -1, so someone may write: ```cpp string s = "test"; int i = s.find('e'); if (i >= 0) // same as `i != std::string::npos` cout
before this PR: (note the six `(0/6)`) ``` 15.509s INFO Bundling app... 15.536s INFO Running wasm-bindgen... 15.790s INFO Copying asset (0/6): C:\Users\liigo\tmp\hidx06\Bare-Bones\assets\header.svg 15.791s INFO Copying asset (0/6): \\?\C:\Users\liigo\tmp\hidx06\Bare-Bones\assets\main.css 15.792s INFO...
to remove the console window on startup for windows desktop/GUI applications.
which is required to use Wix bundle tool on windows. ---- ```shell Windows Installer XML Toolset Compiler version 3.14.1.8722 Copyright (c) .NET Foundation and contributors. All rights reserved. main.wxs main.wxs(15)...
### Problem description The site is private, the only one visitor is me. I don't know why there're so many requests and very high transferred bytes. I'm sure almost all...