-
Hi,
I was wondering: is there a way to fix a threshold on the number of features to trigger the proximity loop closure? it happens that in nearly empty spaces the robot gets drifted away because of "…
-
```
This originally was a segfault issue, but in trying to reproduce it I got a
different error. I'll release the original source in a few weeks.
Anyway, here's a case:
def map_fail(config):
#a…
-
```
I am using the latest version of all scripts (2014-02-16). However, the closure
options are not yielding anything. Am I doing something wrong? Or is this a
htmlcompressor bug
Files:
-rw-r----- …
-
```
I was curious if this was planned, if so i would gladly help out, otherwise i
probably would try to get it started (if anyone else cares).
If i were to start the support for the stylesheets, are…
-
```
This originally was a segfault issue, but in trying to reproduce it I got a
different error. I'll release the original source in a few weeks.
Anyway, here's a case:
def map_fail(config):
#a…
-
Support for the Google Closure module system is easy to add also.
Example: https://developers.google.com/closure/library/docs/tutorial
Just add this style at the top of the file:
```
if (typeof goog…
-
The minify task uses the closure compiler, but it'd be great to be able to configure the closure builder with gradle, too.
-
Had my main module named 'app', loaded this module, and literally everything broke.
I solved it by wrapping everything except timerModule part in closure. (I excluded timerModule because I wasn't sur…
-
```
Make stuff like this possible:
functiontype counter : -> integer count
count_from : integer start -> counter ret = lambda(count = ++start)
entrypoint :
{
counter alpha = count_from(0)
…
-
The current implementation (in `2.4.0`) of `WordPressClient::_logError()` requires callbacks to be closures or function strings. Thus it is not possible to attach a class method as callback, which wou…