I'm using autopep8 auto-formatter in VSCode (MacOs) but I can't seem to make it work to split lines greater than max-line-length in the imports section. In the
useEffect(() => { const fetchData = async () => { await fetchEventSource(`/weborders/${agentId}/web_stream`, { method
I am currently getting bamboo notification emails, but it doesn't have any log lines included in it, I wanted to include last 100 lines of bamboo logs into noti
I try to use OpenZeppelin SDK to make my contracts upgradeable using the SimpleProxy approach. I need to test my contracts for upgrade compatibility (e.g preven
I want to manage to upload and save files into ./project/client/static but whenever I tried to save the file it always end up at ./project/server/. I want to co
I have hosted backend code on IIS with below settings enter image description here My StartUp.cs looks like below public class Startup { private readonly st
First time running anomaly detection with isolation forest (sklearn). I have a dataframe of continuous variables mixed with categorical variables which I one ho