Szabolcs Szilágyi

Results 20 comments of Szabolcs Szilágyi

@adrian-gierakowski unfortunately no, personally I started to move away from using highland utilizing `async-await`, `for await of` and nodejs' built in [`pipeline`](stream_stream_pipeline_source_transforms_destination_callback) method. There is a helper lib that a...

Thank you for the fix @phelrine! Also for others who encounter this issue with spacemacs: 1. clone phelsine's repo and checkout the correct branch (`fix/closql-update`) 2. add the following config...

Not relevant anymore ~following a package update I'm getting:~ ``` Debugger entered--Lisp error: (wrong-number-of-arguments (1 . 3) 4) #f(compiled-function (class &optional livep connection-class) #)(code-review-db-database code-review-db-connection "/home/user/.emacs.d/code-review-db-file.sqlite" t) apply(#f(compiled-function (class &optional...

Hmm further looking at it this may not solve it :thinking: Looking at this issue as I also got a problem with database connection, it keeps wanting to create new...

hello @Skn0tt, Yes it seems to solve it.

pardon, small correction: on the test case noted [here](https://github.com/Skn0tt/nextjs-nestjs-integration-example/compare/master...szabolcs-szilagyi:nestjs-initialization-bug?expand=1). It works, but on my other project even with this I get the multiple initialization. Log from there: ``` $ npm...

From the above just ignore the TypeORM issue - needed to add the `keepConnectionAlive: true` option for it. But the reinitialization of the NestJS app is still happening. It also...

Tired it in production mode, it also happens there. With the difference, that it happens multiple times upon first page load, but then it doesn't happen again upon navigating to...

hello @msherry, I've created a PR for this topic, once you have time please have a peak. Not the most elegant solution, but with my awk skills.. :smile:

Interestingly the `CLOCK` entry is somehow incorrect in the above example. I've tested the code again and its okay. Sample event that can be used for testing: ``` BEGIN:VEVENT RRULE:FREQ=WEEKLY;UNTIL=20240314T084500Z;INTERVAL=1;BYDAY=MO,TU,WE,TH;WKST=...