-
Support adding stop words as sequence of tokens. For example, in python code generation, it's fairly common to adding following tokens as stop words:
```py
stop_words = [
"\ndef",
"\nclass",
…
-
Hello,
I use this plugin to read the mifare card.
this is the data read by plugin:
{nfca: {identifier: [199, 255, 228, 52], atqa: [4, 0], maxTransceiveLength: 253, sak: 8, timeout: 618}, mifareclas…
wrjcs updated
2 years ago
-
It'd be nice to be able to use keyfiles located on NFC tags (as NDEF text records) instead of files located on the device itself.
-
With firmware v0x0B and iOS app v0.07, I haven't been able to successfully write URLs to Mifare Ultralight tags. This process works on the FloBLE OSX app with some tags that must have been formatted d…
-
how can I trigger a event when the tag is detected?
-
```
NDEF messages can be fragmented across multiple LLCP messages. Dissector
should reassemble these.
```
Original issue reported on code.google.com by `mikey@google.com` on 23 Mar 2012 at 11:15
-
```
NDEF messages can be fragmented across multiple LLCP messages. Dissector
should reassemble these.
```
Original issue reported on code.google.com by `mikey@google.com` on 23 Mar 2012 at 11:15
-
I created a function under which I am calling this code : -
```
this.nfc.readerMode(this.flags).subscribe((tag) => {
this.sucessMessage = tag;
his.scanSuccessfully('Scanned successfully.');
}, …
-
Hi,
First of all, thanks for the great tool which I have been using daily for the past 2 years! Thanks in particular for the 5.X release with the `--profile black` option which is very handy!
I …
-
Hi. I am using littlefs 1.7.2 along with Macronix MX25L3233F memory. We know about approximately 30 crashes littlefs on 6,000 devices per month. I have some dumps from faulty devices. Damage is likel…