-
```
window.addEventListener('inlineJSReady', function() {
WDN.initializePlugin('card-as-link');
});
.unlcms-img-zoom-hover:hover img {
transform: scale(1.03);
}
.u…
-
Hi @PowerBroker2,
First off, amazing work, your library is quite impressive!
I'm trying to use it to send a large text file via Python over UART to a Teensy.
What I noticed is that there is …
-
**Describe the bug**
If JSON contains properties with long values, like exception stack trace, the layout ends up broken. I created a reduced test case from the actual ASP.NET Core logs created by Se…
-
I'd like to use `pixture` on several different Rmarkdown sites, but where I will be generating the list of image paths and captions in R code,
and output: may be to html_document, distill, etc.
I'…
-
**What you were expecting:**
As a backend I use a GraphQLServer. in it, the values of all fields are strongly typed. The type specified for the resource identifier is String.
For selection ins…
-
Use the single genegraph code base to configure and run a transforming genegraph separate and distinct from a web serving genegraph.
1. Add config to specify mode as running a transforming genegraph …
-
I'm working on inserting a blank page and adding the text into the page. Please help me how to add line break b/w text and auto fit to the page. Thanks in advance.
require 'combine_pdf'
fi…
-
Current problem is that the sub-resolvers don't get the adjusted context passed in. There is a lacinia function just for this purpose `with-context` which I can't get to work properly:
https://gith…
-
Hi again!
Is there a way to fix this?
I would like to increase the row width, is that possible?
![image](https://user-images.githubusercontent.com/63566185/149260706-0c49bcab-b72d-4673-a9db-c…
-
Hi,
I need to run some code after the query has been executed in source-stream and I don't see any way of doing this in lacinia currently. In my case, a query-scoped, in-memory cache needs flushing…