Pouya Eghbali

Results 23 comments of Pouya Eghbali

Comments are now in parse tree (v0.4), and are attached to functions and viewable using `man` function: ```Clio man add ``` However, we're not generating any docs yet.

I've added a command for displaying the man[uals] in the terminal: https://user-images.githubusercontent.com/4604055/119242665-18aa4a80-bb60-11eb-8475-0548b34be585.mov This will be in 0.7

I will take a look, shouldn't be very difficult, we don't have a lot of parameters or options, I'll work on it this weekend.

Doing a little bit of investigation and playing around, this actually is going to take a lot of time as I'm not very experienced with TypeScript. I'll keep this open...

That makes sense to me, I'll add the feature.

@Llorx sorry it took time, I'm almost done with the implementation, there is one little issue I need to take care of and we're done. You can check the progress...

Facing the same problem on Meteor 2.3.5, appending the recommended config does not solve the issue.

I checked #256 , I doubt if it helps with this situation but can give it a try. I can test and report tonight.

Ok I tested #256 just now and it does not solve the issue I'm facing. As a temporary solution I'll just add a timeout to my fork. I'll try to...

Yeah, that'll solve the issue. However, I'll need to define a global write concern (couldn't find a way to set write concern for insert/update in meteor). I'm fine with the...