-
Here's the script I'm using.
Thanks, Matt
```python
#### importing libraries ####
import sys
import os
from os.path import expanduser
from qgis.utils import *
from qgis.core import *
from …
-
Hi!
There seems to be memory leak issue in `libpostal_parse_address`. The memory usage will increase over time when parsing the same address.
---
#### My country is
This issue is not specific…
-
First thanks for your great job.
I got unexpected value changed to input argc.
test code as below:
`
#include "cxxopts.hpp"
#include
#include
using namespace std;
void print_…
bwlee updated
5 years ago
-
```
Running test test-: CRASHED in 0.000637s and 56KiB
Unexpected token: "="
test- crashed [Unexpected token: "="]
```
The assertion that caused that crash has a description, and it shoul…
-
About the code:
This is a Python script that uses Django's command-line utility to run administrative tasks. The purpose of this script is to allow users to perform various administrative tasks usin…
-
```
What I want is:
when the daemon running, I modify the flagfile or some env flags, and send the
daemon SIGUSR1 to reload the flagfile.
the Code:
extern GFLAGS_DLL_DECL void ReloadNonCommandFlag…
-
Refers to #214, but it is not the same issue
I can't replicate #214 with the same use case because I'm getting `malformed PDF file?` error
Unfortunately I can't share the file, but this is the e…
-
We are currently using ad-hoc hand-written parsers for this, and it's kind of annoying. However, we tried to use clap, and it currently doesn't seem possible: what we'd like to do is that once there i…
-
When reading the attached file, there should be a variable name "BRANDAA_SUN_1", I get instead "BRANDAA". PSPP can read the variable name correctly. I think the file has been created using the IBM sps…
-
# Bug report
### Bug description:
When configured with a short option that requires an argument, and an input commandline has the option argument at the same argv item, argparse deletes initial '=' …