Alex

Results 6 issues of Alex

The original code has outdated webpack which is using outdated openssl functions, so it produces the next error on development server start: ``` node:internal/crypto/hash:68 this[kHandle] = new _Hash(algorithm, xofLen); ^...

As stated in https://github.com/matrix-org/dendrite/issues/3358 the search response contains both original and edited message. This PR fixes it by removing of the original message from the fulltext index after indexing the...

As it stated in https://github.com/percona/mongodb_exporter/issues/773 there is no chance to monitor cluster nodes with the only mongodb+srv url specified. According to the specification, direct connection couldn't be used with a...

This can confuse somebody so needs to be updated

According to #1081 this change adds websocket target support to monitor availability and functionality of websocket servers. This probe provides features as follows: - Basic HTTP authentification - Bearer token...

This PR introduces the missing URL Preview functionality ( Issue #1303 ) According to the specification that endpoint requests require authentication and are rate limited. There are both endpoints (v1...