folmert

Results 9 issues of folmert

```git rev-parse --abbrev-ref HEAD``` isn't very helpful, as it always returns HEAD when you're in detached HEAD state (i.e. when deploying via gitlab). I suggest using ```git log -n 1...

As soon as I install GD3D11 I loose my windowed mode, setting zStartupWindowed=1 in Gothic.ini has no effect, it starts the game with fullscreen and desktop resolution. Edit: on latest...

By setting `deep:1` I can collapse all nodes by default, but then if I want to fully expand one node I have to click on every child of that node...

**Do you want to request a feature, report a bug or ask a question?** Question. **What is the current behavior?** I've extracted the svg sprites into separate file and it...

question

I've added [vue-select](https://github.com/sagalbot/vue-select) component scenarios into my own forked vue-play. play/VSelect.vue: ```vue import Vue from 'vue' import vSelect from 'vue-select' Vue.component('v-select', vSelect); export default { props: { options: { default:...

After I installed this plugin and added it to my `webpack.config.js`: ``` plugins: [ new NpmInstallPlugin(), ] ``` it tries to reinstall webpack over and over and doesn't stop: ```...

c:\Users\folmert\node-js-getting-started>heroku mongo:push ! Install the Mongo gem to use mongo commands: ! sudo gem install mongo c:\Users\folmert\node-js-getting-started>gem install mongo Successfully installed mongo-2.0.1 Parsing documentation for mongo-2.0.1 Done installing documentation for...

I see no reason for adding lazYT-video-loaded class. Consider if someone wants to change movie's URL and reload youtube's iframe container. In these case the iframe cannot be loaded again...

Steps to reproduce: 1. Open one tab with google.com 2. Open one tab with github.com 3. Open third tab with google.com 4. Third tab is closed, but google.com tab is...

bug