So I have done mvn release:clean and mvn release:prepare. As a result I have a clean tag on my subversion with the latest version 1.3.3 of my artifact. Now I
I'm working on a project which uses react-google-maps (https://github.com/tomchentw/react-google-maps) library. It works well, but we stumbled upon a problem w
I have a Python script that creates multiple .Rmd files, and I wanted a way to automatically turn them into .html's without having to manually knit each within
I currently have a backend / frontend application that uses a shared types folder which contains all of the request / response body interfaces. As the applicati
I can't find a nice way to write several regexp into one such that input string is checked against all sub-regexps like this: def match(input_str: str, regexp:
JSON file I have has following data: { "P1":{ "L1":{ "crn":"1" }, "L2":{ "crn":"100"
I have a Javascript, Html and Css Website and have some Pictures that aren't mine. Now I have the Question how is the correct way how you give credits. I just w
I couldn't add the Heiken ashi candlesticks to my codes. to be able to find the color change of the candles I want to do I'm trying to learn at work, thank you