Shi Yan
Shi Yan
The extension tries to write the __init__.py into the wrong folder. I don't know how to change this behavior ```bash ==> Building: $ cmake --build /home/xxx/work/cpp/build/temp.linux-x86_64-cpython-310_Blah --config Release ==> Installing:...
The build issues are due to the deprecation of the THC lib, This migration is based on the suggestions from https://github.com/pytorch/pytorch/issues/72807#issuecomment-1039505288 The torch extension infra seems to enforce no_half_operators, this...
> Returns the principal value, in radians, of the inverse tangent (tan-1) of e. That is, approximates x with π/2 ≤ x ≤ π/2, such that tan(x) = e. https://www.w3.org/TR/WGSL/#atan-builtin...
saves one google search.
followed https://developers.asana.com/docs/upload-an-attachment ``` client.attachments.createAttachmentForTask(gid, {file: '/home/shiy/Downloads/test.png'}) .then((result) => { console.log(result); }); ``` got ``` Unhandled rejection TypeError: client.attachments.createAttachmentForTask is not a function at client.tasks.createTask.then (/home/shiy/autocatlabeller/inbase/inject.js:70:26) at tryCatcher (/home/shiy/autocatlabeller/inbase/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler...