stefanos

Results 105 comments of stefanos

The reason I reported this is because I saw [this bug](https://repo.or.cz/tinycc.git/commit/355897a9203661b5f54dbb634294a66ceef17ae6) in TinyCC and decided to give it a try in `chibicc`; I replicated the exact `tcc` buggy behavior but...

I came here to ask more or less the same question, but you people have answered my question(s), especially @MattPD's link came just in time. @rui314 Do you have any...

@rui314 regards to the use of `fork`, I have read an article you might be interested in studying it https://www.microsoft.com/en-us/research/uploads/prod/2019/04/fork-hotos19.pdf It basically suggests to deprecate `fork` and choose either `posix_spawn()`...

As a GNU / Linux user, I agree about the use of a `makefile`; it's my standard procedure for small to medium projects. But what I'm wondering is the following:...

It's something I'm also interested in and to be honest with you, I planned to ask the same question for an obvious reason: I compile `lite` myself and every single...

I think there is an extremely easy solution to this issue. @rxi can you please remove `data/user/init.lua` and replace it with a `README.txt` with an explanation to the user how...

You misunderstood me @rxi. Indeed what I want is exactly what `hidestatus.lua` does or should I say implements. ![image](https://user-images.githubusercontent.com/1777466/82329678-5d9a1f00-99ea-11ea-8781-f4666d185246.png) Well, as you can see, the code is not clear enough...

I came here to ask the same question, more or less. To be honest with you, Notion behaves...weird, at least in my case. I try to move the page up...

I don't know @maximbaz whether it's related to your question or not, but I have a request on a similar concept: I have a project that is located at `/home/stefanos/code/`...

I have solve it by doing something simple. I have changed the original Vim sample as follows: ``` vim function! FzyCommand(choice_command, vim_command) try let output = system(a:choice_command . " |...