-
```
Hey there,
i can't compile the sources on my x86_64. Here's what i got:
compiling ../Sources/batch/ptBatchWindow.cpp
In file included from /usr/include/qt4/QtCore/QtCore:53:0,
…
-
It would be nice if there was the addition of two new checks, thought I am not sure where they would go in the hooks.
1. usage of `self.requires.add` which should not have the last add portion
2. …
-
In C++03, Clang claims that a struct containing a member with a deleted assignment operator is assignable, but diagnoses the instantiation as using a deleted function.
```c++
struct Element {
…
-
After add patch which fixes #4209 I found that sphinx emits some warnings.
```console
+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
Unable to find pgen, not compiling for…
-
I'm using Oracle, with GCC/C++17 and SOCI build from master.
Probably related to https://github.com/SOCI/soci/issues/256
Calling below function:
```
bool Store::AddUser(User user){
// if(us…
Adiqq updated
5 years ago
-
Problem:
`python ../../../../ya make -t -A` failed in the `catboost\python-package\ut\medium` (from [docs](https://catboost.ai/docs/concepts/development-and-contributions.html))
```
D:\Projects\…
-
Hi,
I used rapsearch2 to align DNA sequence to swissprot database, but I got weird evalues that do not like blast evalue.
TCONS_00000002 F4J9M5.1 41.2 97 56 1 3140 34…
-
Making this a separate issue because I don't want to fill up a unrelated issue.
So far I've installed Mozillabuild 3.4, but not sure what else to do. ./mach bootstrap doesn't work so I just tried t…
-
This issue means to track all the legacy issues that I have noticed while working on this project, for future maintainers. A problem with that is that the full project is not in the scope of this repo…
-
Trying to parse `sqlite3.c` with this project I found that it can parse it without showing any error/warnings but uses a bit more memory than `gcc/g++` (cxx=3,000,000 allocations, g++=500,000 allocati…