kukosek

Results 4 issues of kukosek

i installed the theme then restarted firefox by closing and opening it. This didn't load the theme. **I had to restart firefox with the button in [about:profiles](about:profiles)**

**Update: RSSHandler.java to not be special character sensitive.** **Before my change it worked like this:** in rss: `Nation Created Our World & everything in it` RssHandler returned: ` everything in...

Hello, in readme md the list is initialized like this `ArrayList RssItems;` But this is wrong and may be confusing for new users. It should be like this: `List RssItems...

I need to apply a function to the whole matrix/vector, e.g. to all the coefficients of the matrix/vector. In eigen there is a unaryExpr function, you pass a reference to...