-
Hello,
I have been receiving on one app I'm working this error on Google Console. It is happening thousands of times and I can not find the reason, I have search deeply line by line, but I can not …
khirr updated
7 years ago
-
The structs proposal will be the first shared memory feature that's convenient for wide use. As such, we should make sure we don't shoot ourselves in the foot, particularly with performance and comple…
-
```
What steps will reproduce the problem?
I don't know how to reproduce.
go-magica-web.go:148 (my file) is :
if err := db.QueryRow("select getdate()").Scan(&timeNow); err != nil {
What is the expec…
-
By setting watch_url in RADOS_URLS config block, we can have nfs-ganesha watch a Ceph RADOS object. When an application (e.g., ceph's mgr/nfs module) wants ganesha to dynamically reload its exports, i…
ajarr updated
3 years ago
-
Aggregate can occasionally get into a state where it refreshes continuously. This is a known problem and a manual fix is documented at https://github.com/opendatakit/opendatakit/wiki/Aggregate-AppEngi…
-
At present, processes to handle TID requests and monitoring requests are created via `fork()`. TRP handling is done in the main process using pthreads.
According to standards (originally from POSIX…
-
We can reduce but not entirely remove dependency on Boost by replacing parts of it with stdlib equivalents. This bug is a tracker for features to replace, and for discussion about compiler compatibili…
-
Hi, I have a bi-level problem where the lower level is solved by CPLEX and I would like to solve the upper level using CMA-ES. As shown in the examples, wee need to define a fitness function
`foo = …
-
We've found that the `num_tokens_from_messages` function is a significant bottleneck in our application and from some benchmarking found that it seems to load the bpe every time it's called and this d…
-
### Current Behavior
```
#include
#include
#include
#include
#include
#include
#pragma comment(lib, "tesseract54.lib")
std::mutex io_mutex;
void performOCR(const std::string& ima…