Minh Duc

Results 17 comments of Minh Duc

Hi, I am also using Java and I ran into another problem at this line: `btn.startAnimation(() -> null);` `Cannot resolve method 'startAnimation()'` Can you help me? Thanks. Update: I added...

I'd like to do the exact same thing. I suppose it would look like this: > **Read the following text:** blah blah... > > **and then answer the following questions,...

This occured to me as well, but only on my fractionally scaled monitor. I guess resizing is the correct cause.

seems like I'm still affected by this issue ![test](https://user-images.githubusercontent.com/34294427/84557629-053f0e80-ad57-11ea-97e6-91c3cc6aac2b.png)

@jeffmhubbard I'm not using a config file. Here's the output of `xrandr` ``` Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384 eDP-1 connected 1920x1080+0+0...

Sorry for being unclear, what I actually wanted is vertical scrolling. I've updated the title and the description of the issue.

Yes, it seems like GitHub automatically makes the block scrollable if the number of lines exceeds a threshold. Short snippet: ``` // bootstrap module must be the first one to...