-
### Description
When having a fabric view component spec and using a direct event emitter which returns an object, which has an array field, which is of a custom object type the generates C++ code fo…
-
I'm trying to use the logger.on('logging', function (transport, level, msg, meta)){..} event emitter to fire a socket.io event, however the timestamp that I have defined in my transport is not availa…
-
### Which packages are you using?
stream_chat, stream_chat_flutter, stream_chat_flutter_core, stream_chat_persistance, stream_chat_localizations
### On what platforms did you experience the issue?
…
-
https://secure.splitwise.com/api/v3.0/get_notifications lets you get:
```
{
"notifications": [
{
"id": 32514315,
"type": 0,
"created_at": "2019-08-24T14:15:22Z",
…
-
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when type defs are not inculded especially for events.
**Describe the solution you'd like**
Include typed …
-
before:
``` js
app.on('pkg/test', fn);
app.emit('test');
```
after:
``` js
app.on('test', fn); //pkg/test works as well
app.emit('test');
```
Use regex.
-
**Is your feature request related to a problem? Please describe.**
When emitting an error inside `process.nextTick` the stack trace is poor. It doesn't show where the emitter has been created, whic…
-
I've noticed a few issues in method calls and signals when a DBus service restarts, or isn't initially running. (Some probably being issues with C clients connecting to my zbus-based service.) So I wr…
-
# Summary
## Problem
Users often don't know what is happening behind the scenes in `webnative` when they are recovering their file systems. Emitting events during this flow will give app develop…
-
I first thought this was because the instance wasn't attaching properly to the transform, but after some testing it seems like the voice chat emitter volume is decreasing the further away from spawn (…