marble icon indicating copy to clipboard operation
marble copied to clipboard

Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.

Results 10 marble issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I recently attempted to upgrade fp-ts and io-ts in my project and received a ton of compiler errors for declared events: ``` - "fp-ts": "2.12.1", - "io-ts":...

Bumps [file-type](https://github.com/sindresorhus/file-type) from 8.1.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...

dependencies

**Describe the bug** Following the Marble docs for creating an amqp publisher I receive the following error on app start-up `(node:90349) UnhandledPromiseRejectionWarning: TypeError: rabbitMqClient.send is not a function` because the...

bug
scope: messaging
needs reproducible example

**Is your feature request related to a problem? Please describe.** Right now `HttpRequest` is can be [assigned any property](https://github.com/marblejs/marble/blob/bcdc101716ddf15c94f9189b53f9912b418ba143/packages/core/src/http/http.interface.ts#L20). Thanks to that you can pass custom properties down the stream...

question
scope: core

**Describe the bug** when importing `LoggerTag` from `@marblejs/core`, the enum is undefined. **To Reproduce** ```ts import { LoggerTag } from '@marblejs/core' console.log(LoggerTag.HTTP) ``` produces the following error: ``` console.log(LoggerTag.HTTP); ^...

How to implement server side events?

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

**Is your feature request related to a problem? Please describe.** I love RxJS too, and absolutely agree the concept of your design, everything is stream, no matter it's HTTP or...

**Is your feature request related to a problem? Please describe.** Currently, in the docs, Redis can be used for messaging. Apparently, only Redis pub/sub is supported which does not guarantee...