Olli Paloviita

Results 4 issues of Olli Paloviita

## Brief description Currently https://www.getpapercss.com/docs/components/navbar/ collapsed navbar hamburger menu is invisible. This can be fixed by adding "border" to the bars. ## Sample pictures Firefox: ![image](https://user-images.githubusercontent.com/45269051/101613768-d27b8780-3a14-11eb-8fab-d7c9ccc797f6.png) Chromium: ![image](https://user-images.githubusercontent.com/45269051/101614059-25553f00-3a15-11eb-8cd7-0e4a67917986.png)

I'd want to check in one validation that `userInput` is number and larger or equal to zero. To enable `minNumber` check, I need to convert the user input String to...

In the concurrency chapter there is a broken link, which is accessible through [Wayback machine](http://web.archive.org/web/20100302024235/https://dustin.github.com/2010/02/28/running-processes.html). It seems that the author moved it from *dustin.github.com* to *dustin.sallings.org*. This commit fixes the...

cla:signed

To reproduce (based on `getting_started/asyncio/driving/drive_raw_motors.py`): ```python import asyncio import logging from sphero_sdk import SpheroRvrAsync from sphero_sdk import SerialAsyncDal from sphero_sdk import RawMotorModesEnum # setup and test logging logging.getLogger().setLevel(logging.INFO) logging.info("Now the...