I want to change the text style (fontSize , color , fontWeight , ...) of a selected text in a TextFiled() composable , with a button in android jetpack compose.
I created a simple Restful Api using Spring boot and Kotlin, and I'm trying to consume it an android app but can't seem to do so. It's working fine on postman,i
I am trying to use variable which is set in one file and want to access variable in another file. How to do it in Robot framework. Currently my file test_1.robo
#include<stdio.h> #include<stdlib.h> int main(){ int month, day; printf("Enter the input : "); scanf("%d %d",&month,&day); if (day == 1 &
I am a beginner with VueJs and this is my first App: import { BootstrapVue } from 'bootstrap-vue' import { createApp } from 'vue' import App from './App.vue'
I'm testing an application that calls one API, gets a bunch of work orders, then only the work order ID's are passed to another API to display on the page. The
I am trying import tensorflow.compat.v1 as tf and getting an error ModuleNotFoundError: No module named 'tensorflow.compat'. I've installed tensorflow=2.8.0
I have created an MSK cluster and all associated configuration using cloud formation template. Now I have to update the stack with more storage. Can I just modi