David Barratt

Results 54 issues of David Barratt

Just an FYI, I ported this library to JavaScript: https://github.com/davidbarratt/base62.io enjoy!

It would be really helpful if the CacheControl object implemented a custom [valueOf](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/valueOf) in order to compare CacheControl objects. Use-case: I'm making a bunch of HTTP requests to various 3rd...

### Prerequisites - [x] I have read the [documentation](https://github.com/mozilla-services/react-jsonschema-form/blob/master/README.md#readme); - [ ] In the case of a bug report, I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to...

wontfix
possibly close

# Feature Request **What feature are you missing?** There isn't a way to specify the string length (or type) on a string field for databases that support it. https://www.prisma.io/forum/t/is-there-a-way-to-add-a-length-to-string-varchar/3546/2 Also,...

kind/feature

# ISSUE ## Steps to Reproduce 1. Go to: https://chickar.ee/www.theguardian.com/dXMvcnNz 2. Notice in the "Network" tab that the requests cannot be read, so it falls back to the proxy. ##...

As documented in #80 there are several files that have to be included in a specific order. You also have to download the git submodule and include those files as...

Is there any reason this library needs jQuery? Perhaps the majority of this library should be moved to a generic JavaScript library and this package can wrap the new library...

Is it possible to serve stale props (if cached) and then issue a revalidate in the background? Basically I'd like the app to respond immediately, but update for the _next_...

enhancement

[Server Components](https://reactjs.org/blog/2020/12/21/data-fetching-with-react-server-components.html) are still [an RFC](https://github.com/reactjs/rfcs/pull/188).

enhancement

Clone of vercel/next.js#11897 Effectively there is no way to do both [getEdgeProps()](https://flareact.com/docs/data-fetching#fetching-data-using-code-getedgeprops-code-) for data fetching when the page is rendered, but **not** do this step from the client if the...

enhancement