I have a desktop app using Autofac. The framework I'm using doesn't provide hooks for dependency injection and thus the view models are instantiated using the s
I am unit testing global HTTP interceptor that gets the XSCRF token from a service call getReponse() and appends it to the header only in POSTS request postRes
So I have the code below and when debugging in IntelliJ, it seems to hang after executing this line JcaPEMKeyConverter converter = new JcaPEMKeyConverter() Any
Using requests module I query data from api's and I am trying to figure out how to handle exceptions correctly in order to count statistics on the errors that o
Is there any maximum size for code in Java? I wrote a function with more than 10,000 lines. Actually, each line assigns a value to an array variable. arts_bag
I am triying to deploy my blazor app (server side) into my VPS with CentOS. And the deployment went fine, i can access my website, but in the console i see the
In order to convert an integer to a binary, I have used this code : >>> bin(6) '0b110' and when to erase the '0b', I use this : >>> bin(
I want to share Text + Image together using ACTION_SEND in android, I am using below code, I can share only Image but i can not share Text with it, private Ur