Davor Bauk

Results 5 issues of Davor Bauk

Added a few lines to enable parsing of hexadecimal and octal numbers. It needs a few more corrections, specifically to enable this functionality only when a certain parse flag is...

I've added a Podspec file to allow using Aphid in iOS and macOS projects. When adding Aphid to your project, also add BlueSocket and BlueSSLService pods: ``` pod "BlueSocket" pod...

It would be really helpful to have a flag that enables parsing hexadecimal numbers, such as 0xFFCC3366 directly into NSNumber type. Right now, I use strings (eg. "FFCC3366"), which I...

### Build/Submit details page URL _No response_ ### Summary I'm getting an error when running `eas credentials` on a prebuilt iOS project which includes an App Clip target. Updating the...

needs review

In Markdown, paragraphs are separated by *two* line breaks. Two spaces at the end of a line produces a newline (or rather a `` tag in HTML) For example (I've...