Arjen P. de Vries

Results 6 issues of Arjen P. de Vries

I want to POST a textarea value to a hug-based service. This works fine: @hug.post('/api/card') @hug.local() def birthday_card(body): """Receive birthday card""" return {'message': '{0}'.format(body[0])} But if I declare the input...

In both firefox and chrome, I get an error at [https://maxmcd.github.io/webtty/](https://maxmcd.github.io/webtty/), whenever I try to paste the offer message... ``` InvalidParameterError: Empty or null SDP provided to setLocalDescription InvalidStateError: setRemoteDescription...

### What happens? After: ``` D create or replace macro test(a := 'auto') AS a; ``` Doing `SELECT test();` works as expected. But... ``` D select test('fiets'); ``` throws an...

reproduced

Just to raise attention to problems with updating the volspotconnect2 plugin to the most recent version, as reported in https://github.com/balbuze/volumio-plugins/issues/265 @ashthespy helped me resolve the immediate problem on my device...

PyTerrier integrated this toolsuite: https://ir-measur.es/en/latest/ Good idea for GeeseDB as well.

Simplified Data Wrangling with `ir_datasets` [ArXiV 2103.02280](https://arxiv.org/abs/2103.02280). [Github repo](https://github.com/allenai/ir_datasets/). Simplify evaluation process for common IR benchmarks.