badevguru

Results 12 issues of badevguru

It would be nice if the system had a behavior so that when the press of the joystick ends, the joystick snaps back to neutral. I'm happy to code it...

Ideally I'd like to do this to the C1 instances. I am trying to find a way to pass commands to setup a swapfile as part of the docker-machine provisioning.

question

In order to use IPIP it appears necessary to make some tweaks to the networking of the container that is receiving the traffic. The docker-link project can be updated to...

P: Low
T: Feature
C: Core

We are passing around large octet sequences. The good news is that we can access the data through the getJson API. The data comes across as an array of strings...

There is no guard code for when a client disconnects and then another client issues a peer connection request. The system will try and pull the client id from the...

Is there a working example of loading a custom vocabulary? I've tried, but whenever I pass the location of the dfa and dict files to the Julius constructor I get...

bug

I am trying to replicate the build process through the scripts. I am generating the u-boot files no problem. Cannot seem to find the script that is publishing the bootloader-ng...

Just want to clarify that cloning the SD card to the eMMC will also update the uboot partition with whatever version is on the SD card. It is my understanding...

boot-scripts/boot/autoconfigure_usb0.sh Not critical, but if someone were to do a typical apt-get uninstall udhpd, the system will keep the /etc/defaults/udhcpd folder around. Since that is what is used for detecting...

Trying to run the example for streaming ``` elixir require Matcha Matcha.spec do {amount, tax} when is_integer(amount) and amount < 0 -> {:charge, amount + tax} end |> Matcha.Spec.stream([ {9001,...

TYPE: Bug
AREA: APIs
needs specification