Jannik Kissinger
Jannik Kissinger
I have the use case of preparing and then executing an sql command (cf. https://www.postgresql.org/docs/current/sql-prepare.html) During execution I need to convert the values to pass to the prepared command: ```...
The current point in polygon check algorithm is implemented in python which gets just in time compiled automatically if the package Numba is installed. Without Numba the algorithm is relatively...
https://hypothesis.readthedocs.io/en/latest/quickstart.html can be taken as baseline: https://github.com/jannikmi/multivar_horner/blob/master/tests/hypothesis_tests.py
when i use `v0.5.0` on MacOS i see the following error ``` go imports...............................................................Failed - hook id: go-imports - exit code: 127 /Users/***/.cache/pre-commit/repoi1qjadfc/run-go-imports.sh: line 8: goimports: command not found ```
:pencil2: "Project Alice" link
For the following minimal code example i get the typing complaint "Method should have "self" as first argument": ```py from typing import Literal import pydantic class BaseModelClass(pydantic.BaseModel): """ Doctolib search...
currently the initialisation time of a `Timezonefinder` instance is around .7 seconds. This is probably mostly due to reading the polygon index file into memory. Find ways of reducing the...
steps: * [ ] listen to timezone boundary releases -> trigger * [ ] create new branch * [ ] run ``make data``: runs the the parse_data.sh script * [...
- locations, expected results for all different methods - parameterised tests