All Questions

19771 questions


1 answers
247 views
0
How to write Javascript if branching by nullish or not

Sometimes I want to make a conditional branch based on whether a value is nullish or not.For now, I am writing as follows, but if there is a clearer way to write (specifically, I don't have to write n...

1 years ago

1 answers
509 views
0
ML-Agent tutorial says "Heuristic method called but not implemented.Returning placeholder actions." and fails to proceed

In the ML-Agent tutorial, there was a problem that could not be solved by following the document, so I would like to ask you a question.I've looked through other questioning sites, but I can't help it...

1 years ago

1 answers
431 views
0
Is there a way to search and sort the same string?

Number in order in column A.There is input from Hokkaido to Okinawa in column B.(in the order shown in the statistical survey in general) A state ranking (with numbers) of an item is entered in column...

1 years ago

1 answers
335 views
0
I don't know why enum is defined in included do in rails.

I heard that the method surrounded by included do~end will run when included.I think enum is defined here because I want to use this enum in the included class, but I think it is different from the or...

1 years ago

1 answers
294 views
0
I want to PUT the csv file in S3 in the requests module.

I am thinking of using Python requests module to PUT the csv file stored in AWS S3 (the file contains Japanese and needs to be converted from utf8 to Shift_jis).Please let me know what kind of code I ...


1 answers
242 views
0
I want HTML to display the entire video in the center of the screen.

For example, if you write CSS as below, you can generally see it as you want, but when you put it on a full screen (F11), the video position is displayed below the center of the screen as if it had re...

css
1 years ago

1 answers
319 views
0
I want to know how to automatically specify the height in the div with the background-image specified.

What do you want to doI would like to know how to automatically indicate height in a div with background-image, max-width specified.If it exceeds max-width, I want to reduce it to max-width.If possibl...

1 years ago

1 answers
486 views
0
NameError When Loading SAML Authentication Plug-in in Redmine 5.0.2

We are deploying saml authentication plug-in in Redmine (5.0.2) for Docker.The bundle install, bundle execrake has been completed and the deployment itself appears to be successful, but placing the co...

1 years ago

2 answers
278 views
0
I want to find the id when the maximum value is the minimum value.

実行 Execution environmentWindows 10Python 3.XpandasThis is the continuation of the question on this link.Pandas cannot retrieve data under certain conditions.リンクLinked questionsIn the link above, we we...

1 years ago

1 answers
414 views
0
If a Web page including a vertical image is printed, the image is outputted to a second page.

If you print the HTML below, .test-2 will appear on the first page, but The .test-3 image will be printed on the second page.Just below .test-2 (pink) on the first page, as shown in the first image (v...

1 years ago
« - 26 - »

© 2024 OneMinuteCode. All rights reserved.