Gabriel Sroka

Results 29 issues of Gabriel Sroka

Hi, I really enjoyed these. Any thoughts about keeping score to gamify it (or just know how well you did)? Also, it would be great to be notified (preferably by...

suggestion

add comments and `const`

run it in a browser using the life.js source code. you can host this on github.io, too...

I'm calling an API repeatedly (500,000 times) and I noticed it runs 4-5x faster on PowerShell 5. The code below is not the actual API, but a minimal example that...

Issue-Question
WG-Engine-Performance
Up-for-Grabs
WG-Cmdlets-Utility
First-Time-Issue

`okta-cli raw logs` returns a `target` which is a JSON array (ie, a Python list), but u can't address it. eg, it'd be nice to request `target.0.displayName` or `target[0].displayName`, etc,...

`okta-cli raw logs` returns un-pretty-printed JSON by default, whereas other commands return a table by default, or the JSON is pretty-printed.

`--output-fields` _replaces_ the default fields. it'd be nice to have another flag to _add_ to the default fields.

for large fetches (eg, 1,000s of users), it fetches everyone first, then displays them (this is nice because you can format the table, and you want to figure out the...

## Checklist - [x] I've searched for similar issues. - [x] I'm using the latest version of HTTPie. --- ## Minimal reproduction code and steps see httpie debug output below...

bug
new