Kjell Winblad

Results 16 issues of Kjell Winblad

The links to files that are not images are not URL-encoded which results in broken links when invalid characters are used in the file names. This pull request fixes this...

**Describe the bug** jq does not compile when the path to jq contains spaces. **To Reproduce** mkdir "dir with space" cd "dir with space2 git clone [email protected]:stedolan/jq.git cd jq git...

How to reproduce: ------------------------ Install docker and docker-compose Do the following ``` git clone https://github.com/kjellwinblad/brod_gssapi.git cd brod_gssapi git checkout origin/kjell/example_not_working -b kjell/example_not_working cd example ./up docker-compose up brod_client ``` The...

This commit adds a rule engine configuration option for changing the implementation module used for the rule engine function jq. The two options are `jq_port` (uses Erlang port programs to...

codeball:needs-careful-review

As the title says, this PR adds documentation for the new `jq` rule engine functions. This should be translated to Chinese as well. @terry-xiaoyu can you handle the translation to...

This commit also upgrades the hstreamdb_erl driver library and change the action/bridge to use the new hstreamdb_erl. Much of the code for the new API is copied from: https://github.com/emqx/emqx-enterprise/blob/be1a1604dd5c4c06ea6be15b702f35d9bdec48a7/lib-ee/emqx_rule_actions/src/emqx_backend_hstreamdb_actions.erl Fixes:...

Hi, this tool looks very nice. Unfortunately I get the following error when following the installation instructions: > go get github.com/gonejack/html-to-epub package embed: unrecognized import path "embed" (import path does...

The rule engine unescape function should convert the escape sequence \a to the alarm bell symbol (ASCII 7). This bug was created as it was assumed that Erlang convert $\a...

This PR adds test cases that check that the authn and authz modules for MongoDB support the use_legacy_protocol configuration option. Fixes: https://emqx.atlassian.net/browse/EMQX-12245 Release version: v/e5.? ## Summary ## PR Checklist...