Jack

Results 8 issues of Jack

Thanks for such a great plug-in. However I still can't make the search box show on my map, where did I go wrong? Thanks again for any comments! L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {...

Really appreciate your efforts of developing Ruby-Spark and it's great. In Spark there's a handy function of [takeOrdered(N)](https://spark.apache.org/docs/1.1.1/api/python/pyspark.rdd.RDD-class.html#takeOrdered) to get the top N biggest element, very similar to Ruby's [#max(N)](http://ruby-doc.org/core-2.2.3/Enumerable.html#method-i-max)...

Hi team, thanks again for creating such a great package, it's been a pleasure to develop with it. Here is an observation regarding " Retrieving and Joining AggregateEvent Metadata" in...

question

When I need to see PG history in admin UI and used the example from doc, I got a JS error of `$ is not defined` error in browser when...

Thanks for providing such a great tool! When I tried to track Django 3.2 built-in auth.Permission model: ```python from django.apps import apps as django_apps class UsersConfig(AppConfig): def ready(self): auth_permission_model =...

Thanks for creating such a great package to track down time events. Could anyone know how to model the following scenario? I am looking for a way to not overbooking...

## Problem UUIDField with the option of `primary_key=False` got reverted to `primary_key=True` in generated migrations or SQL. ## Environment - Django Model Utils version: 4.2.0 - Django version: 3.2.11 -...