dkobayas-cyber
dkobayas-cyber
@rgkalinin. Wow, if that's the case, we have to modify the CSS code every time the Roam is updated... Yeah, the text colors are not so good but still much...
@rgkalinin Thanks for your help! After using your code, my code block looks amazingly beautiful but I'd like to ask one more thing. I cannot see a text cursor ("|")...
@rgkalinin Thanks! It became much much better!
I'm having the same problem. When I run `python setup.py develop`, I get a long warning message like the one below at the beginning. @chxy95, do you think this is...
@chxy95 Thanks for the link. If I understand correctly, I need to change the lines: ```python import hat.arch import hat.data import hat.models ``` into ``` from hat.models import * ```...
@chxy95 I was misunderstanding something because of a mistranslation. The model works perfectly after the modifications. Thanks!