Valentin Agachi

Results 27 comments of Valentin Agachi

I have the same issue with a recent upgrade of `ioredis-mock` - we're now stuck on v5.5.2 because of the change in #1071. The unsupported commands getters should at least...

I suspect that ``+``+`0` and ``+``+`5` work as you describe because they might be handled by the Grid plugin of Compiz. Try disabling that plugin or change the modifier keys.

I fixed this by changing the flags for the `jpegoptim` to: ``` flags: ['-f', '--strip-all', '-d', '', ''] ```

I also ran into this issue earlier this year. I published a forked extension with other unrelated smaller features added: https://marketplace.visualstudio.com/items?itemName=avaly.restore-git-branch-tabs-improved While I haven't done anything specifically to counter this...

I looked into this today in my forked extension and found the issue and pushed a [fix](https://github.com/avaly/vscode-restore-git-branch-tabs/commit/3ea5af2263947dc2297663d55d5e8db1215f0a55) there. It's available in v1.0.1 of the [forked extension](https://marketplace.visualstudio.com/items?itemName=avaly.restore-git-branch-tabs-improved).

I have an use case similar to the one described in [this comment](https://github.com/keel-hq/keel/issues/427#issuecomment-903289347). Ideally `keel` should be configurable via annotations which containers / init containers it should update and which...

I think you may need to also add the validation logic in the `parseLiteral` method to handle input fields.

We'll happily accept a PR for this feature.

Can you please elaborate with a different real world example for this feature? I worry a bit about the performance impact this will have. Feel free to try it on...

@BahaaZidan `papr` supports two default timestamp attributes: `createdAt` and `updatedAt`. These attributes are pre-populated with the timestamp of the insert/update operation of the document. You can enable these attributes with...