Nigel Thorne

Results 12 comments of Nigel Thorne

:) I fixed this part... I'll raise a pull request... but other parts also need adjusting... ![image](https://user-images.githubusercontent.com/5942/51103409-b4ac4480-1836-11e9-9164-98b0c6d01c8d.png) I think it will take widening a bunch of pieces... and maybe the...

I think you would have to address each browser independently. I use Chrome mostly. We would first need to list all tabs, then when one was selected, give the window...

The InitializeComponent error is as follows... ![image](https://user-images.githubusercontent.com/5942/46511183-6f1fc900-c890-11e8-95ef-bb18eb1748b9.png)

The CommandBinding error.. ![image](https://user-images.githubusercontent.com/5942/46511227-b1e1a100-c890-11e8-9b10-53d0c5e19223.png) I'm using Resharper Ultimate too... so maybe it's something to do with the interaction of the two. The xaml generates fine... ``` Json Path: Run Load...

![image](https://user-images.githubusercontent.com/5942/139528755-de955ae4-0d4d-4397-84b0-834159974dcd.png) When I run the AppImage I get the following "Harfbuzz version too old (1.3.1)" error. Googling this error tends to end up at advice to get the developers to...

I got it installed some time ago. I'm sorry I forget the steps I took. I believe I ended up discovering the config was leading to the UI not showing...

To get this branch running I needed to edit xiki_command.rb (you have an 'end' missing before line 95).. and gem install win32-pipe as you haven't added the dependency in the...

We could make supergenpass generate 10 passwords (say).. and it tries the first as it does now... but clicking the second would populate the password fields with the second... etc....

Some success... ```gem install -i PuruginPlugin/gems parslet``` downloads the gem and puts it in the correct folder Upload this to my server... and all is good. (well I had to...

I see there is code to automatically install the gem if it's missing... but this isn't working. I think it's to do with 'gem' not being in the path on...