Skip to content
#

native

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

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated Aug 24, 2021
  • Red
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 '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",
"

Silk.NET
KirillAldashkin
KirillAldashkin commented Aug 23, 2021

Summary

An System.AccessViolationException is thrown when creating an input

Reproducing

  • Platform: Windows 10
  • Framework: .NET 5

Steps

  1. Create empty Console application project
  2. Install packages:
Silk.NET.Input.Common 2.7.0
Silk.NET.Input.Desktop 1.9.0
Silk.NET.Input.Glfw 2.7.0
Silk.NET.Windowing.Common 2.7.0
Silk.NET.Windowing.Desktop 1.9.0
Silk.NET.Windowing 2.

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