Andreas Wolf

Results 11 issues of Andreas Wolf

Python 3.8.5 countmemaybe==0.5 ``` from countmemaybe import KMinValues kmv = KMinValues(k=1024) for i in range(0, 50000): kmv.add(str(i)) print(len(kmv)) ``` > Traceback (most recent call last): File "error.py", line 8, in...

Sorry, I really do not understand this code: https://github.com/openeventdata/mordecai/blob/05fa31d6af0b4d57616bd1ad1250f9daaad8157b/mordecai/geoparse.py#L716-L738 You're looping over a collection `proced` For every entry you create a country matrix. Ok. Which you append to a list....

### Step 1: Are you in the right place? - [ x] I have verified there are no duplicate active or recent bugs, questions, or requests - [ x] I...

It would be great if your plugin could read .env-Files on a per project basis. Many people use them to change environment variables on a per directory basis with [dotenv](https://pypi.org/project/python-dotenv/)

enhancement

## Description The [saveload documentation](https://specs.amethyst.rs/docs/tutorials/13_saveload.html?highlight=serde#saveload) states: `saveload is a module that provides mechanisms to serialize and deserialize a World, it makes use of the popular [serde](https://docs.rs/serde) library and requires the...

feature-request

Type: Bug # Behaviour ## Expected vs. Actual Expected Marked code blocks can be refactored/extracted into a new method, even if the first selected line is a comment line. Actual...

bug

cc -Wall -g -O2 -I. -Werror -c ole.c ole.c: In function ‘OLE_get_header’: ole.c:568:6: error: variable ‘result’ set but not used [-Werror=unused-but-set-variable] int result = 0; ^ cc1: all warnings being...

If I start with `docker-compose up -d` I can't connect. Log from guac_1 shows: FATAL: Missing GUACD_HOSTNAME or "guacd" link.

How can I annotate a JAX-WS Interface? I've seen the test case https://github.com/highsource/jaxb2-annotate-plugin/tree/master/tests/jaxws Actually I want an annotation on the interface. In the wsdl that is > resulting in code...

### Research - [X] I have searched the [[pandas] tag](https://stackoverflow.com/questions/tagged/pandas) on StackOverflow for similar questions. - [X] I have asked my usage related question on [StackOverflow](https://stackoverflow.com). ### Link to question...

Usage Question