darkstar007

Results 8 issues of darkstar007

Hi, When I try to run this code: ``` package main import ( "fmt" "gonum.org/v1/hdf5" ) func main() { hf, err := hdf5.CreateFile("my_string.h5", hdf5.F_ACC_TRUNC) if err != nil { fmt.Println("Failed...

I often get error messages like (but sometimes (around 5% of the time) it does sort of work): ``` Sketch uses 10592 bytes (2%) of program storage space. Maximum is...

Coming back to this after a couple of months and installing new versions of everything (Litex/yosys/nextptr) from github, and now it won't compile (yosys error): ``` ~/learn-fpga/LiteX$ python3 -m boards.radiona_ulx3s_ex...

My current fork add the following things: - Multichannel support - Support for large files - Antenna selection option - Bandwidth selection option - Long format options This means you...

Hi, This appears to be abandoned and is incomplete - but its the first hit return by google when looking for golang and opencl. Is there a better version to...

I'm trying to install debian on my beaglebone-black. I create a microSD card with: ./mk_mmc.sh --mmc /dev/sde --dtb am335x-boneblack --distro wheezy-armhf --firmware The issue I have is that the internal...

Hi, I'm using this to talk to the ADC on a ULX3S dev board - and it doesn't seem to work. My hand crafted SPI module does work. The issue...

If I have a simple csv like: ''' date,display_date,description,link,series,html "Jan 3 2015",,"3rd event",,evt "Nov 14 2014",,"3rd event",,evt "Aug 20 2014",,"1st event",,evt ''' It renders like this: ![timelinebug](https://cloud.githubusercontent.com/assets/1486685/3074917/1b484368-e35a-11e3-85b8-f7fee16ca807.png) As you can...