Eric Vanular
Eric Vanular
@JaccoGoris saw your collada exporter feature. Would you please consider making a GLTF exporter as it seems to be the new standard these days for three js? I'd love to...
Is there a good reason for storing it in a custom way? Wouldn't it be easier to store it in the cross platform GLTF format, which is a JSON standard?...
@JaccoGoris you seem to be the primary maintainer of the project at this point. Your pull requests look great but haven't been merged yet sadly. If the original team has...
@danilosalvati thanks for your work on this project. Can you please merge some of the awesome features @JaccoGoris has built here? Alternatively, the project will likely continue on a new...
@saasforge any idea how to fix this? Trying to use docker compose currently but stuck here
@saasforge same issue as @ronreiter I run docker-compose up and it throws an error with --> Error: Cannot find module '/app/webpack.dev.js'
Thanks @saasforge, I'm not super familiar with Docker either but the error is in Step 7/10: (RUN npm install --global npm && npm update && npm install && npm run...
Was able to get the Docker image to build by switching the order of Step 7 and 8 COPY . /app should be before RUN npm install --global npm &&...
No worries, I can make a PR in a bit
Since SQLAlchemy 2 supports this, is there a proposed timeline for alembic autogenerate to enable functional indices?