native
Here are 1,816 public repositories matching this topic...
-
Updated
Jan 4, 2022 - Objective-C
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Sep 2, 2021 - TypeScript
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Jun 10, 2020 - Java
-
Updated
Dec 31, 2021 - JavaScript
-
Updated
Jan 3, 2022 - Red
When porting tests from Scala.js to Scala Native and also creating new tests, developers have been using the following package by just changing the org in the package name:
package org.scalanative.testsuite.javalib...Initially when the ability to run the tests against the JVM, they were changed to the following for example to avoid using the java package name:
packagNo version of 'react-native-dom' found that satisfies a peer dependency on 'react-native@0.56.0'
When use "$: react-native dom"
Appears:
No version of 'react-native-dom' found that satisfies a peer dependency on 'react-native@0.56.0'
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
Jan 4, 2022 - Objective-C
-
Updated
Jan 3, 2022 - D
-
Updated
Jan 4, 2022 - Java
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
May 9, 2021 - JavaScript
-
Updated
Dec 26, 2021 - Swift
Summary of feature
Silk.NET.DXGI is doesn't have the constant/flag DXGI_CREATE_FACTORY_DEBUG.
Comments
I have to type by hand the 0x1 which is the value of DXGI_CREATE_FACTORY_DEBUG, it would be nice to be able to just grab it from the DXGI class, like DXGI.CpuAccessNone.
This is useful to make it easier to pass the correct value to DXGI.GetApi().CreateDXGIFactory2
https://docs.micr
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Dec 8, 2021 - Java
-
Updated
Dec 27, 2021 - C
-
Updated
Dec 30, 2021 - Pascal
-
Updated
Dec 21, 2021 - CSS
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."
Since we also expose the Skia-bindings for a Canvas-like API I think it might be a good idea to start refactoring the API to utilise more named arguments e.g.
~x=..., ~y=....What do you others think?