Florian Brucker

Results 31 issues of Florian Brucker

[As discussed on the ckan-dev mailing list](https://lists.okfn.org/pipermail/ckan-dev/2016-April/009866.html), it would be nice to have a way to put the site into read-only maintenance mode in which the users can continue to...

The new background job system proposed in #66 is more-or-less in place (ckan/ckan#3165). It provides a low level interface for executing asynchronous jobs in separate worker processes. What it doesn't...

I'm interested in tracking what users search for, so that I can try to offer more datasets for these topics. Ideally I'd like to track both the queries and the...

Currently one can only display a single line in a `ReclineGraphView` diagram. It would be nice if that limitation was removed so that one can add additional lines, just like...

The recommended search backend for ckanext-spatial [only supports rectangular geometries](http://docs.ckan.org/projects/ckanext-spatial/en/latest/spatial-search.html#choosing-a-backend-for-the-spatial-search). In general, however, ckanext-spatial supports more complicated geometries. It would therefore be nice to have an option to automatically compute...

In torfsen/roux-stream#12, a user's code crashed with hard-to-understand error messages that originated from Serde not being able to decode a response of the `comments` API endpoint. The underlying reason was...

Currently, `roux::Subreddit` uses `reqwest::Client` with its default settings, which might not be applicable to all use cases. For example, the default `Client` does not have any timeouts, so if connectivity...

enhancement

## Overview Description Importing `babel.localtime` crashes on Python 3.9 if `/etc/localtime` contains double-slashes. ## Steps to Reproduce ```none ls -lh /etc/localtime lrwxrwxrwx 1 root root 24 Mar 2 03:25 /etc/localtime...

#### ALL software version info (hvPlot, holoviews, bokeh, python, notebook, OS, browser, any other relevant packages) Selected packages from `conda env export`: ``` - bokeh=1.3.4=py37_0 - holoviews=1.12.6=py_0 - hvplot=0.5.2=py_0 -...

type: bug

For a personal project I've implemented [Paton's "An Algorithm for Finding a Fundamental Set of Cycles of a Graph"](https://dl.acm.org/doi/abs/10.1145/363219.363232), which is, as far as I understand, still one of the...