Bernard Ligny
Bernard Ligny
We are currently trying to reflect the actual queue contents into the main menu - using a counter representing pending updates (see picture): To do so, we are using the...
Would it be possible to add the "Process Lines Containing..." feature that exists in TextWrangler.  which allows matching lines to be - deleted - or copied (to clipboard or...
As most of you probably already know it, Camel has removed in version 3 the support of **multiple CamelContext** (inside a same VM). As a result, in the event your...
Given the following (Swagger v2) specs: ```yaml responses: HeadpointPortfolio: schema: type: array xml: name: headpoints namespace: 'http://erpgis.haulogy.net/api/v1/crm' wrapped: true items: $ref: '#/definitions/HpPortfolioEntry' definitions: HpPortfolioEntry: type: object xml: namespace: 'http://erpgis.haulogy.net/api/v1/crm' name:...
See post on forum: https://groups.google.com/forum/#!topic/mountebank-discuss/0FrlvPErRR0 The idea is to augment (at least for "tcp" protocol) the current contract with an optional welcome message that will be sent spontaneously by mountebank...
Hello I successfully managed to integrate my angular (Ionic4) mobile application with Keycloak v4. However, I noticed that (once redirected and logged into KC) the authorization endpoint (eg: "http://localhost:8080/auth/realms/master/protocol/openid-connect/auth?client_id=....) is...
Following my recent request to be able to know `Queue` lengths, a new `getAll()` method has just been added in version 4.3.0 (cfr #2018). Very nice...but the fact is that...
Do you plan to add support for SSH elliptic keys (https://wiki.archlinux.org/index.php/SSH_keys#Ed25519) ? I see that your are using the JSCh library, which is publicly known to not support it (although...
Hello First of all, let me congratulate you for this project. I've discovered it just today, and I find it very nice (and very handy). After having played a bit...