-
# `*.vcproj`/`*.vcproj.*`
https://learn.microsoft.com/zh-cn/cpp/porting/build-system-changes?view=msvc-170
# `.sln`
https://learn.microsoft.com/zh-cn/visualstudio/extensibility/internals/solu…
-
Just a bit of feedback...
There are a lot of hardcoded ints... it would be clearer for the next developer if these were named in a constants class/struct.
Also, there seem to be a lack of unit t…
-
This is a write-up of what I've discovered about Python tracing until now:
What makes Python tracing (and tracing for a whole host of other applications possible) are[ User Statically Defined Trace…
-
bbkxm updated
7 months ago
-
Just discovered that window.external is being deprecated by browsers.
You can see the deprecation warning on the MDN at: [https://developer.mozilla.org/en-US/docs/Web/API/Window/external](https://dev…
-
Hi , is it possible to fold code based on the `#pragma region` `#pragma endregion` for C?
If not I hope you add it to your todo list.
Thanks
-
Visual C++ Redistributable is required by CKB node as mentioned at https://docs.nervos.org/docs/basics/guides/ckb-on-windows/#download-from-releases and Neuron doesn't synchronize if it's not installe…
-
Repro:
```
Z:>D:\LaunchBuildEnv.cmd amd64
**********************************************************************
** Enterprise Windows Driver Kit (WDK) build environment
** Version ni_release_s…
-
As the title, this is a feature request for vg map to have a flag to output alignment score, 'AS', tags. Currently, map -v option reports alignment scores thus hopefully this isn't too difficult to a…
achon updated
4 years ago
-
In version 3.1.1 of SoftwareSerial.h we have:
enum SoftwareSerialConfig {
SWSERIAL_5N1 = SWSERIAL_PARITY_NONE,
etc...
this was changed in version 3.1.2 with:
enum Config {
SWSERIAL_5N1 = S…