Andy

Results 14 issues of Andy

I have a simple C# record, which I want to insert into the database using InsertAsync method of SqlKata. The insert fails with the following exception: ``` The member p0...

Hi, I tried using V3 like this: ``` captcha = ReCaptchaField( error_messages={'required': _('Must pass captcha')}, widget=ReCaptchaV3(attrs={'required_score': 0.85}) ) ``` However, base form code failed validation saying that the field was...

bug
status: needs review

Remove dependency on SITE_ID, as requested in #266, because this prevents the module from working in truly multi-site Django instances

### Description Format specifies don't seem to be fully implemented. Specifically, thousands separator is not applied ### Repro code https://fable.io/repl/#?code=PYBwpgdgBAygngZwC5gLYFgBQpJQGICGARgDZgB0AwsAE5hY7SGkXV3kBSCAkhCjaCxYA2gB4AoqgCWSABQAiAO5SIAE2CLyBMjTkASAAwBKeUYB8AXSxkkUbWF1RZqMAgQEA5mABcUZDRUPI18AVwgZKABeKAArBAA5AiQpADd6TBsoADNaVCSnBF88XKSkYjIYJACIIKjYRBRUckrqj3Jimjy5BHaSpAAaP3IAcTAkAEEaDxCXPgRZIyMhDLGoVSksrLqARgM9rHtHWRzO-L15AG91ze94gFYAXzWCRDsPYFMsIA&html=Q&css=Q ### Expected and actual results Expected: 1,000 Actual: 1000 ###...

Looks like there is no way to format tick labels in Line charts (tickFormatter not on the API). So using thousand separators, or having some smarter formatting is not directly...

### Description Invoking the latest fake 5.21.0-alpha001 gives the following error: Error FS0039: The namespace or module 'Fake' is not defined. Worked fine with the previous version (which doesn't support...

This seems like a relatively small thing to fix. InsertAsync at the moment will always return int32, while Insert returns long. This will not work with tables, where the id...

**Describe the bug** It seems to me that the file mlconjug3/data/conjug_manager/conjugation-pt.json has a few invalid forms. For example, when I conjugate falar through the library, I get: Indicativo pretérito perfeito...

bug

I almost started working on my own library, but luckily I saw you have been coding away already, well done! I have been using https://github.com/MangelMaxime/Fable.Form , unfortunately it's a bit...

I'm sure I'm doing something wrong, but can't figure it out. My `build.rs`: ``` use std::io::Result; fn main() -> Result { let mut prost_build_inst = prost_build::Config::new(); prost_build_inst.include_file("_includes.rs"); prost_build_inst.compile_protos( &[ "src/proto/common.proto",...