Kristijan Sedlak

Results 33 issues of Kristijan Sedlak

Today is monday (9. feb. 2015, ~12:20). When parsing `monday` parser returns next monday instead. ``` ruby Chronic.parse('monday') #2015-02-16 12:00:00 +0100 Chronic.parse('this monday') #2015-02-16 12:00:00 +0100 Chronic.parse('monday at 16:30') #2015-02-16...

As I speak with nodejs developers the majority love `--harmony` features (generators, yields) and they often complain about slow adoption that new cool features. That includes me ;). Well, once...

Please add support for `request.defaults` (like `$.ajaxSetup`) where we can set global configuration options (e.g. automatically logout and redirect to login if 401; similar to $http service in Angular).

If you set the I18n.locale to a value different from the default locale the delayed tasks will not preserve the setting and you will have to set it manually inside...

Based on the latest Google's and Amazon's documentation buckets support [offers strongly consistent](https://cloud.google.com/blog/products/gcp/how-google-cloud-storage-offers-strongly-consistent-object-listing-thanks-to-spanner).

I would suggest to use `JSON.parse` to parse values. ``` js var a = 'true'; JSON.parse(a) // returns boolean `true` ```

Hey. When I write my code I'm designing it not coding thus I have lots of questions :). Btw, I like your code style. How would you handle **nested resources**...

In the latest version the `npm unpublish` fails when a custom auth plugin is attached. If I remove `this.plugins.push((0, _authUtils.getDefaultPlugins)());` it works.

issue: need-more-info

The dependency icon in the readme is not showing.

**What happened?** Originally posted at https://github.com/kubernetes/kops/issues/11211 The Prometheus dashboard shows `5` alerts firing: ```yaml name: Watchdog expr: vector(1) labels: severity: none annotations: message: This is an alert meant to ensure...

kind/support