Skip to content

Category: Questions

Shiny Custom Hoverable Dropdown

In my app I would like to have a custom html button as a dropdown menu. I want to have the selected option as an input$ variable. It shall then be printed to the console. With my code I am able to detect the click but instead of printing e.g. Link 1 it returns just an empty string. Answer You

mongo db + node returns the connection string

I’m working on a program which scrapes all the telegram messages, but we found out we needed a simple way of inserting and reading data(crud). I chose functional programing because oop is too imitating and too complex for me(if anyone has suggestions please hit me up because I don’t know where to …

Transform JSON array using ES 6 methods

I have the following example of an array format that needs to be transformed. It needs to be transformed like this… I’ve tried various iterations of map and reduce. Gotten close, but not completely there. This is in a Vue project. Here is an example of what I tried. This returns: I cannot figure o…