luminus

curtis.summers 2019-08-07T00:41:21.060400Z

@david.folkner It looks like you're missing the tilde on the last line to "close" the expression: /*~ ) */ should be /*~ ) ~*/

romain 2019-08-07T09:29:28.060800Z

@yogthos I saw the github issue about Bulma and Semantic, did you try ant design?

yogthos 2019-08-07T12:07:50.061200Z

I haven't used it myself, but a friend of mine is a big fan of it, he published a small wrapper wrapper library for it https://gitlab.com/synqrinus/syn-antd

romain 2019-08-07T12:27:01.061600Z

It feels very modern, even if I don't like too much dataSource in table component for example. Is syn-antd still maintained ? I found https://github.com/priornix/antizer but no updates for 1 year

eskemojoe007 2019-08-07T12:50:57.062900Z

@curtis.summers You are absolutely right that I needed to have that. It was working without it when I load up a new repl however. With the fix, loading a new repl works, but I still get the same error when runing (restart-db)

lepistane 2019-08-07T13:01:05.063300Z

didn't like antizer as it was very tricky to work with with large sets of data inside table and this was year ago! So dropped and never looked back i've used semantic ui on recommendation by dmitri and i've had a blast using it! this wrapper looks nice might give it a try

eskemojoe007 2019-08-07T13:01:53.063800Z

So I'm in the same spot unfortunately.