-
Do you hate when you get this fatal error and you are using Linux GDB with -debug loaded for your HLDS servers for stability testing and your BackTrace doesn't give you any stacks or clues on what tri…
-
# Steps to reproduce
code:
```c++
#include
#include
#include
#include
using namespace std;
const ushort sz_codeword = 255,
sz_payload = 128,
sz_parity = sz_codeword - sz_…
-
As described in [issue](https://github.com/jemalloc/jemalloc/issues/2544), I am trying to use my extent_hooks as a wrapper around the original hooks. When the program is starting, only arena 0 is init…
-
Hi,
thank you for the project.
I am trying to download all video files which I list with conn.files()
This is the function I am using:
```
def download(file):
socket = Socket(AF_INET, SO…
-
Note, this issue is originally reported by @levicki https://github.com/Microsoft/dotnet-framework-early-access/issues/58 and we copying the issue here to address it in .Net Core.
# Issue Title
E…
-
Hi,
While doing a log request without any filter (I mean "any" on every fields, no regex) we observe a serious bottleneck which seems located inside octo_extractor script. There is low I/O on disks,…
-
Hola buenas.
Primero de todo dar las gracias por el gran trabajo con este addon.
Tengo un fallo. Cuando instalo el addon la epg funciona correctamente pero en un par de días da un error al exportar …
-
```
At low bitrates/framerates, for large static content, encoder can exhibit large
overshoots. Example input is here:
/home/marpan/overshoot_issue/test_1980_1184.yuv
(the clip has the first ~200 fr…
-
```
There are several issues with Barracuda S&VFW support in ELSA.
Here is an example of a log that is indexed:
Jul 2 10:53:23 192.168.0.1 inbound/pass1[8021]: fromuser@example.com[1.2.3.4]
140431…
-
```c++
#include
class base{
public:
int* weight;
};
class derived :public base{
public:
int M,C,R,S,Sx,Sy,Sz,Px,Py;
derived(int m,int c,int r,int s,int sx,int sy,int sz…