I have a test suite that I run with python3 -mpytest --log-cli-level=DEBUG ... on the build server. The live logs are useful to troubleshoot if the tests get s
I have 2 workers, but only one of them has proper 'build stack' (should be used for build only), so I'd like to 'delegate' one step of my pipeline to that node.
I have to write a shell script to accept the product order details as string input and display the total order amount and number of order under each category.
I have a data that consists of (850500 rows, 10 categorical columns) (After clustering > 10 categorical columns and Cluster column) I used T-SNE to visualize
I have two files PokerCards and Frame. PokerCards is enumeration *my suits work fine* enum Number { Ace, Two, Three, Four, Five, Six, Seven, Eight, Nine
i have this model with username and email set uniqe to false const UserSchema = new mongoose.Schema({ username: { type: String, required: true, mi
I have a small form, which comes up when I press a button in a Windows Forms application. I want to be able to close the form by pressing the escape key. How co
I have Python code that outputs list of lists. However, it will throw errors as many elements there are in the list. I tried both of these: @app.post("/path/to/
A Rails newbie here. I believe I am rather confused as to how fields_for operates within a rails form. I have a has many through relationship formed with Projec