Tim Etler

Results 12 issues of Tim Etler

It's possible to get access tokens from oauth providers through their javascript APIs. Because getting access tokens this way does not require browser redirects you can create an inline login...

enhancement

When reformatting files, it can be a little confusing figuring out what lines have significant changes when there are major whitespace changes. Having a different icon for whitespace only changes...

enhancement

The issue is brought up by this project from the ruby project the stemmer was ported from: https://github.com/ealdent/uea-stemmer/issues/3 Has there been a decision on how to resolve the issue? The...

Other than familiarity, is there a reason BEM settled on the all lowercase syntax that was generally popular for non structured CSS naming conventions? I'm not sure if there was...

question

Instead of scrolling 1-1 with the mouse, when holding space the hand tool only moves by like a quarter of the distance. Switching to the actual hand tool works properly...

onGitlab

["Branding" and "Flavoring" is a technique to achieve nominal like typing in typescript](https://spin.atomicobject.com/2018/01/15/typescript-flexible-nominal-typing/) It works by using an object intersection with a primitive. Since objects can be intersected with anything,...

Sorry if this is already supported and I missed it in the documentation, but I don't see any support for push subscriptions with the config vars to set the subscription...

feature
question
in-progress

Extending an interface with a generic returns void [Here's an example repo](https://github.com/etler/io-ts-test/tree/generic-interface-failure) When given the input: ```typescript import { buildDecoder } from "io-ts-transformer" interface FilterQuery { filters: F } interface...

I was not able to get local module resolution to work with index files. For example: `import { User } from "./schema"` where the file that needs to be resolved...

My company uses [flavoring](https://spin.atomicobject.com/2018/01/15/typescript-flexible-nominal-typing/) to provide nominal typing for id strings. Flavoring is very similar to [branding](https://medium.com/@KevinBGreene/surviving-the-typescript-ecosystem-branding-and-type-tagging-6cf6e516523d) and is only marginally different in that it allows a one way conversion...