Jakob Wildrain

Results 4 comments of Jakob Wildrain

I've had multiple issues installing and getting the service to actually run Here's my extremely simple solution which doesn't need to run as a service nor does it need to...

Shayne has written a handy and useful tool, however if you are having issues installing or running, as an option - try my take on the problem https://github.com/hndcrftd/wsl2ip2hosts

First, you can always adjust the data-title of the button.dropdown-toggle after bootstrap-select has been triggered on a select element (on rendered.bs.select). For instance: `$('select[name="whatever"]').next('button.dropdown-toggle').data('title', function(t){return 'whatever title you want';}); `Using...

Hey @kvetys Sorry for the late response. Been swamped with work. Take a look at this line https://github.com/hndcrftd/wsl2ip2hosts/blob/master/ips2hosts.sh#L44 What happens there is that powershell is called, it executes another instance...