Jim Leirvik

Results 4 comments of Jim Leirvik

ES6 is already panning out to be fantastic, can't wait! The scheme you've drawn up has one feature that really bugs me, and that is if I want to add...

I'm not sure, many micro frameworks don't really aim to solve the problem of writing an application - they just provide you with the foundation to build upon. Since every...

I "fixed" this by going into the BIOS and disabling the motherboards audio device. This needs an official fix though so people can use multiple outputs (not to mention inputs)...

I think the easiest solution would be to override the css config.toml ```toml customHeadHTML = ''' ''' ``` /static/css/site.css ```css .header-nav .avatar img, .home-about .avatar img { border-radius: 0; }...