I'm trying to convert an iterator to an array. The iterator is the result of calling matchAll on a very long string. The iterator (I assume) has many matches wi
I have a table that records a daily state for a user. I would like to calculate, for every row, the number of rows (base 1) the user has been in the same state.
I've created an application load balancer and in listener setting i am forwarding my message to Target group. Target group has only instance tagged to it and it
I am writing my first programming codes. I want to know if I can add text and image label inside a frame. I created a canvas and added two frames to it and then
I am trying to make the zoom work in all 4 directions. However it is only working in the opposite directions, which are 180 and 360 degrees. In the 90 and 270 d
I am working on google docs api with PHP code. I want to insert an image and texts in same line.Is it possible to do this with google docs api? I can insert ima
I work in Mocha. This is ONE of the cases I need mocks/stubs for, but not the only one. I have a one big serviceHelper file and I'm writing unit tests for it. I
I used System.Runtime.Caching.ObjectCache to store images in video. After expiration interval, cache is getting expired. But memory didn’t get released. S
I have a BaseViewModel that basically has the function to get the user data like so: abstract class BaseViewModel( private val repository: BaseRepository )