-
Updated
May 12, 2022
C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 45,554 public repositories matching this topic...
-
Updated
May 16, 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
May 14, 2022
-
Updated
May 16, 2022
-
Updated
Apr 14, 2022 - C++
Description
Suppose I try to compile the following contract:
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract Repro {
function run() public pure returns (string memory) {
return "¡¡¡";
}
}I get the following error message:
ParserError: Invalid character in string.
--> project:/contracts/Repro.sol:6:12:
|
6 | return "¡¡
-
Updated
May 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
May 16, 2022 - Java
-
Updated
May 16, 2022 - OCaml
compiler-explorer/compiler-explorer#3515 allowed the site to load even if the long url is not deserializable, but currently the site just silently fails and displays the default config.
It would be great if a notification could be shown to the user with a helpful message when this happens.
The steps needed to implement this feature are:
- In the catch added by the lin
window_editor_object_selection_select_object currently returns its success through a bool and also the global gGameCommandErrorText. It should be refactored to return a GameAction::Result to remove the use of the global.
Describe the Bug
The JSON response sent back over HTTP doesn't encode certain characters correctly.
For example, if a value in a string column contains the char \1 the byte value is copied verbatim in the response, breaking the client:
>>> json.loads('"\1"')
...
json.decoder.JSONDecodeError: Invalid control character at: line 1 column 2 (char 1)Instead, we shou
Not a big deal, but I noticed a ton of trailing whitespaces on the repo code, so it would be nice to remove them with a linter or similar!
Describe the bug
The check for update button in Preferences > Language is a bit confusing.
The placement of the button suggests that the action is connected to submitting the language selection.
To Reproduce
Steps to reproduce the behavior:
- Go to Preferences > General > Languages
- Select language from dropdown
3.Click 'Check for updates' - See issue
**Expected behavior
Is your feature request related to a problem? Please describe.
Many static type checkers have issues finding Cython's stubs.
Here is from running mypy on my current project:
error: Skipping analyzing "cython": found module but no type hints or library stubs
The same issue can be seen when using import Cython as cython:
error: Skipping analyzing "Cython": found module but
-
Updated
May 16, 2022 - C++
-
Updated
May 16, 2022 - C++
-
Updated
May 16, 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