-
Updated
Jun 1, 2022
C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 46,615 public repositories matching this topic...
-
Updated
Jun 12, 2022 - JavaScript
Feature type
Quality of life
Describe the feature
I would like to be able to use relative paths in the launcher settings file to point to x32dbg.exe and x64dbg.exe respectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.
-
Updated
Jun 14, 2022
-
Updated
Jun 16, 2022
-
Updated
Mar 18, 2022 - C++
-
Updated
Jun 15, 2022 - C++
-
Updated
Jun 15, 2022 - C++
-
Updated
May 6, 2022 - C++
Description
Function selectors can be used to initialize constants while error and event selectors (recently introduced in #12921) are rejected as non-constant. I think that all of them should work the same way in that regard.
Steps to Reproduce
contract C {
event Ev();
error Er();
function f() external {}
bytes4 constant functionSelector = this.f.se-
Updated
Jun 16, 2022 - CMake
CMake Warning at <hidden>/Catch2/v2.13.7/Catch2_Release/lib/cmake/Catch2/CatchAddTests.cmake:46 (message):
Test executable
'<hidden>'
contains no tests!
Adding another test makes the error go away.
-
Updated
Jun 16, 2022 - Java
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
-
Updated
Jan 13, 2022 - C++
-
Updated
Jun 16, 2022 - OCaml
-
Updated
Jun 11, 2022 - C++
-
Updated
Jun 14, 2022 - Java
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
Is your feature request related to a problem? Please describe
Very often, with working with conformance view, I work with different versions of the same compiler, all options are the same. Or I work with different C++ standards, with the same compiler and the same options (exception for this one). Or...
Right now, to add a new compiler in the conformance view, I have to start from an empty
It'd be nice if we could use globs for interface names in the network module. My network link has different names on different machines but ideally I'd like to use the same config file. It'd be nice if I could use something like interface = en*
Canvas Tent station style inconsistent coloring between color scheme tab and actual ride coloring
Operating System
Windows 10, 64-bit
OpenRCT2 build
OpenRCT2, v0.4.0-239-gd76a215 (d76a215 on develop) provided by GitHub
Describe the issue
In the ride paint window, the Canvas Tent station style shows an inconsistent color from the actual ride it is used on:
![Fred's Workbench 2022-06-13 12-57-44](https://user-images.githubusercontent.com/61885939/173435021-36d24b1e-c988-4cfd-86
-
Updated
Jun 6, 2022 - C++
Java tutorial: "Build a Spring Boot App with User Authentication" is no longer available
Current Behavior
The link https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication is currently unavailable.
It looks like the author no longer maintains the website.
Possible Solution
found som