Hi everyone, I'm a little bit lost with a problem thinking in ddd way. Imagine you have an application to sell concert ticket. So you have an entity which is ca
I am trying to get geojson from geoserver and put it on the map. It seems to import geojson, but it is not displayed on the map, and I do not know what the prob
I modified a template in the blogdown package in R to build a website. Currently it shows like this in my browser: Its icon uses a default image in the templat
Is it possible to use http 1.1 keep-alive with the boost beast library when using a sync ssl client? I have a process that works something like this: Connectio
I have this warning on GitHub Action: Serverless: Deprecation warning: Service configuration is expected to be placed in a root of a service (working directory
I want to be able to write something like: reify (Proxy @True)) == True; reify (Proxy @(Just 5)) == Just 5; Is it possible by a blanket implementation? I got a
I am getting the Error raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I have a generic functional component in which I got the following code: if(Array.isArray(entry[key as keyof T]) { entry[key as keyof T].forEach((item: T) =