I am working on reactjs project using material-ui. Web-page is working perfect on desktop layout but when I switch layout to responsive (mobile). Than all the t
I have an Iridium 9603 connected to an MCU which works with the Mbed operating system. It is connected through an RS-232 serial port. The code is the following.
I am trying to integrate my webpack project with sass-loader, but I am get this error: Module build failed: Error: Cannot find module 'postcss' I already in
I am new to Haskell and the syntax has been giving me a bit of trouble, especially in understanding how to iterate. I am creating a method what will process a s
I declare a formcontrol like this: serial: [null, [binaryLengthValidator(10), Validators.required]] I want my customer validator trigger on blur, and the requi
I came through a problem which I never happened to face before in Django queryset. I have more then 1,00,000 of floating point datatype (records) along with for
I need to use the value selected in list box(User form) to use as a array to apply on filter as a criteria. I am able to store the selected data in string but s
I can't get the token with getToken: This variables are ok: NEXTAUTH_SECRET=secret NEXTAUTH_URL=http://localhost:3000 Here is my [...nextauth].js - I can do co
I have a project where I have users on the backend and I have go-karts run by rosbag which in turn is on the frontend. I want to put my topics in a database bu