I was working on a project where I have to update jira issue fields like components , epic links,etc. I am using jira python client(https://pypi.org/project/jir
I have this SpringFox @Api tag: @Api(hidden = true) I tried to replace it with: @Tag(hidden = true) But where is not option hidded=true What is the proper way
In my app, I have a UIState sealed class to represent the UI state. sealed class UIState<T> { class ShowLoading<T> : UIState<T>() clas
I have a pyspark DataFrame with only one column as follows: df = spark.createDataFrame(["This is AD185E000834", "U1JG97297 And ODNO926902 etc.","DIHK2975290;HI2
I'm trying to create an external data source with my HDInsight Cluster. While doing so, I need to provide location as Hadoop, Name, Node, IP Address, and port n
I'm trying to use an Azure Pipeline to delete a secret in Azure Key Vault. The Key Vault has soft-delete enabled and purge protection disabled. I want to delete
I'm trying to include https://github.com/Jinntec/Fore into my Vue project (Vue 2 with Vuetify), although I can't make it work. I tried to include it in my main.
I was using gpg to just for encryption and decryption purpose. the commands I used are: for enc: gpg --sign test for dec: gpg --decrypt test.gpg > test b