DarkEdges

Results 9 comments of DarkEdges

> I think setting [enable] to false on OnDestroy event fix this problem on Version 3.1.3 This does not work for me (Samsung A12, Angular 11.2.14) on version ``` "@zxing/browser":...

Upgrading `@zxing/library` to `^0.18.6` i.e ``` "@zxing/browser": "0.0.9", "@zxing/library": "^0.18.6", "@zxing/ngx-scanner": "^3.2.0", ``` resolve my issue. I can move between components without any errors.

will try and work on this feature as I need it for an issue I am having. Trying to currently understand how the code works as there is currently code...

if I remove the inputs and use env.getArgument("last") it returns the error, so it would appear it is having a hard time converting from a null to an int.

@srinivasankavitha thanks for the very rude shutdown. I found a bug and reported it as per the contributor guide. No where in the documentation does it say use Boxed Types....

No problem, been trying to work out how Spring Web Framework handles it,as their primary example handles `int` https://docs.spring.io/spring-framework/docs/3.2.x/spring-framework-reference/html/mvc.html#mvc-ann-requestparam it talks about https://docs.spring.io/spring-framework/docs/3.2.x/spring-framework-reference/html/mvc.html#mvc-ann-typeconversion ``` if the target type is not...

I have added https://github.com/hashicorp/boundary/issues/707 which address using Apache Guacamole to help with this. SSH Session recording is a functionality they offer. So not sure if Boundary or Guacamole should be...

@TakahikoKawasaki / @jgrandja Started work on this, but I am unsure how to develop it properly in terms of how do I develop in both this project and the spring...

After taking @jgrandja advise I have rewritten it to be not part of the core packages. My example is at https://github.com/darkedges/spring-authorization-server-par However there are a number of issues that I...