Opher Shachar

Results 9 issues of Opher Shachar

**Describe the bug** From the json schema a property named '`schema`' was created as a field named '`schema_`'. **To Reproduce** Example schema: https://schema.getpostman.com/json/collection/v2.1.0/collection.json Used commandline: ``` $ datamodel-codegen --url https://schema.getpostman.com/json/collection/v2.1.0/collection.json...

bug

Installed the plugin and restarted the IDE. Got this exception. ``` Should be called at least in the state COMPONENTS_LOADED, the current state is: CONFIGURATION_STORE_INITIALIZED Current violators count: 1 java.lang.Throwable...

Any update on a PR regarding the `COMPOSE_PROFILES ` env variable? _Originally posted by @firefart in https://github.com/containers/podman-compose/issues/592#issuecomment-1906227314_

After setting up I'm not able to change the URL

When running `quickstart.sh` it displays multiple messages like ``` time="2025-08-18T09:01:02Z" level=warning msg="/home/ubuntu/openmaptiles/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion" ```

resolve issue #842

Running this command `docker run -it --rm --pull always -v $(pwd):/data ghcr.io/systemed/tilemaker:master --store /data /data/india_large-2.osm.pbf /data/india_large.mbtiles` I get this error (see complete output below): ``` terminate called after throwing an...

The docker image here https://ghcr.io/systemed/tilemaker:master includes the `tilemaker-server` executable, but is missing the `static` folder from the source `server/static`.