I'm getting Invalid array length error when trying to install packages in a docker container: Step 8/38 : RUN pnpm install ---> Running in 13202af71de7 Prog
I apologize there is going to be a lot of attachments to explain this. I am pulling a JSON object, storing it in SQLite, then later retrieve it and trying to co
I started using HTML and CSS a while back, but I started implementing JS only about a couple of weeks ago. I understand JS independently, along with HMTL and CS
How can I make the code below that works in onPressed state work in onHover state? class _MyState extends State<MyPage> { bool _flag = true; @ove
I am trying to retrieve the data stored in local storage but I get the value as [object Object]. I know that local storage only takes strings and the data has t
When I change orientation application restarts and I lost my current data.. I am using activity group which contain lots of activities when i change orientatio
I have the following sign-in test set up for my app: testWidgets('sign in with email and password', (WidgetTester tester) async { app.main(); await tester.p
I am currently struggling with a problem I am having with rest calls to an AWS s3 API hosted by a rados/ceph gateway. For reasons I wont go into, I can't use an
I need to obtain the CIE x and y coordinates from the chromaticity diagram. I tried the following: take an RGB point, convert to sRGB, plot it. Separately conve