Jener Rasmussen

Results 10 issues of Jener Rasmussen

The glass bell display a incorrect number of items in the bell. If you open the GUI and put in 2 items then remove one by right clicking, the glass...

bug

Adds support for Elasticsearch's span queries, https://www.elastic.co/guide/en/elasticsearch/reference/current/span-queries.html This PR is still a work-in-progress. Closes #100

Enabling _flatten_ does nothing when _expand_ is disabled Tested with the following settings ``` { copy: { css: { expand: false, flatten: true, src: [ 'bower_components/normalize-css/normalize.css' ], dest: 'source/css/vendor/' }...

This fixes the logic for closing browser windows. Current version works with Google Chrome, and with Firefox if the config "dom.allow_scripts_to_close_windows" is set to true. I have tested with Safari...

Add support for running `wsldhost` as a Windows service. This will hopefully enable us to auto start `wsldhost` on startup. The `windows_service` crate appears to implement the scaffolding to implement...

enhancement
help wanted

If an uploader disconnects before a sink connects the sink should be removed. Current behavior is that the sink persists until somebody attempt to download from it, in which case...

An upload attempt never times out, this could maybe lead to an exhaustion of allowed sockets

I would like to run a private instance with restricted upload access, for that use case it would be useful to have SSH key authentication.

Currently user can't change their name, email, gender, or whether they want spam on their own and have to contact FIT if they want it changed. I suggest we implement...

discuss

Pillow depends on several libraries not installed by `pip` including libjpeg. We should list these packages that needs to be installed through `apt`, or whatever other package manager people use....