Japorized
Japorized
Rather late for a reply but I was able to compile for macOS (Big Sur, on x86), using exactly the same commands from the README. Was missing a library locally...
Mind sharing more about what you're trying to achieve? It would help if you can give us more insight into how deep do you want the lib to integrate with...
Perhaps it's still missing `position: relative; min-height: 100vh;` for the `div` on [line 44 of `App.js`](https://github.com/casbin/casbin-dashboard/blob/28e4130d93bebeaaf1accc1248d543161c93ba29/web/src/App.js#L44)? Right now the footer still behaves just as shown in the GIF above.
Did you get a message about missing `@babel/preset-typescript` when you're trying to run `npm run dev-server` in Superset itself?
Things did not really work out that well for me, partly cause I was importing `.less` files, of which I edited the webpack configs for Storybook. But I resolved my...
Interesting @spatialbits. Thanks for the follow up. Will give that a try on my end as well. Just a side question, though still on the topic; how does one get...
That really is where the readme ends and we're sort of left with digging around. I apologize that I don't have a clean answer for you, but try looking at...
Yeah, I get how you feel cause I was in the same boat. I think the discussion right now on the main Superset repo is that the project is trying...
Apparently, installing microtype solved this problem for me. (Sorry if I should not touch old issues)
Your MWE worked on my end. Also you should not need to explicitly call for microtype as that should be handled by the documentclass. From line 650 of [`tufte-common.def`](https://github.com/Tufte-LaTeX/tufte-latex/blob/d7017ab102387c2f24bc608e073bfc8da2de16ad/tufte-common.def#L650) ```...