Sebastien Collier

Results 18 issues of Sebastien Collier

I am using arch-ppa on a remote arch linux arm server to build packages for my nVidia Jetson TK1, also running arch linux arm. I have run `./arch-ppa add ros-indigo-desktop-full...

Hey, thanks for the wrapper. Can you give me an example of what g++ command you add to the Makefile to compile the wrapper? Also, just letting you know that...

I'd like the ability to solve the challenge with either an automated or manual TXT record in the DNS for my domains. This will allow for provisioning of valid certificates...

Hi there, thanks very much for the CPM project! I saw in #271 that you do not support pre-built binaries as CPM is not hosting builds for packages. However, I...

help desk

# What I want to accomplish I want to be able to read SQLite databases directly from minio buckets over http, while caching regularly accessed files. ## Proposed solution ####...

community
do-not-close

Thanks very much for your project, seems like a really nice tool. Just letting you know that clicking anything on your heimdall page just redirects back to itself. I'm not...

We recently switched from linuxdeploy to go-appimage. Our application creates/reads files from the current working directory. i.e. we have the following directory ``` $ls /home/user/somedirectory /home/user/somedirectory/Our.AppImage /home/user/somedirectory/Some.configfile ``` previously under...

I ran the instructions from [here](https://github.com/probonopd/go-appimage/blob/master/src/appimagetool/README.md#building) and then ran `sudo ARCH=arm64 ./scripts/build.sh`, but I'm getting a build error: ``` $ sudo ARCH=arm64 ./scripts/build.sh + unset GOARCH GOBIN GOEXE GOHOSTARCH GOHOSTOS...

I've attempted to compile the examples in this repository after installing eigen and protobuf locally using your scripts. While making the example, I get many errors like this: ``` In...

Hi there, thanks very much for publishing your code. I was wondering if it would be possible to add an argmax layer to the net so that the predictions are...