Jean-Baptiste Martin
Jean-Baptiste Martin
In order to reduce overhead for developers, this: ```js fields: [ { name: 'url', type: 'text', access: { create: () => false, }, admin: { disabled: true, }, hooks: {...
Hey there, I use a monorepo with NPM workspaces: ``` project +-- node_modules +-- packages +-- shared-lib +-- actor +-- apify.json ``` The `apify push` command is run from the...
Using instance_image on sampler2D triggers validation errors. Something feels off with the schema. Keeping sampler2D empty validates the schema. Error: ```bash xmllint --noout --schema http://www.khronos.org/files/collada_schema_1_5 issue.dae element sampler2D: Schemas validity...
The repo is currently broken, this MR fixes it: - Upgrade all dependencies - Upgrade project structure to comply with Poetry expectations - Manage all dependencies through Poetry and get...