Test class : @RunWith(MockitoJUnitRunner.class) @TestPropertySource("/application.properties") @AutoConfigureMockMvc @SpringBootTest @WebMvcTest(PensionerDetail
I have a problem to evaluate the result of a function that use node-postgres query, it allways return "undefined" (this function verify JWT token informations v
I have an Invoice query set. The invoice has an appointment object, that has a patient object that has a name attribute. I am trying to annotate so I can get th
I have a list of list of 40,000 points. It is created by the following code x_dim = 10 y_dim = 10 grid_spacing = 0.025 user_grid = [] z_grid = 1 for x_grid in n
I'm trying to create a straight line network in Leaflet, which at each junction has a marker, and on drag of each marker, update the position of the correspondi
I need to get all pairs of pixels that are opposite at the same distance from the fixed center of 2d array. Dimensions of this array will be always square and o
I'm trying to build a tool on my own website that allows me to upload 50-100 images to my webserver. I been working on this for 1-2 weeks. The problem is, it up