Ed Rivas
Ed Rivas
Would love to be able to `npm install flowy` to use with bundlers and unpkg.com https://zellwk.com/blog/publish-to-npm/
Hey! Thanks for this amazing package 😊 Is it possible to listen for open/close events on a dialog? I have embedded a video in the dialog but it keeps playing...
This PR adds support to broadcast updates for models that don't use integer PKs, for example UUID or HashID. The biggest change is converting `pks_in_queryset` to a set of strings...
It looks like Chrome now requires a PUT request to start the dev tools. Starting a new tab now produces a `JSONDecodeError` because the response is not JSON. The actual...
# Bug report ## What's wrong It appears that mokeypatching DRF viewsets (as suggested [here](https://github.com/typeddjango/djangorestframework-stubs/issues/255#issuecomment-1320496964)) breaks the usage of `django_filters` FilterSets: ```python # views.py class DocumentViewSet(viewsets.ModelViewSet[Document]): queryset = Document.objects.all() serializer_class...
This proposal changes all CSS Functions from being parsed as unquoted strings to being parsed in-depth and producing a new data type known as a "css-function". This data type holds...
### Discussed in https://github.com/stephenmcd/mezzanine/discussions/2029 Originally posted by **blitzd** March 28, 2022 Hey - the documentation site seems to be offline since sometime mid last week. Just a heads up -...
Probably because it's not in Django's watch list. Some clues here: https://stackoverflow.com/a/43593959/1330003
This is still work in progress. I'm opening the issue just for comparison and review.
# The reason for this list As Mezzanine grows and expands to cover more and more use cases, every new commit has the potential of inadvertently breaking something somewhere in...