Maybe you were looking for...

Multi style text editing for TextField composable in android jetpack compose

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.

Can't consume localhost REST API on android application

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

How to Access Global Variable in Robot framework

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

Problems in if else statements in C

#include<stdio.h> #include<stdlib.h> int main(){ int month, day; printf("Enter the input : "); scanf("%d %d",&month,&day); if (day == 1 &

"export 'default' (imported as 'Vue') was not found in 'vue'

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'

Need help parsing through JSON Object in JMETER

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

Tensorflow.compat not found

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

AWS MSK - Update storage volume size by modifying the CF

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