Richard

Results 6 comments of Richard

1) I don't use the validation in valuelink, instead using validate.js. From a user standpoint I think the built in validation is less feature rich than validate.js and maybe overreaching...

Also, adding on top of your answer in https://github.com/Volicon/NestedLink/issues/12, state.getLink is undefined for me. I assume I need to `import valuelink` and use valuelink like normal instead? The documentation on...

I also tried not using classes with React.createClass and Model.extend per the examples and I get `Uncaught TypeError: this.defaults is not a function` in the console. I am compiling to...

Thank you for the replies, I didn't even know that decorators existed in javascript, hahah. I will try this when I have the time and let you know, we are...

More needed now that 2FA is being enforced as the build times are quite long.

This Github Action is [officially recommended by the official PyPI docs](https://docs.pypi.org/trusted-publishers/using-a-publisher/) linked to by the [article on 2FA enforcement](https://blog.pypi.org/posts/2023-05-25-securing-pypi-with-2fa/). Previously prior to 2FA enforcement uploading could be done via username/password...