Nick

Results 7 comments of Nick

To add a similar issue where `.val()` is not added: ``` path /{project_uuid} { read() { projectMatch(this.parent_uuid) } } function projectMatch(parent_uuid) { return ( auth != null && parent_uuid !=...

I replaced `gem 'tinymce-rails', '4.3.2'` in my gemfile with `gem 'tinymce-rails', :git => 'git://github.com/spohlenz/tinymce-rails.git'`. Now the problem seems to be gone. Does that make sense? It seems to be still...

I'm experiencing the same issue. Using pulse 1.6.6, Node 20.18.0, Mongoose 8.8.2. `lockedAt` remains `null` after successfully completing the job. const pulse = new Pulse({ mongo: db.connection.db, collection: 'jobs', defaultConcurrency:...

I wonder if the behavior is coming from using `mongo: db.connection.db`, which uses an existing database connection, instead of using `db: { address: dbUri, collection: 'jobs' }` as per docs....

@fiznool, @lorand-horvath Anything in the planning regarding Express 5 compatibility?

> update on this? Have you been to use No updated on my end. The library produces errors in the console when you use it in combination with React 19....

I also believe tslib should be added to the dependencies. When I used `npm` I had no problems, but after switching to yarn: > Error: @pulsecron/pulse tried to access tslib,...