Trevor Sayre
Trevor Sayre
Happy to gather data, unsure about the process. I am able to read the MiFare Classic CharlieCard on my HTC One, but of course need the encryption keys to make...
That seems correct. It does not seem reasonable to emulate MiFare Classic with Android: http://stackoverflow.com/a/20068329/1736092 https://jedicorp.com/security/nfc-cloning-mifare-classic-smartcard/ May need custom ROMs to emulate the card, which is not a viable solution...
I just wanted to add my voice to this desire. I would also like to see the mutate functionality from sfxr on cfxr.
The source for sfxr is here: http://code.google.com/p/sfxr/
As mentioned in https://github.com/evanw/esbuild/issues/121 we have found https://github.com/nihalgonsalves/esbuild-plugin-browserslist from @nihalgonsalves to work quite nicely. ```js const { resolveToEsbuildTarget } = require('esbuild-plugin-browserslist'); ... // defaults to: browserslist('> 0.5%, last 2 versions,...
State is maintained in the browser history. The user would use the back button for your scenario. If the user instead clicks on the Posts link, it is indicating they...
@littlebee anything we can do to help get this ported?
https://github.com/styleguidist/react-styleguidist is doing this if you need a reference. Styleguidist lists out the props for a component and lets you live edit the component. I much prefer the look and...
@ianrose I also use gulp to bring in browser-sync for dev and minify at compile time, but it would make sense for harp to do this itself. I posted this...
@g0t4 Shouldn't that already be handled by #192 and #196?