Dylan Staley

Results 45 issues of 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...

enhancement

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: ![image](https://user-images.githubusercontent.com/88163/73967699-3d2bd600-48cd-11ea-8c1e-ed3f0db05404.png)

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...

enhancement

This PR includes everything necessary to add support for React Native on Windows! :tada: ![GIF of a Windows React Native app generating random UUIDs](https://thumbs.gfycat.com/SadImaginaryAvocet-small.gif) 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...

stale

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...

bug
stale

### 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...

🗣 Discussion

# 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....

enhancement
samples
Engineering Improvement Candidate

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...