The Wayback Machine - https://web.archive.org/web/20200711034839/https://github.com/topics/bindings
Skip to content
#

bindings

Here are 670 public repositories matching this topic...

thomcc
thomcc commented Apr 19, 2020

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).

rafinskipg
rafinskipg commented Feb 12, 2019
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
xelra
xelra commented Nov 22, 2017

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

kraptor
kraptor commented Mar 29, 2020

Here it is some documentation about how to use icon fonts, as it took me a while to make it work: default values while initializing ImFontConfig struct are not expected, so we have to initialize the struct fully. You may add this to documentation or examples if you wish 😄

proc new_ImFontConfig(): ImFontConfig =
    #[Custom constructor with default params taken from imgui.h]#
    resul

Improve this page

Add a description, image, and links to the bindings 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 bindings topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.