Jamie Birch

Results 58 issues of Jamie Birch

Only requires introducing a syntax-highlighting component for Android (please make the changes to the [nativescript-syntax-highlighter](https://github.com/shirakaba/nativescript-syntax-highlighter) repository). [Relevant issue](https://github.com/shirakaba/nativescript-syntax-highlighter/issues/4).

enhancement
help wanted

Given the following `packages/expo-contacts-nativescript-plugin/package.json`: ```json { "name": "@nativescript-community/expo-contacts-nativescript-plugin", "version": "1.0.0", "description": "Expo Contacts, adapted for NativeScript.", "main": "Contacts.js", "typings": "Contacts.d.ts", "nativescript": { "platforms": { "ios": "7.0.6", "android": "7.0.1" } },...

I can understand the case for `@nativescript/webpack` (it has its own executable binary, so maybe can't be hoisted), but what about `@nativescript/android` and `@nativescript/ios`?

At this point, my demo app's `package.json` contains only one dependency that isn't hoisted: `@nativescript/webpack`. I'm still amazed though, that this one dependency alone leads to the installation of all...

Not sure what the current state is (a bit difficult to check while on mobile), and of course how many counters to extend support to, but I noticed when looking...

Noticed on this webpage: https://ncode.syosetu.com/n4830bu/130/, running the iOS 15 Safari earth-and-moon (above and below) branch. Haven’t yet confirmed whether it reproduces on desktop browsers. Basically after hovering over that word,...

From https://nodesecurity.io/advisories/534 : OVERVIEW Affected versions of debug are vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. As it takes 50,000...