Daniel Stout
Daniel Stout
I'm evaluating various C# templating libraries. I saw that the Cottle library had a benchmark that included RazorLight, so I added RazorEngineCore to it. The results are **very** bad, so...
## Possible bug ### Is this a possible bug in a feature of sharp, unrelated to installation? - [x] Running `npm install sharp` completes without error. - [x] Running `node...
This seems to be related to https://github.com/archiverjs/node-archiver/issues/252 and possibly https://github.com/archiverjs/node-archiver/issues/321 I'm downloading files from S3 and appending them to the archive. Some of these files might not exist, and I'd...
I'm using `domtoimage.toPng(element)` where `element` contains a few different elements, including a .png img that has partial transparency. That img is missing from the resulting data URL on the first...
### Bug report We have an app with two entries - the main one for the app, and a second entry for a library. Both should be served up by...
Webpack supports a lot more than just a single string for an entry: https://webpack.js.org/configuration/entry-context/#entry-descriptor ``` module.exports = { //... entry: { home: './home.js', shared: ['react', 'react-dom', 'redux', 'react-redux'], catalog: {...
We have HTML inside an order attribute we'd like to output in a Liquid template in Shopify - specifically it's in `order.attributes`. Just doing e.g. `{{ order.attributes.myHtmlVariable }}` is escaped...
I haven't been able to fully test this yet (as per my other issue) but from reading the code, I think that the line the line `endpoints.Map("/{**catch-all}"` in `IEndpointRouteBuilderExtensions` would...
## File a bug ### Include your code We are using this extension method to store columns as JSON: ```C# /// /// Marks a field as being stored as JSON...
This could be a bug in Firefox (version 108.0.1) but I'm getting this error sometimes while processing a sequence of image resizes: ``` Exception { name: "NS_ERROR_FAILURE", message: "", result:...