pveierland

Results 6 issues of pveierland

Thank you for a great program! I've been using it for a while, however I got an error today for a filename with more than two spaces: ``` touch "a...

### Describe the bug Importing a single icon from styled-octicons into my Next.js React application increases the bundle size of the importing component from ~2 MB to ~350 MB in...

react

Hi, When importing Google 3D tiles, the tiles do not always correctly align. See example below: ![image](https://github.com/vvoovv/blosm/assets/5587375/d0156d19-d04d-440c-81a6-a7e1ce425904) Discontinuity between tiles causes issues when e.g. placing things on top of the...

### Description `docker push` allows pushing a new image to the docker hub. If a repo has not already been created and marked private, the repo will be created with...

kind/feature
area/distribution

### Description `docker service logs ` does not return results in chronological order. ### Reproduce 1. Run `docker service logs --timestamps `. Example output: ``` 2024-04-02T02:22:14.799036157Z service | bad service...

kind/enhancement
status/0-triage
area/swarm

Hello, The Docker Compose configuration provided in the documentation is not suitable for use with Docker Swarm due to its use of depends_on for startup sequencing, which is ignored in...