Bug#908392: xul-ext-noscript: Extension broken with Debian Stretch / stable

2018-09-09 Thread Joonas Kylmälä
Package: xul-ext-noscript Version: 2.9.0.14-1 Severity: grave Justification: renders package unusable Dear Maintainer, firefor-esr package was upgraded to a new version, 60, and now this plugin doesn't work at all anymore. -- System Information: Debian Release: 9.5 APT prefers stable-updates

Bug#879438: xul-ext-exteditor: Cannot save preferences

2017-10-21 Thread Joonas Kylmälä
Package: xul-ext-exteditor Version: 1.0.0-1 Severity: grave Justification: renders package unusable Dear Maintainer, With Debian Stretch's Thunderbird the extension doesn't work almost at all. I can go to the preferences but when I try to save it by pressing ok nothing happens, it is just stuck

Bug#925546: How to reproduce?

2019-04-16 Thread Joonas Kylmälä
Hi, you can reproduce the issue by creating a file main.go with the content: package main import ( "html/template" "net/http" ) and then running in the same directory: $ gocode -f=json --in=main.go autocomplete 12 Then to see t

Bug#925546: How to reproduce?

2019-04-17 Thread Joonas Kylmälä
Hi, Hilko Bengen: > I can get rid of the issues by backporting a number of commits from > github.com/nsf/gocode and will submnit an updated package for > stretch-proposed-updates. Thanks for investigating. > Are you able to build .deb packages from source or should I provide a > binary package f

Bug#925546: How to reproduce?

2019-04-28 Thread Joonas Kylmälä
Hi Hilko, any update on this? I'm just pinging you because the package is due to removal on 2nd of May, that is next week. Joonas On Wed, 17 Apr 2019 15:27:19 +0300 Joonas Kylmälä wrote: > Hi, > > Hilko Bengen: > > I can get rid of the issues by backporting a nu

Bug#925546: panic: Can't find the package clause

2019-03-26 Thread Joonas Kylmälä
Package: gocode Version: 20150303-3+b1 Severity: grave Justification: renders package unusable Dear Maintainer, The gocode server only returns "PANIC" autocompletion because of the following panic: panic: Can't find the package clause 1(runtime.call32): /usr/lib/go-1.7/src/runtime/asm_amd64.s:47

Bug#865577: cloud-init FTBFS: recipe for target 'pep8' failed

2017-06-24 Thread Joonas Kylmälä
This bug has been fixed in the upstream commit .

Bug#865577: cloud-init FTBFS: recipe for target 'pep8' failed

2017-06-24 Thread Joonas Kylmälä
ge of httplib instead of hclient. Thanks, Joonas Kylmälä >From 8afb8941e696b74ca03a7c80e15eed320e1b8e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Sun, 25 Jun 2017 07:42:13 +0200 Subject: [PATCH] Fix Python code style errors (Closes #865577) This commit is based o