Tushar Mathur

Results 210 comments of Tushar Mathur

Sorry guys but this might be a little tangent - How and where do you deploy your content? I personally have created a Gruntfile to publish to Github which I...

We are using hyperscript to create shadow DOM elements. These elements have custom attributes which we are not able to use because hyperscript doesn't let us set them. Can you...

Our last resort is to create a custom factory function for creating elements with attributes.

Is there a way to do something like `{{a.b.c}}`, right now it doesn't seem to work.

This is a must have configuration. For small payloads, having vs not-having the date header can make a massive difference in performance > 100%. Would love to have this merged...

Yes. It works just fine. Weirdly I do get this issue in watch mode only. Otherwise I don't get this warning.

There is good logic presented over here — https://prettier.io/docs/en/why-prettier.html In my opinion, it makes it easier for contributors to work with a library when the styles are consistent with their...

@GoogleFeud can we merge this?

This would be great because one could do something like — ```yml name: Scala Steward on: schedule: - cron: '0 9 * * *' workflow_dispatch: jobs: scala-steward: runs-on: ubuntu-latest name:...