Genaro Camele
Genaro Camele
Why null values are not supported to remove a Base64 field's value ("This field may not be null")?
Hi! Thanks for this lib, It solved a lot of problems. But I realized that if I have the following field in my model: ```python class MyModel(models.Model): img = models.ImageField(null=True,...
Check [this Sandbox](https://codesandbox.io/s/quirky-ellis-icv3m?fontsize=14&hidenavigation=1&theme=dark). When you click on the `Change type` button the Sliders has a weird behaviour as It changes the `min` and `value` parameter
## Are you reporting a bug, or opening a feature request? Question | Feature request ## Description I'd like to make a family tree, where a node could have two...
First of all, thanks about this amazing lib! I've found a little issue where `values()` doesn't work after calling `order_by()`. **Code to replicate the problem:** ```python class Question(models.Model): name =...
This code shows no error, but It doesn't allow to run: ``` org 1000h TABLA DB 1, 2, 3, 4, 5 FIN_TABLA DB ? org 2000h MOV CL, OFFSET FIN_TABLA...
I would like to add a Github button to my repo without making a landing page (or a section), or an upper right corner "Fork me" (maybe with customizable label)...
Hi, I've cloned [this template repository](https://github.com/SPANDigital/presidium-template-design). I've added my custom documentation content. Now I'm trying to deploy [my repo](https://github.com/jware-solutions/geophp-documentation/tree/gh-pages) running `npm run gh-pages`, but when I open my github page...
Hi! First of all, thanks for this amazing project! This pull request introduces performance enhancements to the `daysInMonth` function as well as a few improvements in the `package.json` file. The...
**Describe the bug** The `isEditable` is not considered to make the TextArea read-only. The library allows editing even when the prop is `false`. **To Reproduce** See [this CodeSandbox](https://codesandbox.io/p/sandbox/53trnj) to replicate....
**NOTE: Includes changes from #180. The only changed file in this PR is `src/pyotp/utils.py`** This PR provides a clear message about what's missing in the `image` parameter in the `build_uri`...