In Android app (Kotlin) I have Activity with container what have fragment A in it. On user interaction, I am adding fragment B to container by: supportFragmentM
I'm trying to play sounds in c#, and none of the System.Media namespacese are working, instead giving the error: Error CS1069: The type name 'SoundPlayer' could
I'm finding this very challenging and I appreciate any help you are willing of offer me. Currently I'm trying to implement Command Line Parser (https://github.
I'm new to Go and have two questions about types. For example, take this code: type Rule struct { handler func() (err error) creato
I have the following example of strings in BigQuery: string action_1 plan_id=266 revenue
Is there a way we can combine two objects by nesting the values if properties are same instead of overwriting ? Eg: const obj1 = {a:10,b:13} const obj2 = {a:84,
I'm trying to achieve the following: I have multiple divs with the class "et_pb_row_inner" that contain two columns each. Each of the columns contain a text con
how can i write a strategy to replace g.V("id123") with g.V().has("id","id123") in gremlin. I'm using JanusGraph as my graph DataBase.
I have built a simple sinatra web app on my macbook. The deployment to heroku fails with the logs below. The problem is that I've already implemented their sugg