I am currently starting up a front-end build somebody else made. The project is not letting me do a commit until the linter check succeeds. It tells me that the
I'm trying to rotate a square using rotation matrix with this implementation. void Square::rotateVertices(std::vector<float> &vertices) { float px
Consider this scenario: there is only 1 screen in the app - App.js. There are 5 components on that screen: compA, compB, ... So there is only 1 api to get the a
I'm trying to build an executable file, on the manual it gives two options to build the file, with make and cmake. (Note that the program runs on linux) So I fo
I have this code, which works as wanted. It takes an object, which is basically a list of properties (of any type). It should return an object with all same pro
I need to implement a masonry layout. However, for a number of reasons I don't want to use JavaScript to do it. Parameters: All elements have the same width El
I'm trying to train a multimodal transformer (BERT-based) for text classification on both text and tabular data, but my models are reducing neither training nor
I need to make dropzone to compress images after they all load. I tried to use queuecomplete but I kept getting errors. I don't know where exactly to put that.