Matus Goljer

Results 278 issues of Matus Goljer

In batch processing consistency is king. Sometimes we might apply `filter` on a dataset and remove all the data. Still calling `model` on such a tsibble should, in my opinion,...

bug

Currently running forecast on a mable fails if any of the models errors out when being forecasted. Is there a way to either drop it completely or return some "NULL...

enhancement

Toggle refuses to process PUT requests with no `Content-Length` header, so stopping timers no longer works. Fixes #5 Related to #3 which should probably also be merged.

``` Stopping time entry failed because (error http 411) ``` Any good ways to debug this? Clocking in works fine.

Does it make sense? Does the package still work?

I love Eask and the UX it provides and I wish it would get bigger adoption. I think one issue with that would be the javascript dependency. Many people using...

I link some packages which have no autoloads, such as `trinary`, which is only a library package. But eask complains every time that the autoloads are not found ``` Error...

I tried to link trinary devel version from my local git repo but it also installs the version from melpa ```shell > eask link add trinary /home/matus/.emacs.d/projects/trinary-logic (1) :master Running...

help wanted

I have some suggestions for the generic API package. They are a bit drastic and depart from how this package is organized, but here it goes. 1. Remove the `defcustom`s....

Fixes #150 The implementation is a dirty special-case for org. A better solution is required but for now this branch can be used by people to try it out. We...