Tyler Akins

Results 57 issues of Tyler Akins

Smashing Magazine wanted to solve the same problem as this repository and I think their solution is fairly elegant as well. It involves a small 404 page. ```html sessionStorage.redirect =...

### What is the purpose of this pull request? - [X] Bug fix - [ ] New Feature - [ ] Documentation - [ ] Other ### Description Previously this...

When running things in the background, messages can appear in your terminal. ``` ( sleep 1; echo "output"; ) & ``` But you can't redirect to a file. ``` (...

### Current behavior The `baseUrl` can be retrieved from the dev server's config (see #21555, #21629). However, this logic is only allowed if there is no config file (see https://github.com/cypress-io/cypress/blob/develop/npm/cypress-schematic/src/builders/cypress/index.ts#L89)....

type: unexpected behavior
npm: @cypress/schematic

Browsers can report location data in WGS84 instead of NAD83. Using this standard, or allowing the converter to use this standard, would be great so coordinates don't need to be...

`17N 630084mE 4833438mN` converts into 43.6425618, -79.3871429. `17G 630084mE 4833438mE` converts into 43.6425618, -79.3871429 but should be closer to -46.6399920, -79.3003130.

I wrote a native JavaScript implementation of NestedText. It's not a WASM build of a compiled project, so it is significantly lighter than the megabytes of JavaScript that the current...