Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

Probably should keep it all simple by having a single UI. Begin with the whole tree (rendered as calendar), and narrow down to whatever range of entries we want to...

I'm doing this in a separate repo. See https://github.com/srid/spa/issues/1

https://github.com/zalora/sproxy sproxy - secure proxy - HTTP proxy for authenticating users via Google OAuth2

> It's best to shut it down, change the cluster join token with a new one created for your personal account, and start it again. That worked. Maybe it is...

There is now twind cli, https://github.com/tw-in-js/twind-cli#twindcli

Using https://github.com/srid/tailwind-nix ``` find . -name \*.html| xargs -d '\n' windicss ``` generates a `windi.css` that can be retroactively referenced in the generated HTML. Since spawning the windicss node program...

Could use https://github.com/tweag/inline-js to evaluate nodeJS code.

@billksun My understanding is that TailwindCSS's official CLI does not have a mode where you can ask it "here's a list of HTML files; can you dump the compiled and...

Tailwind 2.2.0 got released, but some of its new features work only in JIT, which means it won't work with Ema's live server as that uses CDN. That sucks, and...

For the record, emanote solved this by using windicss to compile the CSS from generated HTML files, https://github.com/srid/emanote/blob/master/default/_emanote-bin/compile-css