David Kowis
David Kowis
I just ran into this again, and it's making it super difficult to debug my invalid configuration. I don't honestly know what changed that made the configuration invalid either :(...
I like this a whole lot, but it can't be merged, and that probably won't help it get pulled in. Could you resolve the conflicts?
The system has all the necessary certs installed to allow things to work with our Corporate MITM proxy here, but for some reason, this operation does *not* use those certificates,...
I downloaded the appimage. ``` ~ > ls -l yubioath-desktop-5.0.4-linux.AppImage -rwxrwxr-x 1 dkowis dkowis 84549672 May 17 18:16 yubioath-desktop-5.0.4-linux.AppImage ```
That was it. Now my yubikey works, and I see my tokens. Did I have this installed automatically before? I might've, since I installed the yubico authenticator on 18.04 originally...
I have also run into this same problem on PopOS!. I installed from the flatpak store, and it seems to have missing pcscd requirements.
I'd like to see said implementation, even if it's not part of the project, I could use it :)
Since I ended up finding this after digging around on the internet for an example, I'll paste the example I found ```scala import spray.json.{DeserializationException, JsString, JsValue, RootJsonFormat} /** * Based...
I did this as part of #63, thanks!
I've got it working in angular8, typescript is happy with this: ```typescript constructor( ngRedux: NgRedux, devTools: DevToolsExtension, referenceApiEpics: ReferenceApiEpics, interchangeEpics: InterchangePropertyProfileEpics, valuationEpics: ValuationResultEpics, standardizedAddressEpics: StandardizedAddressEpics ) { const initialState: RctState...