Philipp Kursawe

Results 134 issues of Philipp Kursawe

Can the existing node-forge functions already being used to generate a CMAC based on AES? Otherwise one would have to install yet another package, like https://www.npmjs.com/package/node-aes-cmac

I wonder if there is support for Mifare-SmartMX/Mifare Plus planned in this library?

> Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)? A bug where the rule claims wrong ordering. > Which rule, if any,...

type: documentation
status: ask to implement

#### Question In my scenario it takes a little moment to figure out what a users avatar URI is. During this moment the default avatar should be rendered. However I...

Would be nice of OSS creators would offer a way to take over projects when they can no longer spend time with them.

I tried to set the `inputProps` to support `autocomplete: "sms-otp"` but its not working. Android does not offer to auto fill the field. ![Screenshot_1708337275](https://github.com/xamous/react-native-smooth-pincode-input/assets/164625/81933ce4-5dd5-46f0-a261-b6c2a2db1c85) If I use a default RN...

The text for the next step is already rendered (in the custom tooltip) when it navigates to the new position. Its briefly visible as the tooltip then fades out before...

https://github.com/xcarpentier/rn-tourguide/blob/72ae702217f311d5d5fbf0323e63022b383ba30b/src/components/Modal.tsx#L196 `currentStep!` is the culprit. It is undefined at that moment and should be better `currentStep?.tooltipBottomOffset` The question is, **why** the code is executed *after* the tour has finished.

As per spec https://www.rfc-editor.org/rfc/rfc9110#section-12.5.1-14 this is valid: `Accept: text/*, text/plain, text/plain;format=flowed, */*` This library does not seem to have a way to extract the format parameter, does it? Would that...

The current result does not contain the country the plate was recognised for. For example using "eu" as country resolves many plates from different countries but the library does not...