Skip to content
#

native

Here are 1,346 public repositories matching this topic...

imgui
ocornut
ocornut commented Oct 15, 2019

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.

kwokhou
kwokhou commented Feb 4, 2020

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 ❗️is for the Native implementation, it should put on top of the Native method.

_.isEmpty
Checks if value is an empty object or collection. ❗️Note

nativescript-vue
coreyoconnor
coreyoconnor commented Apr 27, 2020

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

DevKiri
DevKiri commented Jul 19, 2018

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",
"

themenow
themenow commented Apr 20, 2017

Tested in Chrome, Firefox and IE, when a page has content added dynamically on scrolling, the sticky element changes its stuck point, that to say if the element is supposed to stuck when it reaches top, it won't happen until you keep scrolling down at a certain distance which the distance is height of the dynamically added content.

Please fix this issue, thanks!

Improve this page

Add a description, image, and links to the native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the native topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.