thebpmgroup

Results 10 issues of thebpmgroup

Calling a custom JSONP Rest API written in PHP. This is a typical response : {"body":[{"taxonomy_id":"1","taxonomy":"test taxonomy updated","parent_taxonomy_id":null,"created":"2019-07-30 15:14:05","updated":"0000-00-00 00:00:00","active":"1"}],"count":1} This is how I have configured the component, as per...

* Operating system: Windows * Pencil version: 3.1.0 I have created a stencil and added some properties which are all displaying apart from the Bool property. This behaviour is consistent....

I have an open api spec that is like so ```yaml swagger: "2.0" info: version: 1.0.0 title: Swagger petstore description: A sample API that demonstrates Swagger Express Middleware features consumes:...

Fix for remote ref files in openapi plugin [https://github.com/outofcoffee/imposter/issues/145](https://github.com/outofcoffee/imposter/issues/145)

Is it possible to get an example where you can switch the active tab to the tab that was last clicked? I am trying using refs so I can set...

Follow the instructions [here](https://raw.githack.com/uiwjs/react-codemirror/doc3/index.html) to the letter. Run the example > Module not found: Error: Package path ./keymap/sublime is not exported from package > Module not found: Error: Package path...

How do you get access to the codemirror editor instance so that you can use the api? For example [https://codemirror.net/doc/manual.html#api](https://codemirror.net/doc/manual.html#api) See ```js doc.markText(from: {line, ch}, to: {line, ch}, ?options: object)...

### Brief summary I have written a simple test which uses faker. When I run the test from the command line (using the transpiled code producted by webpack) I get...

bug
js-compat
evaluation needed
awaiting user

Cloned git repository. Installed as per instructions. Edited /examples/http_api.py with client id, key etc. Edited app settings return url to match. Got authorisation code and list of routes. Edited the...

* aiohttp_validate version: Latest * Python version: 3.7 * Operating System: Ubuntu 18.04 ### Description Get the original request object Need to get an async background worker object (redis pool)...