Abdessattar Sassi
Abdessattar Sassi
A crate with `#![cfg_attr(not(any(test, doctest)), no_std)]` definitely does not need std for it to be used, although it uses std for some of its own tests. Is there any reason...
With a freshly generated xplat electron app, the angular.json for the electron app project points the "root" property to the associated web application. All files under the electron app root...
From the cmake documentation: > The COMPILE_DEFINITIONS property may be set to a semicolon-separated list of preprocessor definitions using the syntax VAR or VAR=value. Function-style definitions are not supported. CMake...
Using SDL3 from `main`, on Windows Platform. The following sequence of calls produces the following results: - create window size 800x600 on a display of size 3840x2160 => OK -...
If the last window is closed and destroyed via the application programmatically pushing an event with SDL_EVENT_WINDOW_CLOSE_REQUESTED type (not by clicking the lcose button or hitting Alt+f4 on windows for...
New implementation of checks for intel intrinsics with XGETBV64 and CPUID64 broke the builds on windows and msys. https://github.com/abdes/cryptopp-cmake/actions/runs/6377366481/job/17305897732#step:11:850
This is a remanent from the old cmake file. For static lib build, and given that we do not use the same intermediary object files for shared and static, the...
Add a scenario to the README file documenting how the project can help people use crypto++ via the following steps: - clone cryptopp-cmake - build - install - in the...
See https://github.com/abdes/cryptopp-cmake/issues/1#issuecomment-1227623991 CI builds for 32bit and 64 bit need to be added, and integration test cases need to be written to test the install directories are correctly setup.
### Which @angular/* package(s) are the source of the bug? router ### Is this a regression? No ### Description The `parseParens` method in url_tree.ts has a sanity check that checks...