native
Here are 1,346 public repositories matching this topic...
This subtitle for _.isEmpty is misleading, it kind of imply that the lodash's version does not evaluate Set or Map (which is not true), see lodash isEmpty code here.
If the
_.isEmpty
Checks if value is an empty object or collection.❗️ Note
Looks like app.json is hard-coded in jest-expo https://github.com/expo/expo/blob/d39095cd1b037bd54107a932b05d7261b219df58/packages/jest-expo/src/preset/createMockConstants.js#L47
is there any documentation to set Windows title bar?
What is Root/Root Text?
What is VirtualText?
I cloned and built revery-quick-start and started looking through App.re to see how it all works. I noticed it opens Revery.UI but there didn't seem to be any documentation for things like Opacity and View on https://www.outrunlabs.com/revery/api/revery/. Poking around I managed to guess the URL and found them at https://www.outrunlabs.com/revery/api/revery/revery_ui/ and https://www.out
Documentation error
I append text to the control QPlainTextEdit after interval, please help me how to scroll to the bottom,
I can't find any APIs: https://docs.nodegui.org/docs/api/generated/classes/qplaintextedit
Thanks
Version
2.4.0
Reproduction link
https://github.com/nativescript-vue/nativescript-vue
Platform and OS info
tns-tns-android 6.2.0 / Arch Linux / nativescript-vue: 2.4.0 / nativescript-vue-devtools: 1.2.0
Steps to reproduce
- Start a new project with the default template generator
- Select as additional dependencies V
Red/System []
s2: declare struct! [
a [integer!]
b [c-string!]
c [struct! [d [integer!] e [float!]] value]
]
probe size? s2
Taken from https://static.red-lang.org/red-system-specs.html#section-4.7.2
Says:
Compiling to native code...
*** Red/System Compiler Internal Error: Script Error : last expected series argument of type: series port tuple
*** Where: for
Per the BufferedInputStream documentation, the skip(n) method corresponds to the general contract in InputStream. Which is:
"If n is negative, the skip method for class InputStream always returns 0, and no bytes are skipped. Subclasses may handle the negative value differently. "
From this I'd expect scala-native's BufferedInputStream.skip to return 0. Instead an `IllegalArgumentEx
When use "$: react-native dom"
Appears:
No version of 'react-native-dom' found that satisfies a peer dependency on '[email protected]'
This is my package.json:
{
"name": "dom",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.4.1",
"
-
Updated
Jul 2, 2020 - Objective-C
When we present a view controller using SPStorkController then turn on personal hotspot then go back to the app, it will look like this:
But if we turn on personal hotspot first, then present a view controller using SPStorkController it will look like this:
 returns a string like "\"data:image/png;base64,iVB...\"".
It seems caused by the payload being JSON.stringify() at web view side: https://github.com/iddan/react-native-canvas/blob/master/src/webview.js#L88
and get returned directly at React Native side:
https://github.com/iddan/react-native-canvas/blob/master/src/Canvas.js#L76
http://wiki.freepascal.org/pas2js
Razor style scripting using pascal would be a nice addition.
Hello, world!
The time on the server is @DateTime.Now
The ability pass a model the page, interop with javascript, dom, etc..
Improve this page
Add a description, image, and links to the native topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the native topic, visit your repo's landing page and select "manage topics."

Some changes have been made to the main Readme (which appears when landing on the github webpage) and the FAQ. This is a post to notify people, gather some interest and suggestions.
Thanks to @ker0chan for her help on the Readme (lots more feedback that I haven't processed yet) and @ButternCream for his help working on the FAQ.