Mark Massoud

Results 8 issues of Mark Massoud

By checking the log from DataModel after deleting an object, the console prints ``` 'Implement handling for 'destroyed' socket messages' ``` I renamed that handler on line 164 for 'handlerDestroyed'...

I'd like to add functionality to create and revoke API Tokens. I've already did it in our application. The only tricky part is that the calls need to be done...

Use case would be when testing the url `www.mydomain.com` and another url, `www.mydomain.com/some/path/with/same/domain.html`. So both reports will be merging and overriding each other. e.g. ``` www.mydomain.com/2017-01-17-13-00-00/ www.mydomain.com/2017-02-17-13-00-00/ ... ``` So...

I noticed that in order to make it work, we need to pass it as '_User' I haven't tried it yet, but I'm assuming it would also be the same...

### 📜 Description The [/subscribers/:subscriberId/messages/:messageId/seen](https://docs.novu.co/api/mark-a-subscriber-feed-message-as-seen/) used to return an object, as `{ data : message }`, but it now returns an array as `{ data: [ message ] }`. I've...

bug
linear
triage

Thanks for this action @ahmadnassri ! I've noticed that when we fetch the workflow runs [here](https://github.com/ahmadnassri/action-workflow-queue/blob/master/src/lib/runs.js#L12-L15), it does not take into account the branch. For example: ``` // get current...

Fixes https://github.com/ahmadnassri/action-workflow-queue/issues/42

(This was already reported in a related issue, https://github.com/phosphor-icons/react/issues/62, but I think it's different because I don't use NextJS). I am trying to use [@swc/plugin-transform-imports](https://github.com/swc-project/plugins/tree/main/packages/transform-imports) to automatically transform the imports...

bug