Don
Don
I'm making http requests to a few rest resources using httpclient. I read it's thread safe and was excited, but I keep getting this error: Address already in use -...
This may or may not be a cupsffi problem. When we print we normally get page numbers, but with cupsffi I cannot get the page numbers to appear. Cups.org talks...
I have this plugin setup with the defaults and compiling, but once my css gets a certain length it starts cutting things off. This.... ``` header { background-color:green; h1 {...
Note sure what I'm doing wrong here, but when I run the generator I get: legacy_data-0.1.11/lib/legacy_data/table_class_name_mapper.rb:3:in `class:TableClassNameMapper': uninitialized constant LegacyData::TableClassNameMapper::Singleton (NameError)
Fluent Nao positions currently only support one offset.. which ends up being in an x or y direction. All positions (ex. nao.arms.up()) should support both x and y offsets in...
Get rid of my attempt at events and use this: https://github.com/davesnowdon/naoutil/blob/master/naoutil/src/main/python/naoutil/memory.py naoscript to be able to tie a script to a event like this ``` nao.event.left_bumper(naoScriptId) ``` and have it...
Write a blog post on this and make a video showing how to do it.... Cool tip from Dave! Add fluentnao & naoutil to PYTHONPATH Run python In interactive shell...
Adding a motionutil module to naoutil containing functions: https://github.com/dnajd/FluentNao/blob/master/src/main/python/fluentnao/nao.py lines 239 - 315 [10:57:46 PM] Dave Snowdon: here's a challenge though, are there meaningful unit tests we could write to...
Move Choregraphe projects to a separate repo - consolidate projects - save main project as a folder - create sh script to copy fluent nao and naoutil into the folder...
I have got handlebars templates compiling with django-pipeline and it's great. So I go and create my first handlebars template in a folder like so.... ``` /templates/users/index.handlebars ``` And find...