hunar

Results 23 issues of hunar

Hi I installed clang_complete for vim and it can autocomplete the std stuff without any problems .. but i tried to create a simple header locally but it doesn't autocomplete...

Hi .. i really want to try this compiler but when i try to 'make' i get this error: ![screenshot from 2017-07-05 11-27-47](https://user-images.githubusercontent.com/14861276/27855813-875cb002-6174-11e7-90db-60bd7686b369.png) Can i get some help please :/

Hi, i wanted to try this and i couldn't because i don't know how should i create my data, could you please make a simple example in the README about...

help wanted

Why? ```lisp CL-USER> (defclass a () ()) # CL-USER> (defclass a () (name)) ERROR: Can't redefine the class named A. ```

enhancement

Hello, I really like raylib and it works without any problem in C Today i wanted to use it inside python, I did`pip install raylib-py` then opened a python terminal...

Hello I wanted to check out this project, installed the dependencies and i got this: ```bash (ql:quickload :sketch-examples) To load "sketch-examples": Load 1 ASDF system: sketch-examples ; Loading "sketch-examples" (:SKETCH-EXAMPLES)...

Hello :D This is a very interesting project, but why aren't there `defmacro`s? Is it impossible to implement or you just delayed it for later :) I [tried](https://www.reddit.com/r/Common_Lisp/comments/p8rd2i/can_defmacro_be_created_with_defun/) making it...

I created the same data using your python script, and saved it in a file, because I cant create the same random numbers as numpy from my language. I then...

question

Hello This question is kind of similar to #35 which I've commented on, but I think it deserves a new issue. I have this problem when using latest 64bit SBCL...

Hello, I'm not sure if this project is alive or not, I installed all the dependencies and got an error when `make build_all` ```lisp raco ctool --xform project/app/src/main/jni/racket/../racket-vm.c process*: contract...