Calvin Cheng

Results 5 issues of Calvin Cheng

For a very large existing database, it will make more sense if the generated structs are not all lumped into one single `models.go` file, but instead, written out as separate...

enhancement

To avoid dependency resolution error: "So, because natrium_wallet_futter depends on both flutter_svg ^0.19.3 and intl_translation from git, version solving failed" Signed-off-by: Calvin Cheng

``` def test_uni_form_invalid_helper(self): template = get_template_from_string(u""" {% load uni_form_tags %} {% uni_form form form_helper %} """) c = Context({'form': TestForm(), 'form_helper': "invalid"}) settings.UNIFORM_FAIL_SILENTLY = False if settings.TEMPLATE_DEBUG: self.assertRaises(TemplateSyntaxError, lambda:template.render(c)) else:...

Hey @pfy - thanks for this awesome Dockerfile. Quick clarification about SMTP settings though; if I want to set up email services in ERPNext, I need to expose port 465...

### Affected version main ### No same issues found. - [X] Yes, I search all issues but not found. ### Steps to Reproduce `scripts/tasks.js` is updated in L580 to build...

bug