Tom MacWright

Results 186 issues of Tom MacWright

### What do you want and why? blitz-js/legacy-framework#220 added the ability to set Blitz's log output to JSON. I'd like to go a step further and support tslog's [transports system](https://tslog.js.org/#/?id=transports)...

kind/feature-change
status/ready-to-work-on

### What is the problem? People using browsers with security-paranoid configurations have some unusual `localStorage` behavior. You either get: - Chrome on Android in private mode or with paranoid extensions...

kind/bug
status/ready-to-work-on

### What do you want and why? I typo'ed a file path in a recipe, like ``` singleFileSearch: 'mailers/forgotPasswordMailer' // missing the .ts ``` This produces this error: ``` ➜...

kind/bug
good first issue
status/assigned

This is a documentation bug - would be happy to open a PR for that, but I can't find the repository where documentation is edited. On this page: https://docs.iris-go.com/iris/security/cors#using-the-cors-middleware Under...

🐞 type:bug

I discovered the `outline`, `outline-0`, and `outline-transparent` classes by looking through tachyons.css, but they're only documented in the complete "Table of styles" in a similarly index-like format. Should they have...

v5
v7-docs

[under this doc](https://www.mapbox.com/mapbox-ios-sdk/#binary) it mentions "copied resources": is this the exact term of the thing in XCode?

- permutationsHeap() - a generator could produce 1 permutation at a time with no increasing cost, instead of collecting them all into an array - and many other methods I...

Right now simple-statistics docs are manually updated, which is a bummer. Create an automatic process instead.

R and Python both support biased sample skewness - Python's scipy has a Bias=false opt-out, whereas R doesn't have an opt-out. We should support this as well, but as an...

new-feature

**mapbox-gl-js version**: v2.9.1 **browser**: All ### Steps to Trigger Behavior 1. Add a GeolocateControl to a map 2. Then remove the map before the geolocate control has finished its check...

bug :lady_beetle:
good first issue