Raymond Schweers

Results 11 comments of Raymond Schweers

Hey @jasonwilliams, I would like to give it a try. Only i have probably no time to work on it. I can try though. Do you already have some third...

Hi Leafo, The problem seems to be that on instantation of the sticky-kit, the element's height is as high as its parent height. Only after the Ajax request finishes, the...

For now i am doing: Copied from profiles.sh ``` profile_id="$(uuidgen)" dconf write $dconfdir/default "'$profile_id'" dconf write $dconfdir/list "['$profile_id']" profile_dir="$dconfdir/:$profile_id" dconf write $profile_dir/visible-name "'Default'" ``` then ``` cd dracula/ && ./install.sh...

For now i fixed the issue by creating a stylesheet for each theme, each stylesheet contains @font-face definitions related to the theme. Then sourced the required stylesheet depending on theme....

I would like to preload the fonts, if i want to have it now then I have two bookkeepings of the fonts. One in the stylesheet and the other in...

@kettanaito great, thanks for the suggestion. This will help me forward. Keep up the good work.

Yesterday i took some time to debug this and found what is going on. You have: ``` export const Select = () => ( ); const Button = withTheme(styled.button` width:...