Tim Hitchins (EkkoSense)

Results 7 issues of Tim Hitchins (EkkoSense)

the JSON:API spec allows for delete requests to have a status code 204, and have no content in the body. This causes an error in this library because it tries...

**Is your feature request related to a problem? Please describe.** I have a pipeline which is 1. Extract a string from a JSON object with the `JPath` operation 2. Decode...

feature

#### Expected behaviour The print preview is rendered #### Actual behaviour The tab crashes with a STATUS_BREAKPIOINT error #### Live demo with steps to reproduce ```html customElements.define("custom-element", class CustomElement extends...

Type: Bug
Product: Highcharts

Example: ```js braces.expand('{..a,b}/c') ``` Expected result: ```js [ '..ac', 'bc' ] ``` Actual result: ```js [ '{..a,b}c' ] ``` Note that the current behaviour is differing from the bash implementation:...

bug