Charlie Barto
Charlie Barto
cpr uses the standard library and instantiates standard library templates. `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS` sees these and _exports them from cpr's dll_. It's doesn't apply `__declspec(selectany)` to these symbols so they are strong....
Is it possible to tell nimterop to use the system version of tree-sitter and avoid connecting to the internet when it first goes to generate a binding?
It seems like the CMakeLists.txt that was added a week ago lists a bunch of dependencies that boost test doesn't actually depend on, except for it's own tests/examples. MPL seems...
Building dds with msvc with the following toolchain: ```yaml Compiler-ID: MSVC C++-Version: C++20 C++-Flags: /experimental:preprocessor /D_CRT_SECURE_NO_WARNINGS /DSPDLOG_COMPILED_LIB /wd5105 /std:c++latest /DCATCH_CONFIG_CPP17_STRING_VIEW Warning-Flags: /W3 Link-Flags: rpcrt4.lib Optimize: True ``` **Describe the bug**...
### What happened? this compiles fine, even though it should probably error when compiling initMeow ```nim type Meow {.requiresInit.} = object init: bool proc initMeow(): Meow = discard proc main()...
this happens on windows quite a lot, since people tend to have spaces in their profile dir.
I'm a bit confused about what this package provides when compared to bindeps.jl, when should I use bindeps vs this? Do they complement or replace each other?
It looks like sometimes the depth buffer is already linear (I think it's when the game creates depth in a DXGI_FORMATR32G8X24_TYPELESS buffer as opposed to a DXGI_FORMAT_R24G8_TYPELESS one). I tested...
Right now it's pretty hard to use the julia swagger codegen from maven, or really to use it on non-linux platforms. It would be nice if the plugin code was...
add windows version of copy_on_write for cp command This is implemented using DeviceIoControl FSCTL_DUPLICATE_EXTENTS_TO_FILE, and thus only works on ReFS (and possibly winbtrfs, I'm not sure). While it should be...