I am trying to write a test on this flutter package https://pub.dev/packages/wechat_assets_picker using the Mocktail package https://pub.dev/packages/mocktail,
VSTS has this amazing feature, using TFS Power Tools, you can see if someone else has edited a file, that was not commited. this is great in projects where (som
Here is my code This is Service.js file import React, { useEffect, useState } from 'react'; import Home from './Home'; const Service = () => { const [pr
How to find that a number is float or integer? 1.25 --> float 1 --> integer 0 --> integer 0.25 --> float
I've made a chat app, and for rendering messages flatlist is used. But the problem is tried to scroll to the end of the screen every time the page is loaded, bu
I am working on a flutter app, and what I am trying to implement is a flip effect using this plugin Flip Widget. The plugin works fine for the right to left (ne
I'm trying to create a file with the current date and time (seperated by underscores) as the file name, but I get the following error when compiling: main.c:45:
I have a MySQL table for which I do very frequent SELECT x, y, z FROM table WHERE x LIKE '%text%' OR y LIKE '%text%' OR z LIKE '%text%' queries. Would any kind
I have the following document as an example: [ { _id: ObjectId("6206bb93686af95e81f45afa"), steps: [ [ '6206bb87686af95e81f45af9',
Simple problem. I want to change the parent of LayerA to GroupB. The member "parent" of layer is read only, and I can't use pdb.gimp_image_insert_layer because