Ian K Smith
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...
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...
### ✅ 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`)?...
### ✅ 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`)?...
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...
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`)?...
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,...
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...