I am trying store my dotfiles on GitHub using a bare repository. The thing is, that I want to create different branches for different desktop styles but if I ha
I am using Kafka and facing a problem. Kafka doesn't seem to work locally using minikube. I get this erorr: org.apache.kafka.common.errors.InvalidReplicationFac
I'm using this plugin for years now, and it's the first time I get this error. I'm working on an old project which i recently upgraded to the latests versions o
I want to track changes to documents in a collection in Firestore. I use a lastModified property to filter results. The reason I use this “lastModified&rd
New to R and RStudio, got problem in operating RStudio. I have a code sample about 53 lines, I could quit by typing "q()" or "quit()", but after I run any cod
Is there any way to combine 2 SQL queries into a single query? The table names used in both the SQL queries are same. The condition in the WHERE clause changes
I have only dabbled in coding before. Made this notepad programme to use while at work taking calls. Any advise on how this could be improved would be appreciat
There is a problem about fancy bottom navigation. I have created this structure. I have 4 bottom part. One of the bottom part, there is a button, it goes second
I followed this guide to download a JSON object from the browser. This is what my code looks like: var json = this.getEditorJSON(); var data = "text/json;chars
I'm trying to split up a string inside of a list into a list, and the string contains \n as a character. Whenever I use .split("\n"), its of course splitting th