Sahithyan Kandathasan
Sahithyan Kandathasan
I have started working on it. https://github.com/sahithyandev/JokeAPI/tree/typescript-migration
Yeah, you are right. It will surely be a disaster if the typescript code is merged into the main branch now. Actually, I didn't know PR #239 when I started...
Rollup (or any other bundler) will allow us to use ES6 imports and the new ES features that node doesn't support yet. And also, tree shaking. But, for JokeAPI, that...
I want to change my home directory as the desktop folder.
```css #privacy { /* background-color: #273445; */ background-image: radial-gradient(ellipse at center, #262525 4%, black); } ``` This is the only change required to achieve the design suggested above.
The current workaround does look elegant to me. I don't think it's worth the time to implement your suggestion; when a simple workaround exists (and isn't too trivial). : )
Hey. Twitter removed the user endpoint. Can you explain the other streaming endpoints?
I am on ElementaryOS and using yarn. In my project directory, running the command by @Baronsindo solved the problem for me. I tried so many commands from Stackoverflow. But this...
I guess it's an issue with opentype.js 
I am having the same issue. I am rendering lazily loaded components as pages, and Signals are not working as intended. (I will provide a reproduction soon, if needed) Are...