Jack Duvall

Results 23 comments of Jack Duvall

To do this, one would need to either: 1. Create a new class right above `django.forms.ModelForm` that overrides `as_table` to include a character counter when the, or 2. Create a...

My issue with that solution is that is would require patching widgets for every class that requires a character counter. That may not be a bad thing though (do we...

@IIWare It looks like you'll need to compile the code yourself. See for how to install the Ndless toolchain, and then you should just be able to run `make all`...

@cuj From the error log, it looks like you didn't install the ndless toolchain properly (`/bin/sh: nspire-gcc: command not found` == nspire-gcc, the tool used to compile programs for the...

@cuj `genzehn` (and another program you will need, `make-prg`) are Ndless SDKprograms used to take an ELF executable and turn it into a .tns executable. Searching for `genzehn` in the...

Have you first run the ndless installer? If not, and you don't even have it yet, it can be found here: http://ndless.me

Non-persistence is a limitation of Ndless; you need to run the installer after every reboot. As for linuxloader not working, are you loading the kernel and everything before your calc...

I believe they can be found at https://tiplanet.org/nspire-linux-builds/, same as the kernel. Look for the buildroot stuff

You are actually not receiving any extra characters; the response is fine. What you are seeing is a singleton tuple with a unicode string inside, what the client is packaging...

See https://github.com/node-webrtc/node-webrtc/pull/766