toddb
toddb
@atanas-todorov-assent I will still expose it.
Something like this—I am trying to get to the bottom of this. This will change as there is a new 2.2 release on the horizon. Please add below what you...
@atanas-todorov-assent Great question — and honestly, one I've been digging into myself. (Also agree this isn’t the ideal place for this kind of discussion… but where else? 😅) > Why...
@atanas-todorov-assent @vertigo7x If you checkout the [README events](https://github.com/novuhq/novu-dotnet/blob/main/README.md#events), this method is the only with that did not have full compatability There are multiple issues here (which I can help fix),...
@atanas-todorov-assent @vertigo7x Changes are pushed here https://github.com/novuhq/novu-dotnet/tree/106-subscribers-cannot-be-notified-by-topic
Related to https://github.com/novuhq/novu-dotnet/issues/111 and https://github.com/novuhq/novu-dotnet?tab=readme-ov-file#workflows
@atanas-todorov-assent As examples, have you looked at the test suite? eg integration [Workflow tests](https://github.com/novuhq/novu-dotnet/blob/main/src/Novu.Tests/IntegrationTests/WorkflowTests.cs) Personally, I use the Sync library as part of my migration strategy in the build pipeline....
You can suppress the specific warning in the console for vite via the rollup options ```typescript import { defineConfig } from 'vite'; export default defineConfig({ build: { rollupOptions: { onwarn(warning,...
Strange because it did work for me as expected using `onwarn` and I played around with understanding the object codes, etc. Couple of notes: * I'm using `yarn` * [onLog](https://github.com/vitejs/vite/issues/13624)...
@michaldziuba03 Thanks for pointing to the code. Is this documented anywhere that I missed? I also see the same approach for [sms](https://github.com/novuhq/novu/blob/f05dbabe5d1bea7e301a4040a7300a935abda69d/apps/worker/src/app/workflow/usecases/send-message/send-message-sms.usecase.ts#L105). Do you think you are up for improvements?...