Kenneth Lee
Kenneth Lee
unfortunately my s3 (digital ocean spaces) doesn't support multi bucket cdn. furthermore, I maaaay have extended pocketbase to give uploaded files `public-read` acl on s3 so that they can be...
by default, this module uses `id` as the primary key. see https://github.com/madhurjain/passport-local-sequelize/blob/3871eaaf72df031db1f5c49633a2df25feae79d8/lib/passport-local-sequelize.js#L35-L39 `username` is just a normal field. if PHP uses `id` as a username, it's very very incorrect. i...
Looks good. Detects objectid format as well as standard slug formatting. :+1:
The `NumberInput` component does not behave well with numbers like `1.1`. Using `TextInput` with `type=number` is the only workaround. Refers to #1873
This issue affects Firefox, Safari, Chrome, Chromium on desktop and mobile. When pressing backspace once for value, `1.1`, the cursor moves to the front and it removes extra `.` at...
Here's a pull request for this. This should allow you to completely customize the schema's config.
@jesseclark You're right. It appears an instance of an uploader saves its results in itself. A workaround for now, is to instantiate a new uploader every time you upload. i.e....
Sorry, I did not see this. This is awesome! Can you add some documentation to the README.md and a test?