Palash Karia

Results 36 comments of Palash Karia

Same issue here, it seems none of the empty line rules are working I'm using `"rule-empty-line-before": ["always"]`

I ended up changing my config to match how stylefmt does it, which is actually what I was looking for, and works well with scss for now.

did you pass the theme to you appBar? what is the 'App Example'? `````` should work EDIT: if AppBar has a 'disabled' class defined, that is. Otherwise what you want...

in your example you are not using themr at all. This is a question for react-toolbox. You need to pass theme.disabled, check their docs http://react-toolbox.io/#/components/app_bar do ` `

Also, you need to configure sassLoader https://github.com/react-toolbox/react-toolbox/tree/master#using-sass-loader ``` sassLoader: { data: '@import "' + path.resolve(__dirname, 'theme/_theme.scss') + '";' } ```

Haha, personally I have the exact opposite problem (can't read 24-hr, can read AM/PM), so I use a script to fix it :) It converts 24-hr to AM/PM https://github.com/palashkaria/roam-modifiers/blob/master/time-format.user.js

@itsjustmath ah, yes, I read that wrong. So my solution is to convert roam stuff to am/pm :) that is more sensible when going back & loking at it too...

Also, this is the first script I wrote for roam, the day I started using it 🙂 I can see a lot of ways to do this better now haha

@classicrob will look into this over the weekend alongwith #65 cc: @Stvad

Ahh, just found `ctrl+c ctrl+l` shortcut; Now namespacing makes sense :) I will look into this over the next weekend