Alexandru Barbur
Alexandru Barbur
:shipit: EDIT: Emoticons, how do they work?
I'd be happy with a mechanism to keep user specific settings in a user-specific path. Ideally under `~/.config/lite/` where `~/.config` is detected from `XDG_CONFIG_HOME` [1]. Alternatively as a simpler implementation...
I just found https://github.com/rxi/lite/issues/112 which is actually what I'm after. I've gone ahead and patched my copy to do what is suggested in that thread and load a configuration file...
@apremalal Have you tried quoting the table name? I ran into a similar issue and for some reason in Postgres 10 I had to use double quotes with my table...
It will build and run with CUDA9 even though it's not officially supported. You will have to modify one file though, remove the `device_functions_decls.h` header include from all files in...
@olstenlarck @andersfylling I just built this on Arch using CUDA9 and GCC6. Not officially supported but it seems to work for me. ```bash pacman -S cuda export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/cuda/lib64" export PATH="$PATH:/opt/cuda/bin"...
@ovishow Este posibil ca ati utilizat o retea nesecurizata? Eu numai ce m-am uitat la site si nu am vazut nimic neobisnuit. Poate ca nu se intampla decat daca detecteaza...
Not sure where @Kr00t got those environment variables from, but if you have GCC installed CMake should automatically detect it. You may need to explicitly install an older version, since...
I've been pretty busy recently so feel free to merge any PRs that conflict with mine especially if they get us closer to supporting unions of complex types. I can...