Sebastian Bean

Results 12 issues of Sebastian Bean

strange issue with require URL injecting a "/?/C:\" in the require path error: ``` getRequire file:///C:/Users/slyce/dev/opencv4nodejs/esm/lib/meta.js file:///C:/Users/slyce/dev/opencv4nodejs/esm/lib/cvloader.js:101 throw Error(msg); ^ Failed with: The specified module could not be found. \\?\C:\Users\slyce\dev\opencv4nodejs\build\Release\opencv4nodejs.node,...

Calling this groq query: ``` export const sourcesByRecordingDateQuery = defineQuery(` *[_type == "streem.source" && defined(recording) && defined(recording->recordingDate) && !defined(parentSource) && dateTime(array::join([$filterDate,"00:00:00.00Z"],"T")) < dateTime(recording->recordingDate) && dateTime(recording->recordingDate) < dateTime(array::join([$filterDate,"23:59:59.99Z"],"T")) + 60 *...