bindings
Here are 670 public repositories matching this topic...
As the title says, Enumeration has two properties for the same information.
public Type Type { get; set; }
public BuiltinType BuiltinType { get; set; }
We should remove BuiltinType and have it just as a desugared property of Type.
According to the spec, passing a description as an argument to RTCPeerConnection.setLocalDescription should be optional: https://w3c.github.io/webrtc-pc/#dom-peerconnection-setlocaldescription
For now, if no description is passed, a TypeError: Expected an object exception is thrown.
when option dump-preprocessed-input is used, BINDGEN_EXTRA_CLANG_ARGS is evaluated AFTER handling dump-preprocessed-input which result errors like "head files not found" etc in cross-compiling.
One impediment here is that the bundled bindings include tests that only work on 64-bit systems (because they include hard-coded constants).
Probably worth removing those tests when generating the bundled bindings and including them for non-bundled cases (e.g. buildtime_bindgen).
Steps to Reproduce
- Follow along with weather example (https://github.com/jamesmontemagno/embeddinator-weather) until I realize I can't use delegates in obj-c (mono/Embeddinator-4000#217)
- Attempt to look for a swift example in the embedding docs here (https://docs.microsoft.com/en-us/xamarin/tools/dotnet-embedding/get-started/objective-c/)
Expected Beh
-
Updated
Jun 12, 2017 - OCaml
vue.runtime.esm.js?2b0e:4998 Uncaught TypeError: Cannot read property 'install' of undefined
at Function.Vue.use (vue.runtime.esm.js?2b0e:4998)
at createApp (app.js?1112:7)
at eval (entry-client.js?a949:3)
at Module../src/entry-client.js (main.js:2806)
at __webpack_require__ (main.js:724)
at fn (main.js:101)
at Object.0 (main.js:2951)
at __webpack_requi
SODIUM_USE_PKG_CONFIG secretly uses vcpkg if the MSVC toolchain is selected which is pretty counter intuitive looking at the name of this variable.
cc @sdroege
Hi,
I'm trying to get started with Polymer and Redux, but even after days I don't really know how to get started. I'm trying to connect all the dots, but the documentation of this project is really confusing me.
The GitHub readme is so simple, I really can't make sense of it. When I go to the webpage of the project I see a demo app, but somehow it's only half of what the actual demo is and t
-
Updated
Jun 12, 2020 - Python
librbd offers a way to get notified in case the metadata of an RBD image changes. rbd_update_watch() can be used to setup a callback so that the application can get informed.
The internal/callbacks package should be useful for implementing this.
I have two 8bit controllers (SFC30 and SNES30) that work in Lakka but not in Ludo. They detect but buttons are not mapped. Also is there a way to map the buttons manually through ssh.
-
Updated
Jul 10, 2020 - Rust
-
Updated
Jul 8, 2020 - Reason
-
Updated
Jun 10, 2020 - Crystal
when you add a document for the first time you can not see the id in the firestore console, only you can see it when you update the doc.
This is also affected by #275
-
Updated
Jun 30, 2020 - Swift
Most of the matplotlib (but not all--hello-world.py and glyph-vector.py, for example, seem to be okay.) examples are having issues. I'm on OS X 10.12.6.
Screenshots attached:

: ImFontConfig =
#[Custom constructor with default params taken from imgui.h]#
resul
-
Updated
Feb 25, 2017 - JavaScript
Improve this page
Add a description, image, and links to the bindings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bindings topic, visit your repo's landing page and select "manage topics."


As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.