Joni Bekenstein
Joni Bekenstein
I'm currently building a very similar solution, though for now the only language requirement is Python. Is this project still active? Would anybody that worked on this or something similar...
Is there a way to issue batch requests? I've tried get_objects() which successfully retrieves several objects. But I can't seem to retrieve in one request several object/connection. For example, if...
Not sure why the current abbreviation for million for es-AR is set to "mm". I'm from Argentina so spanish is my native tongue. I believe it's more accurate to just...
I think the default is good enough, but if you specify a custom loading value, then I believe it makes sense to not wrap it with the `` component which...
Well, the title says it all, introduce some blank lines in a and then some text content. When submitted, after minifying, the first blank line is deleted. If minified again,...
I want to be able to apply a global filter for a model, for example by a published field. See this example code and the comment inside the get_queryset method:...
Using Python's built-in `math.factorial`, is it possible to render `factorial(9)` in LaTeX as `9!`?
Maybe it's an edge case, but in my app this resolved a lot of things. This method returns a flat representation of the model, where deep properties are returned as...
Are the partials path relative to the current template? This is my folder structure (part of it): ``` libs/ partials_header }} ``` header.html ``` html Hello ``` If I remove...