Nikos Ves
Nikos Ves
it is not clear when you do for row in DBF('xxx.dbf'): ...... If the rows are accessed/read in a sorted order or in a random order
Hi, I got some UAV data from my Master's course that I could donate for the project, ~215 images with corresponding image locations and 44 target locations measured with RTK...
The buildings are rendered over features. Here's a screenshot of the effect.  Test geojson: ~~~json { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon",...
**What happened**: The following is happening in a devcontainer environment configure to contain `docker-in-docker` and `kind` capabilities. 1. `kind create cluster` succeeds ✔️ 2. `kind delete cluster` succeeds ✔️ 3....
pytest-celery contains a container based `celery_worker` fixture. `celery_worker` fixture also used for celery in `celery.contrib.pytest`. When a test is called like this: ~~~python def test_a(celery_app, celery_worker): celery_app celery_worker assert True...
### Bug report info ```plain text act version: 0.2.76 GOOS: windows GOARCH: amd64 NumCPU: 22 Docker host: DOCKER_HOST environment variable is not set Sockets found: \\.\pipe\docker_engine(broken) Config files: C:\Users\nv15r\AppData\Local\act\actrc: -P...
### Current behavior (I am using [Render Line Endings](https://marketplace.visualstudio.com/items?itemName=medo64.render-crlf) to show the end of lines) Base64 Text Encoder/Decoder does respect of lines sequences when enconding to base64: ie: the following...
### What improvement do you think would an existing feature or tool in DevToys? Be able to select between CRLF and LF as an end-of-line-sequence of input strings when encoding...