Hugo Duroux
Hugo Duroux
Snippet of my config : ```yaml postgres: image: postgres:10-alpine container_name: postgres ports: - 5432:5432 volumes: - "./.data/postgresql:/var/lib/postgresql/data" - ./utils/postgres:/docker-entrypoint-initdb.d environment: POSTGRES_MULTIPLE_DATABASES: "service_database, service_database_test" POSTGRES_PASSWORD: "password" POSTGRES_USER: "service_database" ``` In this...
I'd like to override the `swagger_schema_fields` behavior: Instead of totally replacing schema fields with provided fields, I'd like to override just some properties (a deep merge). Is there a way...
Regarding the NestedViewSetMixin: The `parent_lookup_kwargs` updates the `get_queryset` method that is only called in the view but is defined in the `Serializer`. If two different views (different kwargs) serialize the...
I have an OP and an API. The API receives a call with an access_token. The API must know from where this token is coming: Is it a user token?...
See: https://github.com/xeokit/xeokit-sdk/pull/880
**Describe the bug** `xeokit-sdk.es.js` sizes: 1.9.0: 1.2 MB 2.0.0: 3.6 BM 2.0.13: 4.9BM 2.1.0: 5.2 MB 2.2.0: 5.3 MB This leads more js to load at page loading, more code...
**Describe the bug** When using `logarithmicDepthBufferEnabled: true`, the model is more pixelated. With `logarithmicDepthBufferEnabled: false`:  With `logarithmicDepthBufferEnabled: true`:  Depending on...
**Describe the bug** When setting viewpoints with `ViewCullPlugin` enabled, some objects are hidden. Moving the model out of sight and bring it back restores the objects. **To Reproduce** Steps to...
```javascript var pickResult = viewer.scene.pick({ canvasPos: coords, pickSurface: true //
# Pre-Flight Checklist Please use this checklist to avoid spamming: 1. [x] I am not asking a question => use the [Discord](https://discord.gg/9mwuVNA) if you are 2. [x] I have checked...