Menu App prototype, very very new to graphql so I am having issues with updating a document, sending document data is fine so Ill have an ID I can use to target
This is my JS code for the API export const getUser = async (user) => { //Working const json = await fetch( "*****/username/getUser", { method:
All I want to do is center my text vertically and horizontally on an img.. Tried a lot of things but nothing works so far :/ <div class="img_container"
I'm a bit of an EF newb and I'm using .net core and I just can't seem to load the related entities of an entity unless I do a full-fledged "from..in..join" linq
How do i disable the 'docs' (addons-docs) tab on a per story basis? I've tried adding the key values below to a story, but nothing seems to work. parameters:
I am trying to extract the fonts used in a PDF document via PDFSharp (http://www.pdfsharp.net/). Unfortunately I am not able to do so since I keep on getting s
I have a Parent component that contains a Child component. Suppose that the Parent wants to ask the Child its preferred background color and uses it to modify h