Ian K Smith

Results 11 issues of Ian K Smith

I wanted to leave a trace here about a promising PR in the `enquirer` repo regarding TypeScript definitions (https://github.com/enquirer/enquirer/pull/307). I understand that the typings provided by `listr2` are an internal...

enhancement
cold

The `ToCallback` type definition indicates the second argument should be `string`, but actually the function takes the same shape as a [`String.prototype.replace` replacer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#Specifying_a_function_as_a_parameter). Unfortunately, there's not a surefire way to...

help wanted
typescript

### ✅ Prerequisites - [x] Did you perform a cursory search of open issues? Is this feature already requested elsewhere? - [x] Are you reporting to the correct repository (`magic-sdk`)?...

🔍 Needs Triage
✨Feature Request

### ✅ Prerequisites - [x] Did you perform a cursory search of open issues? Is this feature already requested elsewhere? - [x] Are you reporting to the correct repository (`magic-sdk`)?...

✨Feature Request
🔥 Priority 2

There is a noisy warning that occurs if the bundle imports a module which is compiled using TypeScript's `tsc`: ``` The 'this' keyword is equivalent to 'undefined' at the top...

enhancement :rocket:

I've found myself loving Fresnel for responsiveness, but I still miss the flexibility of `window.matchMedia` to access breakpoints using a React Hooks pattern. However, I think there's a way to...

I have been using this module for a while now and it saves me a ton of time! The API is polished and easy-to-learn. _ThemeProvider integration is a lifesaver._ However,...

### ✅ Prerequisites - [x] Did you perform a cursory search of open issues? Is this feature already requested elsewhere? - [x] Are you reporting to the correct repository (`@magic-sdk/admin`)?...

✨Feature Request
🔥 Priority 2

I'm interested in using a pattern like this for injected services: ```ts import { injected, token } from 'brandi'; class MyService { static token = token('MyService'); // ... } injected(MyService,...

enhancement

I am looking to use this module in a TypeScript project and feel the usability would greatly improve with type definitions. Considering how small and self-contained the module is, I...