Paweł Uchida-Psztyć

Results 77 issues of Paweł Uchida-Psztyć

I am trying to configure then GH action and after a few hours, I am starting to giving up. My repo is private but I believe I already fixed all...

This issue was reported by one of my users: https://github.com/advanced-rest-client/arc-electron/issues/102 The user put the following text into the input: ``` { "regex1": "^([\\w][\\w\\s\\-]*[\\w]|[\\w])$", "regex2": "^\\-?[1-9][0-9]*(\\.[0-9]+)?$", "testParam3": "${placeholder}" } ``` The...

bug

Polymer 2.0 uses Web Components v1 specification that is natively supported by browsers. I would use the component if it would work with this version of Polymer.

The following code fails with the `Invalid count value when no rows` error. ```js import { printTable, Table } from 'console-table-printer'; const table = new Table({ title: 'Project folders', });...

released

Originally reported on Google Code with ID 48 ``` What steps will reproduce the problem? 1. Install App 2. Send Request to REST end point which returns a 303 along...

enhancement

Originally reported on Google Code with ID 301 ``` Curl is a popular HTTP debugging tool. If we could export and import request settings as curl commands, it would integrate...

enhancement
design-doc
Roadmap

FROM the CWS review: "The requested URL can't be reached The service might be temporarily down or it may have moved permanently to a new web address. Cannot read property...

For APIs that support voice commands there should be an option to define request parameters, record a voice command and send it to an endpoint as soon as voice message...

enhancement

The app should provide a view for API documentation. When projects model will be replaced with RAML definition (#509) the app should: - provide a way to create / edit...

design-doc
Roadmap

The app should have an ability to provide an OAuth support for popular providers. Right now when the user is making a request to the endpoint protected by OAuth2 he...

enhancement
Usability