Dylan Staley
Dylan Staley
Comparing the output of passing a kepub from the Kobo store through `kepubify`, there's a pretty large diff of extremely minor changes that, if I'm understanding correctly, don't actually affect...
This PR updates the `page` layout to only emit the `` tag when `page.image` is defined. The goal is to remove this broken image from the about page: 
When using Intern in a workspace environment, the `node_modules` folder containing intern might be in one of several places. When running browser tests, the `internPath` is a relative path that...
With React Native for Windows becoming a viable target, enabling this package for Windows would be a great benefit to the community! (Especially if this package backs `uuid`, since a...
This PR includes everything necessary to add support for React Native on Windows! :tada:  Getting all the paths for the...
Earlier today, `ujson` updated to 2.0.0 which [broke building on Windows](https://github.com/ultrajson/ultrajson/issues/369). Since `ujson` is specified in setup.cfg [without a version identifier](https://github.com/Kinto/kinto/blob/master/setup.cfg#L43), it will always install the latest version. We should...
I'm currently working on running Kinto on AWS Lambda, using the [provided app.wsgi](https://github.com/Kinto/kinto/blob/master/app.wsgi) file to load Kinto. My Kinto instance is deployed at a URL containing a prefix, `https://api.gateway.amazon/dev/v1`. When...
### Introduction In the [Jest documentation](https://jestjs.io/docs/en/tutorial-react-native), the `react-native` preset provided by React Native is described as follows: > The preset is a node environment that mimics the environment of a...
# Proposal: Add a sample implementation of a Native UI Component that uses a built-in control ## Summary Currently, the docs for Native UI Components uses a fully custom control....
Currently, emailed auth codes are 12 characters long. [Source](https://github.com/portier/portier-broker/blob/119379e43364ad74f7d9483b7960caf8e6546bce/src/bridges/email.rs#L30) It would be nice to be able to makes these code shorter, especially in instances where users might be typing these...