Tim

Results 33 issues of Tim

When I tried to import [one of my projects](https://github.com/HackspaceJena/calcifer) I get this backtrace: `````` Debugger entered--Lisp error: (error "Invalid date: 2015-06-14T13:10:31Z") signal(error ("Invalid date: 2015-06-14T13:10:31Z")) error("Invalid date: %s" "2015-06-14T13:10:31Z") byte-code("\300\301\302\217\207"...

bug
github

I imported https://github.com/HackspaceJena/calcifer and one of the bugs loooked like this: ``` **** OPEN Kein Einfügen bei Ort und Tag :PROPERTIES: :tags: ("bug") :id: 45 :date-modification: 2015-06-02T19:37:39+0200 :date-creation: 2015-06-02T19:03:41+0200 :author:...

bug

It seems to me that I can only set one user/password combination for the redmine sync, which would make it impossible to connect to multiple redmine instances with different credentials....

I'm creating a `FormGroup` with a field `birthday` and want to hook it up with a `ng2-flatpickr` component. If I select a date the formgroup now has the correct value....

bug
help wanted

When I try to submit a new package to [packagist.org](https://packagist.org/packages/submit) with [my repo](https://bk-dev.hacked.jp/diffusion/DO/) I get this error: ``` Uncaught Exception: [RuntimeException] Repository https://bk-dev.hacked.jp/diffusion/DO could not be processed, can not ask...

I had the problem that I needed to get this script running in a docker context where I could not install dependencies, so I used [par packages](https://metacpan.org/pod/pp) to produce a...

It would be a very great security improvement for some node projects of mine, if I could get [certificate pinning](https://www.owasp.org/index.php/Certificate_and_Public_Key_Pinning) running with superagent. I could relativly easy implement this, If...

Feature

https://github.com/melanieseltzer/es6-all-the-things/blob/e4ccd9dc111c8c630ca38bd314c69740ce74ec50/src/data/index.js#L126 I think this phrase would be better: > Can be used for arrays and any object/class that implements [`Symbol.iterator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/iterator). Able to use break and continue. Reason: I think spreading...

At the moment the chat view on my screen has much whitespace and could benefit from larger font size and larger avatars, as they are hardly recognizable: ![bildschirmfoto_2018-02-27_13-33-18](https://user-images.githubusercontent.com/19407/36728952-cda84fa4-1bc2-11e8-95a1-587aa728f6e2.png) Please make...

feature request
✨ UI

Remove the dependency to execSync. The biggest advantage this has, is that the output of aria is dumped directly to stdio and is not buffered through node, so you can...