jlariza
jlariza
**Describe the bug** using drush 8.4.8 for Drupal 7.78 When running `drush up drupal` on a localmachine, It raises ``` Unable to load class \Drush\VersionControl\Backup ``` and do not allow...
Good day, We are using the library with this configuration ``` LOCATION_FIELD = { "map.provider": "openstreetmap", "search.provider": "nominatim", } ``` The model is using a `PlainLocationField`. We need to allow...
IOS: Undefined symbols for architecture x86_64: "_swift_getFunctionReplacement", referenced from:
## Environment ``` System: OS: macOS 10.15.4 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 1.58 GB / 16.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 10.17.0 -...
Good day, I am using the library as following ``` from file_resubmit.widgets import ResubmitFileWidget class FileModelForm(forms.ModelForm): class Meta: model = FileModel fields = [ ..., 'original_file', ] widgets = {...
Hi, I have been using your library and it works fine. I was wondering if you could add support for a multiple input field; like Thank you,
**Describe the bug** When adding `import { Dismiss } from 'flowbite';` to `` script, console returns the following error ``` caught SyntaxError: The requested module '/node_modules/.vite/deps/flowbite.js?v=a9f96e8c' does not provide an...
Good day, I have a `WebsocketConsumer` that queries the databased based on a parameter. The code works as expected; however, tests keep failing with this message `django.db.utils.OperationalError: the connection is...
### Clear and concise description of the problem Good day, Although this library works great; it has some issues when using it: - there are no defaults values; if the...
Good day, We are getting this message when using this action to create a release in sentry: ``` Error: Command failed: /__w/_actions/tclindner/sentry-releases-action/v1.2.0/dist/sentry-cli releases new $SENTRY_PROJECT0.1.35 error: API request failed caused...
Good day, We have a project that uses mypy to check the types across the project. MyPy's check was working with no issue. However, we installed simple_history and created an...