-
Updated
May 14, 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,520 public repositories matching this topic...
-
Updated
May 15, 2022 - Java
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 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 14, 2022 - C++
-
Updated
May 14, 2022 - C++
-
Updated
May 15, 2022 - C++
Description
Create a cluster with TEST_docdb_log_write_batches=true and observe the following -
./bin/yb-ctl create --rf=1 --data_dir ~/yugabyte-data --tserver_flags 'TEST_docdb_log_write_batches=true'
./bin/ysqlsh
yugabyte=# create table test (k int primary key, v int);
CREATE TABLE
yugabyte=# insert into test values (1, 1);
ERROR: Network error: recvmsg error: Connection refus
-
Updated
May 12, 2022 - C++
-
Updated
Apr 28, 2022 - C++
-
Updated
May 15, 2022 - C++
-
Updated
May 11, 2022
-
Updated
Mar 25, 2022 - C++
When I try to 'conan install' version-range-based requirements for a package from a GitLab remote package repository, I get an unhelpful Python message "ERROR: 'NoneType' object is not iterable." I believe it's triggered by some faulty implementation on the GitLab repository side, but it would be helpful if Conan provided a more specific indication of the error cause.
My example conanfile.py:
`
In Xenia, there are two kinds of declarations of kernel notification IDs:
- System notifications IDs are used simply as hard-written values, without any enum/consts/#defines, with merely comments indicating their original XN_SYS name.
- XAM apps (such as XmpApp) have notification IDs declared in their classes, as
private static const uint32_t kMsg…
.
For future convenience especially when
-
Updated
May 10, 2022
-
Updated
May 5, 2022 - C++
-
Updated
Apr 27, 2022 - C++
-
Updated
May 15, 2022 - Java
-
Updated
May 6, 2022 - Rust
Adding another test makes the error go away.😄