Stephan T. Lavavej

Results 170 issues of Stephan T. Lavavej

### Expected behavior After creating a `Chart`, I want to update its colors dynamically. I understand that I can't directly say `chart.options.scales.x.title.color` because the properties starting with `scales` are optional....

type: bug
type: types

https://github.com/CaseyCarter/cmcstl2/blob/b93cfc7cce4b146c27d6ba14f9b19b331d6efa05/include/stl2/detail/temporary_vector.hpp#L28 https://github.com/CaseyCarter/cmcstl2/blob/b93cfc7cce4b146c27d6ba14f9b19b331d6efa05/include/stl2/detail/temporary_vector.hpp#L43 https://github.com/CaseyCarter/cmcstl2/blob/b93cfc7cce4b146c27d6ba14f9b19b331d6efa05/include/stl2/detail/temporary_vector.hpp#L80 [P0619R4](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0619r4.html) removed these functions in C++20.

In distro 18.0, grep 3.7 crashes without `-P`. I'm not sure when this started happening (it took me a while to notice because I usually use `-P`).

help wanted

Two users have independently reported that building different projects (Lua, wxWidgets) fails with a dialog box complaining: > `c:\mingw\lib\bfd-plugins\libdep.a` is either not designed to run on Windows or it contains...

fixed upstream

`coreutils.sh` is my worst build script, by far. It contains a huge number of terrible hacks, and salvages `sort`, `uniq`, and `wc` from the build's flaming wreckage. It would be...

help wanted
external

When building with mingw-w64 7.0.0, several components (coreutils, gdb, and sed) fail to link: ``` CCLD sed/sed.exe c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: sed/sed-compile.o:compile.c:(.text+0x1476): undefined reference to `__chk_fail' c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: sed/sed-execute.o:execute.c:(.text+0x3445): undefined reference to `__chk_fail' c:/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:...

help wanted
external

`mingw-w64+gcc.sh` contains: ``` # Prepare to build gcc - perform magic directory surgery. cp -r dest/x86_64-w64-mingw32/lib dest/x86_64-w64-mingw32/lib64 cp -r dest/x86_64-w64-mingw32 dest/mingw mkdir -p src/gcc/winsup/mingw cp -r dest/x86_64-w64-mingw32/include src/gcc/winsup/mingw/include ``` It's...

I work on MSVC's C++ Standard Library, where we've recently implemented a C++23 paper that affects your project. (We regularly build many open-source projects to prevent compiler/library regressions, and this...

I work on MSVC's C++ Standard Library, where we've recently implemented a C++23 paper that affects your project. (We regularly build many open-source projects to prevent compiler/library regressions, and this...

Many thanks for maintaining https://eel.is/c++draft/ :heart_eyes_cat: (and apologies for submitting this as a GitHub issue, I didn't see any contact info for the website). Feature request: I observe that `eel.is`...