Ole Kröger
Ole Kröger
**Is your feature request related to a problem? Please explain.** As we now have #119 we can go into further interesting terrain: A visual debugger par excellence! **Describe the solution...
Hey there, first of all thanks for the awesome package. This might be a weird request or question for this package: is there a way to export the awesomeness that...
Hey, thanks for this lib. I have some trouble using it with my GoPro Hero 4 Silver. I can't stop, start the preview. (no error) and I can't change the...
I'm interested in adding JuliaLang to sourcegraph but unfortunately the readme seems to be quite out of date: > (optional, to enable jump to definition) Ensure the language is present...
Currently having boolean constraints call a macro which calls CS instead of ConstraintSolver
How can I access elements by array index instead of dictionary key? I tried the following: ``` Mustache.render("{{:a.:1}}", Dict(:a => [0])) Mustache.render("{{:a.1}}", Dict(:a => [0])) Mustache.render("{{:a[1]}}", Dict(:a => [0])) ```
I just came across this library and I'm interested in the concave hull functionality of LibGEOS. Looks like there are some C calls implemented for this but I'm unsure how...
Hi I want to use your extension but I have some problems with my roundcube installation. Hope somebody can help me with it ;) I installed the plugin manager and...
I tried it on your own `main.js` and it only shows me your `no function found` alert ``` javascript function generateComment(fname, params,returnsValue, prefix) { var output = []; output.push("/**"); //...
It would be great to check if a description already exists. Checking if there is a ``` /** */ ``` directly in front of the function name