stefanos

Results 32 issues of stefanos

The following code ```c #include #define SIZE 10 extern int myarr[SIZE]; int myarr[] = { 11, 34, }; int main(void) { for (int i = 0; i < SIZE; ++i)...

I'm currently using the following format to include multiple directories for header files' lookup. ```vim let g:clang_user_options = '-I/usr/include/' let g:clang_user_options .= ' -I/usr/include/boost/' let g:clang_user_options .= ' -I/usr/include/x86_64-linux-gnu/' let...

I like how `drawwhitespace.lua` works, but I would like to enable it via toggle option when I need to. I'm sure many more plugins need this feature. Is it something...

With PHP-FPM we have three options: `static`, `dynamic`, and `ondemand`. Can we accomplish such thing with rr? I don't think it makes sense to waste resources when a website is...

C-enhancement
B-performance
E-needs-mcve
Y-Low

Specs: ``` OS: Debian testing 64-bit, fully updated ``` ``` Nim Compiler Version 0.19.0 [Linux: amd64] Compiled at 2018-09-28 Copyright (c) 2006-2018 by Andreas Rumpf git hash: d993b9420bcf49f8e49acbb8169ff24f46bfc8df active boot...

Bug
Medium Priority
Messages

As we can see in this screenshot, it does not following any linear order. ![image](https://user-images.githubusercontent.com/1777466/52360916-be942280-2a45-11e9-81fd-ee29d1b88d82.png) Can we fix it to make it easier to follow during reading?

I use the latest version of `vim-go` from github using `Vim 8.0` under Debian testing 64-bit. `vim-go` gives the user the opportunity to open a new `main.go` file in the...

bug

As I have mentioned to @nylen in #140, I have checked with silver searcher `ag` and have found files that contain WordPress links. Below I list _just a few_ of...

Greetings @maralla, I hope you are doing well. I use [Nelua ](https://github.com/edubart/nelua-lang) and have setup its [LSP](https://github.com/codehz/nelua-lsp), but I cannot make `:` to trigger its record contents, unless I edit...

This is a very interesting project, kudos! As the title says, we definitely need a tutorial that goes in depth following step by step concept. It would make newcomers feel...

question