Shreya Dahal

Results 10 issues of Shreya Dahal

Since Webpack CLI supports user configuration file to return a promise that will resolve to the configuration object, it makes sense that backpack should support it as well. There seems...

## Introduction For a query that contains a raw select and is grouped by those columns, the count query generated by fetchPage is incorrect and fails. This issues was introduced...

If arena is added to an existing express application with a body parser initialized with a higher size limit, that size limit is not respected and a `PayloadTooLargeError` is thrown....

enhancement

I need to develop the site that will be loaded into the wkwebview in https (for Apple Pay). For development purpose, I have a self-signed certificate for localhost. On Safari,...

Clicking on links with schemes like 'mailto' and 'tel' causes an unsupported URL error (`NSURLErrorDomain`, error code: `-1002`). Trying to handle these cases in `onShouldStartLoadWithRequest` does not always work due...

The render prop patterns has become quite popular in the React ecosystem and the most common way to do it with the `children` prop. The `renderItem` prop is doing exactly...

I'm not sure what exactly triggered this in one particular modal. I am also using `bookshelf-paranoia` which also overrides `destroy`. I was able to fix it for my case by...