akshay kadam (a2k)

Results 117 comments of akshay kadam (a2k)

> the video looks all black? yep & the play button doesn't work. also, it might be helpful to differentiate between trim video's `Apply` & the below one, both look...

> it's certainly costly and I want to keep it free I think you can try [vercel.com](https://vercel.com) which offers free personal a/c :)

Yep steal it 😉😜

Was gonna create an issue but searched first. I faced the same error, Google'd & stumbled upon [this Stackoverflow answer](https://stackoverflow.com/a/67659159/6141587) with more than 337 upvotes & 23k views so I...

Would love support for this :) How do I use Tree-Shaking with TS if anyone's got ideas? I have already installed `@types/validator` from DT & would love to incorporate tree-shaking...

@sindresorhus What do you think about removing filler words for better SEO? See https://www.reliablesoft.net/slug/ Read https://twitter.com/deadcoder0904/status/1424627186565193734 for TL;DR Or should this be done manually? (which makes more sense tbf)

I solved it by using a boolean `fieldNo` state which I feel is unnecessary. ```tsx import React from 'react' import { Box, Text, useApp, useInput } from 'ink' import Gradient...

Hey got the same error - ``` Failed to compile ./node_modules/animated/lib/targets/react-dom.js Module not found: Can't resolve 'react-dom/lib/CSSPropertyOperations' in '~/code-preact/node_modules/animated/lib/targets' ``` But I have `'react-dom/lib/CSSPropertyOperations'` Any workaround @developit ??

I added `react-dom/lib/CSSPropertyOperations` in `preact-compat/lib/CSSPropertyOperations` but then it couldn't find `preact-compat/lib/CSSOperations` & then it couldn't find a variety of modules so I stopped 😂 Same happened with `inferno-compat` PS -...