Marcel Hauf

Results 15 issues of Marcel Hauf

Hello, when running 2D or 3D examples (0e1df4d9f712907e1c1ae10f77478221247f7f72), bevy warns about a performance problem: ``` 2022-04-11T18:17:01.846362Z WARN wgpu_hal::vulkan::instance: PERFORMANCE [UNASSIGNED-CoreValidation-Shader-OutputNotConsumed (0x609a13b)] Validation Performance Warning: [ UNASSIGNED-CoreValidation-Shader-OutputNotConsumed ] Object 0: handle...

C - bug

Hello, I modified the example slightly. Adding OtherItem into the Project structure give the following error: thread 'it_works' panicked at 'called `Result::unwrap()` on an `Err` value: duplicate field `Item`', /checkout/src/libcore/result.rs:859...

I am running turnpike on: Architecture: armv7l Byte Order: Little Endian Which is 32Bit. Autobahn.js RequestID differs from turnpikes. I think the problem is: type ID uint Autobahn.js chooses for...

Add Service feature similar to net/rpc registration of service methods. Adds "github.com/mitchellh/mapstructure" as dependency.

I would like to implement something similar to the net/rpc package service registration. It would remove the reflection/type checking in the user code and would allow for WAMP reflection later....

enhancement

### Observed behavior Hello, I tried sending syslog logs to OpenTelemetry Collector and Telegraf. Both can't parse the log entries from nats-server. They expect a missing version value in the...

stale
defect

These changes add a Benthos input component, which allows publishing Service Endpoints inside NATS. The input component receives request from NATS in form of messages and allows replying with a...

Adds a Benthos Cache component, which allows caching values inside a NATS Jetstream Key Value Bucket, referenced by a key. TTL settings from Benthos are ignored, because NATS KV does...

Adds a Benthos processor component, which allows sending request to a NATS subject and awaits a response. Based on the concept of https://docs.nats.io/nats-concepts/core-nats/reqreply Developed alongside https://github.com/benthosdev/benthos/pull/2352 and I am also...

It would be nice to have NATS Jetstream KV bucket as a Cache Component. Teased in https://github.com/benthosdev/benthos/pull/1704#issuecomment-1443869635 It is possible to build a cache with the `nast_kv` processor, but requires...

enhancement
caches