Zaku

Results 9 issues of Zaku

I would like to add opacity for indent, but it doesn't work with hex. (https://stackoverflow.com/questions/15852122/hex-transparency-in-colors) Do you know how can I add opacity for indent?

Is there any plan about supporting typescript?

enhancement

**serverless.yml** ``` plugins: - serverless-webpack - serverless-offline-sqs - serverless-offline - serverless-plugin-typescript ... custom: serverless-offline-sqs: endpoint: http://localhost:4576 region: ap-southeast-2 functions: goalUpdateHandler: handler: src/handler.handleGoalUpdate reservedConcurrency: 1 events: - sqs: queueName: GoalNotificationQueue arn:...

bug

I would like to add Markdown plugin such as: https://github.com/withspectrum/draft-js-markdown-plugin How can I integrate in this awesome medium-draft package

Thanks for your awesome package. I tried to follow install at https://github.com/gaearon/react-hot-loader#getting-started in `app1React` but still not working. Do you have any idea to solve this?

This package is awesome! I would like to apply `React Hot Loader` in my project. But I config same as you but still not working. Tell me if I missing...

1st: Though this way is good cuz that using type props of view. ``` js import { ViewStyle } from 'react-native' const preview: ViewStyle = { flex: 1, justifyContent: 'flex-end',...