phryk pushed to main at phryk-evil-mad-sc.../poobrains 2021-06-04 22:03:24 +00:00
b21831f91f lots of progress on better documentation renderer; removed old unicode hints from the 2.7 days
phryk opened issue phryk-evil-mad-sc.../poobrains#56 2021-05-29 18:56:28 +00:00
Browser Compatibility
phryk pushed to main at phryk/Gaia 2021-05-24 19:20:21 +00:00
55760cb5e0 initial commit. can place POIs and choose their type.
phryk created branch main in phryk/Gaia 2021-05-24 19:20:20 +00:00
phryk created repository phryk/Gaia 2021-05-24 19:18:30 +00:00
phryk closed issue phryk-evil-mad-sc.../poobrains#54 2021-05-16 19:42:29 +00:00
Fix mailing
phryk commented on issue phryk-evil-mad-sc.../poobrains#54 2021-05-16 19:42:29 +00:00
Fix mailing

Not broken after all. But STARTTLS on port 465 just kinda hangs.

Made 465 (SMTP w/ explicit TLS) the default port for SMTP and False the default for STARTTLS.

phryk pushed to main at phryk-evil-mad-sc.../poobrains 2021-05-16 19:41:02 +00:00
764809f126 changed SMTP configuration to port 465 (explicit TLS) and STARTTLS to False
phryk pushed to main at phryk-evil-mad-sc.../poobrains 2021-05-15 17:34:02 +00:00
70eef38874 removed set_trace's introduced in last commit
phryk pushed to main at phryk-evil-mad-sc.../poobrains 2021-05-15 16:45:36 +00:00
f108b1dcdd improved editing base info for datasets in data editor
phryk pushed to main at phryk-evil-mad-sc.../poobrains 2021-05-14 19:47:38 +00:00
a74e23dd9e added backdrop-filter blur to design.
phryk closed issue phryk-evil-mad-sc.../poobrains#15 2021-05-14 19:04:42 +00:00
f-strings vs. format strings
phryk pushed to main at phryk-evil-mad-sc.../poobrains 2021-05-14 19:04:42 +00:00
e5960ddfed replace all format string substitutions with f-strings. closes #15
phryk opened issue phryk-evil-mad-sc.../poobrains#55 2021-05-13 11:35:36 +00:00
DataEditor overlays
phryk commented on issue phryk-evil-mad-sc.../poobrains#3 2021-05-13 11:15:10 +00:00
Analysis: First steps

Most of this has been solved with the re-design of [Ephemeral]Dataset, the subsequent rewrite of DataEditor and #51.

Dimension-reducing operations relegated to later alpha with…

phryk closed issue phryk-evil-mad-sc.../poobrains#3 2021-05-13 11:15:10 +00:00
Analysis: First steps
phryk commented on issue phryk-evil-mad-sc.../poobrains#6 2021-05-13 11:11:15 +00:00
GeoData analysis

Geodata was properly integrated into [Ephemeral]Dataset long ago. Merged commits from branch trashpandas adds support for all [binary predicates][1] shapely offers, including against manually…

phryk closed issue phryk-evil-mad-sc.../poobrains#6 2021-05-13 11:11:15 +00:00
GeoData analysis
phryk commented on issue phryk-evil-mad-sc.../poobrains#51 2021-05-13 11:04:45 +00:00
Project trashpandas

It is done.

We now have fuzzy matching on joins including levenshtein distance for strings and much more complex filtering than before including all [shapely binary predicates][#1] for geodata…

phryk closed issue phryk-evil-mad-sc.../poobrains#51 2021-05-13 11:04:45 +00:00
Project trashpandas