Remy Blok
Remy Blok
BetterCMS tries to contain Select2 only within it's own context, but this is failing. - The CSS in `bcms.root.css` applies to all instances of Select2 combo boxes and not only...
I have a module with embedded resources. One of the resources is a style sheet that references custom fonts. These fonts are also embedded. The fonts are not served because...
We are using migration to add stuff to the database. We inherit our migrations from `DefaultMigrator`. This class has a property `SchemaName`. This property always contains a value stating with...
Thank you for updating this (awesome) extension to R# 9.1. I would like to change the default settings for the added contracts, but with this version It seems that the...
### Type of Connector Custom Connector ### Name of Connector Tribe CRM ### Describe the bug I'm building a Custom Connector on the [Odata service of Tribe CRM](https://www.postman.com/tribecrm/workspace/tribe-crm-api-public/collection/9709290-351dc670-13e7-4e30-a087-34b7e8faa7f1). The default...
paconn sends success messages like `Login successful.` to the `stderr`. When integrating `paconn` into other tools/pipelines this causes strange behaviour. This PR changes: - All messages are routed through the...
--- ### When submitting a connector, please make sure that you follow the requirements below, otherwise your PR might be rejected. We want to make you have a well-built connector,...
Hello. The `pac connector` commands work with a `settings.json` file. The settings file schema is defined [here](https://github.com/microsoft/PowerPlatformConnectors/blob/dev/schemas/paconn-settings.schema.json) and explained [here](https://learn.microsoft.com/en-us/connectors/custom-connectors/paconn-cli#settings-file) as part of the paconn tooling. The `connectorId` is defined...
**Is your feature request related to a problem? Please describe.** I need to create [Detached JWS signature](https://tools.ietf.org/html/rfc7797) for all requests to a webservice. Also for `GET` requests (which do not...
**Is your feature request related to a problem? Please describe.** I want to use Gherkin in another language then English. Like described here https://cucumber.io/docs/gherkin/languages/ Behave support other languages, but this...