Flavien Volken

Results 50 comments of Flavien Volken

interesting branch, however I would refocus on the last element which was focused before the modal to open up. Before we open the modal: ``` javascript // Keep the current...

It depends on the card, I've 2 cards, one is a credit card and the second one a white rfid card. The credit card gives the error: ``` ACS ACR122U...

@zacharycohn sure, I bought those: https://www.velleman.eu/products/view/?id=438176 but think the problem does not comes with the regular cards, it does with the protocol or those cards. The same reader is working...

I personally thought about using a mixin https://www.typescriptlang.org/docs/handbook/mixins.html But then, to what I see, we need to add glue code to explicitly merge 2 classes together. Using modules is "merged"...

Okay good so this way you can extend a class in another one, however, unlike an internal module (which would be merged by the language) you still need the parent...

As platform will use the user agent, you can conditionally set a user agent for iOS and another for Android config.xml ```xml

It could be 2 times #departure the result will be the same. I suspect some cache to use the fragment name as the key.

@arkon sometimes we do not choose the name of the fragment. The namespace should be the file path (url) which will be unique per svg file, not the fragment (symbol)...

replace PGMidi > Sources > UI > MidiMonitorAppDelegate.m - line 23, with [window setRootViewController:viewController];

@voxpelli, the error will of course appear in my code when I will need to use the "deprecated" require statement :-) ![image](https://user-images.githubusercontent.com/944605/123261450-163c6700-d4f7-11eb-850d-7f493c3a424d.png) The linter suggests to replace to `import PGPubsub...