Clay Risser

Results 301 comments of Clay Risser

If this theme has bugs in it, maybe a different one should be used for the default theme.

The solution is to change the default theme to one that isn't buggy. I created a pull request for it. https://github.com/dvcrn/proton/pull/283

The bug is in the theme's code, not our code.

I think I would need to set it up to use babel-standalone https://babeljs.io/docs/en/babel-standalone. I'm not sure exactly when I can get around to this, but pull requests are welcome.

Hey, sorry for the late response. I have an example in the following place. Hopefully I can create more examples soon. I want to create an example of React class...

@coderaiser it's better because it supports composablity. In other words, you could build multiple templates with this, and then use them together. For example, you could create a `` template...

Awesome, @jrgemignani just following up, since it's two weeks since your message. Is there an alpha release of apache age for postgres 12?

It does not support it at the moment. However, pull requests are welcome.

A first draft of this has been created at #14

Those are kind of lower level components used to abstract some of the complexity of `GanttRow`. There's a great example that shows how to use the react Gantt chart at...