Adminy

Results 181 comments of Adminy

@jangalinski maybe your php version. I have latest php so all of this works fine! ![image](https://user-images.githubusercontent.com/22717869/31575686-2fc62228-b0e4-11e7-86ec-955f7c9bdf88.png)

I was going to parametrise it but I noticed my `N` is `131071`. its stuck at getting stats: ```R stats::nlm(f = optim_final_loss, p = pars, areas = areas_disjoint, circle =...

Agreed. Its not the amount of nodes that matter, its the overlaps. I was thinking to do something like start off with just one overlap and keep increasing the overlaps...

Same here: ``` Uncaught TypeError: this.off is not a function at bulmaCarousel._unbindEvents (bulma-carousel.js:620:12) at bulmaCarousel.destroy (bulma-carousel.js:854:12) at Object.beforeNext (index.js:89:23) at bulmaSteps.next_step (bulma-steps.js:263:31) at bulmaSteps.value (bulma-steps.js:207:14) ``` Also `this.node.remove()` is also...

Thanks @gentilmente, I needed like 5% from this project, so I just built a small module, that does just what I wanted it to do. Future libraries: 1. _Define a...

As far as the GetDrawData() function goes is that it provides a set of instructions ready for openGL and the likes, I was referring to a pixel basis format because...

Yes, I’m currently attempting to make that software rasterizer. I have tried TinyGL, and haven’t been successful. At the moment I’m trying to bring [Regal](https://github.com/p3/regal) to javascript using emscripten. I’m...

An update, I asked for help on the main Dear ImGui and have [replicated the problem](https://github.com/adminy/ImGuiDear_JS_TinyGL) I'm having onto a Git. If you could have a look or identify what...

It already looks full of dependencies in my opinion, took me hours to figure out how to completely remove typescript, so I can port it to non-browser, non-node environment. I...