-
Hi, did this STC code finish?
-
in C++, the `std::string::npos` is -1, so someone may write:
```cpp
string s = "test";
int i = s.find('e');
if (i >= 0) // same as `i != std::string::npos`
cout
liigo updated
3 weeks ago
-
### Is there an existing issue for this?
- [X] There are no existing issues.
### Bug description
```
Had this ansible to issue cmd
- name: "{{nodeType }} STC running check using cmd"
…
-
I wrote some test cases for the Mario.java class but in the test cases, I needed to use some public variables and objects therefore when I changed them to the public the game glitched and froze and ga…
-
Figure out whether this was memory caused or not
-
```
Currently most errors cause stc to bail out immediately. In cases where there
are multiple compilation errors it would be preferable to detect them all in
one invocation of stc, to reduce the n…
-
A region format that exists and that we could implement is the IVOA (I think?) supported STC-S, as described here: http://adsabs.harvard.edu/abs/2010ASPC..434..213B
There was some discussion about pu…
-
### Description
#### Bug description:
just checkout the master branch of wxWidgets, and build it with cmake: on Chinese language system:
```
git checkout master && cd ..
mkdir wx-build
…
-
In a number of normative paragraphs, we use the term "dynamically allocated", but it is never defined:
- "Objects can be created dynamically" ([[basic.stc.dynamic.general] p1](https://eel.is/c++draft…
-
Hello,
Thought I might add this as an enhancement issue for an indicator that would be nice to have.
[Here is a link](https://www.technicalindicators.net/indicators-technical-analysis/169-stc-sc…