Rieljun Liguid

Results 8 comments of Rieljun Liguid

EMACS version: 28.0.5 nord-theme version: 20200108.833 I encounter this issue and I have this as a fix: ```lsp (defvar my:theme 'nord) (defvar my:theme-window-loaded nil) (defvar my:theme-terminal-loaded nil) (if (daemonp) (add-hook...

@dapi first of all, thanks for this project. If I understand it correctly, `Than this is a new feature`, do you mean dropping the card into the bottom even outside...

Right now, I did a dirty fix to achieve this through css: ``` .react-trello-lane { .smooth-dnd-container { min-height: calc(100vh - 270px); } } ```

@bmoffitt1990 Sorry for the late reply, I just placed it in my css file, outside of this project. You can place it anywhere as long as it points to the...

@PierreTechoueyres Thank you very much! Works like a charm even in spacemacs :)

I am experiencing this also and it is similar with @dsedivec 's case , when I come out of sleep but in my case sleep also includes when I don't...

Hello, thank you for this package as it's improved my workflow a lot. I have forked the repository and made some changes (not sure if it's an improvement though) I...

@disrupted Absolutely, I forgot to install pre commit hooks, sorry about that. I have pushed an update in this [commit](https://github.com/disrupted/blackd-client/pull/48/commits/63af9a36f9d1846ec4f36a593fbf52ffd6436de1). Thanks!