Ruben Laguna
Ruben Laguna
There is no way to set the "start" or "limit" arguments in [1] so there is no way to look at the remaining threads. [1] http://groups.google.com/group/disqus-dev/web/api-1-1#get_thread_list
- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...
- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...
The following expressions are currently incorrect: ``` [1,2][0] [for (.object.topics.relatedTopics.list) .element][0] ``` The only workaround that comes to mind is ``` let mm = [1,2] $mm[0] let xx = [for...
It's not clear fromt he current documentation the operator precedence (pipe, logical, arithmetic, etc) I would be great to have a documentation page backed by tests on `query-tests.yaml`.
Given two objects ``` { "nested": { "a": 1, "b": 2 } } ``` ``` { "nested": { "b": "overwrite", "c": 3, } } ``` The `merge($a, $b)` should produce...
Given the input : ``` { "a": 1, "b": 2, "c": { "d": 3, "e": 4 } } ``` I want the `filter(myobj, ['.b', '.c.e'])` to produce the output ```json...
Like ``` [General] snippetfile = "/Users/ecerulm/.config/pet/snippet.toml" .... selectcmd = "fzf --ansi" color = true ``` or allow to specify options via environment varialbe PET_OPTS=`--color`.
I have "U.S. International PC" as Keyboard Input Source which means that to produce ä I need to press " followed by a and to produce an actual double quote...
`aws-nuke` fails to delete the eks cluster, It seems that it does not even attempt to delete the EKS nodegroup (which i think it's a prerequisite to be able to...