jupl
jupl
I'm using `let payload: Payload = try JWT.decode(...)` to get the dictionary data to pass off to a 3rd party library. I'm getting a deprecated notice so I try `let...
I've always been a fan of the [Light Table theme](http://www.nectarineimp.com/wp-content/uploads/2013/03/LightTableScreenshot.png) and there are outdated themes inspired by it. ([bubbleberry](https://emacsthemes.com/themes/bubbleberry-theme.html), [noctilux](https://github.com/sjrmanning/noctilux-theme)) Would be nice to bring it back. :)
I need muh static typings to make sure I am using the APIs this library offers correctly with less chance of icky runtime errors.
Scenario 1: - Using `webpack.config.js` - `tsconfig.json` extends from `tsconfig.base.json` - `tsconfig.base.json` has `baseUrl` and `paths` - Executing `webpack` works fine with plugin Scenario 2: - Using `webpack.config.ts` (`ts-node` is...
When submitting issues to this project, please include the following information. ## Checklist - [x] I can [reproduce the problem](https://github.com/ananthakumaran/tide/wiki/Explanations-about-the-Issue-Reporting-Checklist#use-the-latest-version-of-the-relevant-packages) with the latest version of the relevant packages. - [x]...
```ts import * as colors from 'colors.css' import {teal} from 'colors.css' console.log(teal) console.log(colors.navy) console.log(colors.blello) // Property 'blello' does not exist on type 'Colors' ```
A slight refactor is done to support Jetty, HTTP-Kit, and Immutant. Also maintains but deprecates the `httpkit` option in favor of a `server` option.
I like that this library works on both server and client side. Yesterday I've been messing around with universal rendering using Rum and like that I can get styles generated...
Has this been tested with Redux v4? I'm getting TypeScript typing errors and I notice for `devDependencies` in this project it currently references Redux v3.