Eric Hiller

Results 23 comments of Eric Hiller

Same here, but I found a fix (it's just a missing package): ```sh sudo apt install qt5dxcb-plugin ``` I installed via the .deb file, tried both 64 and 65 versions....

Sorry for the delay. I fixed this in all the csproj files. I don't have a mac to test this with, but according to the docs it is the correct...

Directory structure is: ![image](https://cloud.githubusercontent.com/assets/5379325/20960464/5b8a9aac-bc15-11e6-9488-b2ad4ad7c29d.png) And plugins directory: ![image](https://cloud.githubusercontent.com/assets/5379325/20960476/6e5b01b2-bc15-11e6-872a-d2c5e4dbf7fe.png) For example; this works: ``` .\KPScript.exe -C:ListGroups -useraccount 'C:\Users\ehiller\AppData\Local\keys.kdbx' ``` This will not: ``` PS C:\Users\ehiller\AppData\Local\KeePass> .\KPScript.exe -C:ListGroups -pw:xxx 'gdrive:///ehiller/Safe/master.kdbx' E: An...

~~I also have this issue, let me know what information I can provide to help.~~ Most likely you're using the Windows package `Keras.Net` when you need the Linux package [`Keras.Net.Mono`](https://www.nuget.org/packages/Keras.NET.Mono/)...

There's a Linux package: [`Keras.Net.Mono`](https://www.nuget.org/packages/Keras.NET.Mono/)

Working here as well. v2.3.1 Thanks much!

Was this reverted? The behavior I am seeing shows that an explicitly passed in file will override `match`

Ok let me take a look, I'll post back here

> @YohDeadfall am moving this out of 4.1 for now - but we need to decide what to do with this (does this really depend on your general refactoring of...

Had the same issue - I'm running Chrome Version 45.0.2454.101 m (64-bit). Dropping back to: ``` /* Hide the sidebar checkbox that we toggle with `.sidebar-toggle` */ .sidebar-checkbox { display:...