Sami Hamine
Sami Hamine
Hi @pradeepvish1213 , you have to rebuild your node-sass module. A simple "npm rebuild node-sass" will solve the problem
Same problem here, any help please?
Same problem, any help please? 👍
@TheMadKow while waiting for the update, you can modify the index.js file by replacing : nodes.forEach(node => { // const getDeps = [...snapshot.getDeps_UNSTABLE(node)]; const getDeps = [...snapshot.getInfo_UNSTABLE(node).deps]; nodeDeps[node.key] = getDeps.map(dep...
I share an example with "promise/await" , it works well for us : ```javascript const updateJobById = async (jobId, updateBody) => { try { const job = await agenda.jobs({ _id:...
@petermarcoen You forgot to specify the data field to update all your specific attributes, it's **job[0].attrs.data** Try this : ```javascript const jobs = await agenda.jobs({ name: 'run', _id: ObjectID(scheduleId), });...
I have the same error. ` return np.round(X_orig).astype(np.int) ` Change it to: ` return np.round(X_orig).astype(int) ` in the file : skopt/space/transformers.py EDIT : There is a PR https://github.com/scikit-optimize/scikit-optimize/pull/1159 but didn't...
Just a suggestion : try to remove the "RESOLUTION" property from "hls_variant", maybe the problem comes from that. It worked for me.