Stanislav Termosa

Results 9 comments of Stanislav Termosa

Grunt script for testing fails 😭 ``` (node:22881) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent...

Exactly the same issue :( - Linux Mint 16 Petra - Ruby 2.1.4 (and 1.9.3)

What is this last change about? To remove the access by `key`?

I was wonder how would you decide to merge it. Because on one side, it is a major fix, as it is changing the interface of the Hono. And on...

Looked more into it and saw that: 1. The **validator** also needs to know about `undefined` state 2. The Hono Client is affected by this PR The Client does a...

Of course. All of these will be calling the validator you defined and types should represent it. ```sh curl .../search curl .../search?foo=1 curl .../search?foo=1&foo=2 ``` Because `validator()` can modify the...

Yes, that's right. And there is also the code duplication below.

In that specific place I haven't installed `utc` plugin

If you have a parent component that is not changing, you can [create and store the `id`](https://github.com/termosa/vue-uniq-ids#accessing-and-generating-ids-via-js) in the parent and pass it to your dynamic child component.