Daniel Barreto
Daniel Barreto
Support for direct assignment in manytomany fields was removed in Django 2.0 (see: https://docs.djangoproject.com/en/2.0/releases/2.0/#features-removed-in-2-0). This commit adds an extra param to `process_field` to indicate that the field being processed is...
Enhancement proposal: Currently there's an auto-generated index.html file that's used for main scripts execution. This index file is generated through `figwheel.main.helper/middleware` which uses `figwheel.main.helper/main-wrapper` internally. The end result is a...
When mapping a new RenderForm to each formset's form, the RenderFormSet's formComponent prop was being assigned to RenderForm's formComponent instead of component.
Ring request's `:params` were overwritten by `ring-handler`, which `assoc` its params in the request. This scenario might be a common one, specially if the user is using something like `ring.middlewares.params.wrap-params`,...
I know the title is broad and unspecific. I tried this snippet from the README and it doesn't work: Routes can be constrained by request methods. ``` clojure (def api-routes...
There are two common scenarios in which a client might want to edit print limits (a.k.a. modify REPL state): 1. At init time, provided the client lets its user tweak...
By Common Tooling I refer to all tooling features that can be shared and reused by UNREPL clients. In slack @pesterhazy and I were discussing on the best way to...
Fixes #17. The best way to review this PR is to check out the [first two commits](https://github.com/Unrepl/unrepl/compare/master...volrath:cc5c1c8cf66126eb4e7eb1fa7c251cb53adaf001), which contains all of the new logic to the feature. The third commit...
Some tagged elements, like `unrepl/object`, have data structures as their "element", and in this cases, we want to make sure these data structures are not elided when `:nesting-depth` is reached....