Daniel Einspanjer

Results 27 issues of Daniel Einspanjer

I've used Dash for years, but have only dabbled in creating cheat sheets and such a couple of times. Recently I've wanted to view docs for [httpie](https://httpie.org/doc) inside Dash, so...

I'm curious, what do you think about setting up a wiki page on this repo to collect various operations people come up with? I noticed that there are a few...

I'm wrestling with a problem that is really keeping me from just going crazy with json-logic. I'm performing lookup and matching between data found in item A and data available...

One of my developers ran into a problem with my API that uses json-logic for parsing. In the normal case, they might have a query such as these: ``` {"~":...

Currently, "in" supports these cases: Primitive element in array: `{"in":[ "Ringo", ["John", "Paul", "George", "Ringo"] ]}` Substring in string: `{"in":["Spring", "Springfield"]}` However, if the array you are testing for containment...

I'm submitting a ... * [ ] bug report * [x] feature request * [ ] question PostGraphile version: 4.4.0 It would be nice to be able to easily do...

💅 enhancement
✨ feature
🔍 GraphiQL

Using the instances keyword works fine in the online DSL editor as well as rendering in structurizr-lite and cloud, but if you try to push or validate using the CLI,...

Is there a way to configure a dataclass_json class to skip encoding some or any fields when they have None values?

This WIP PR demonstrates the progress I made in optimizing how containertasks are queried. I wasn't able to get the `make generate` to generate files that looked anything like the...

There are other useful and important parameters that can be specified on the CreateVolume API such as creating a volume based on a snapshot. Is there an important reason the...