Jens Böttcher

Results 10 comments of Jens Böttcher

Just discovered N1 but this issue makes it unusable for me as well. Will switch back to my old client for now. Probably doesn't matter but I'm running Fedora 25...

@giautm Thanks for the hint, will have a look.

Please merge this, @azuqua-bot @aembke @j-crowe @jaredallard @kevinwilson541 @UnbounDev

Didn't like the color of the annotations, so I added this to my `settings.json` (note that this is white with opacity of around 25%): ```json "workbench.colorCustomizations": { "jsannotations.annotationForeground": "#ffffff38" }...

Any other way to fix this issue? Don't want to install a browser extension just for this.

Would also like to get a way to fix this. `$("#datetimepicker1").datetimepicker('getValue');` should return `null` when the input is empty. Returning the current date is wrong, IMO. Also tried `defaultDate: null`,...

I'm not able to reproduce your error, running Fedora 23 with Gnome 3.18.4. Currently, caffeine does not store the state anyhow. That means, if caffeine is restarted it will be...

To run an older version, you must first uninstall your current installation of the plugin. Then follow the git installation instructions in the readme ([here](https://github.com/eonpatapon/gnome-shell-extension-caffeine#installation-from-git)). After you did this, you...

Getting a list of all games in a user's library (including all games with zero playtime) would be nice. I'm thinking about building an app where I can combine all...

I have now stumbled over this bug in my project. Thanks for the fix, @redstar504. Using your package solved that issue for me. Are you planning to move your fix...