Tim Hsu

Results 10 issues of Tim Hsu

It seems the library does not check if the object is belong to the context. GL::Context& gl = window.GetContext(); GL::VertexBuffer vbo(vertices, sizeof(vertices), GL::BufferUsage::StaticDraw); GL::VertexArray vao; vao.BindAttribute(program.GetAttribute("position"), vbo, GL::Type::Float, 2, 0,...

Currently the implementation of Behavior is written as special case in generator code. Behavior on { } However, this make it impossible to implement component like(Binding on x) in qml,...

enhancement

I am sure my MinGW-w64 support thread. And it is true that many other forks support std::thread. But it is still using boost::thread. And I found there are some hard-written...

Hello, I found this project several years ago. And recently I found Felgo, the usage is almost identical, I suspect they use this project directly. not only QML component design...

https://github.com/Pure-D/code-d/blob/master/templates/EmptyOpenGL_SDL/source/app.d#L170 You are using vertex array object(VAO) here. It stores all the necessary information for drawing. There's no need to re-enable attribute arrays and respecify their format. You can move...

enhancement

Currently it always read global setting. I can do. ``` span.set_tag("service.name", "other-service") ``` It changes the service in Datadog but not in Jaeger How about.. ``` OpenTracing.start_span("operation_name", service: "other-service") ```...

Hi, I've been watching this project for quite a while(from 2017). It's good to see it is still improving. I wonder will it support ES6+ in the future? It will...

We have more than one Rollbar token in one project and create `Rollbar::Notifier` for each token. Is it possible to allow `Rollbar::Delay::Sidekiq` in worker pod knowing which token to use?

Great extension. Not bug at all, but need some fix. If the declaration gets too long, it will not fit in the box. I can't see complete declaration only a...

Like the title says, I always need to press ctrl+s to reanalyze the code... otherwise it will not showing any error or correct hints