Chris Coetzee

Results 59 comments of Chris Coetzee

Hi Stefan, Thanks for your interest in the project! Hooking up the mimetypes module will be better than the current default behaviour, which is to move unrecognised files to the...

Hey, Do you have any specific questions regarding the instructions in the first post? Basically, You can add several `make_*` functions to the `rules.py` file. A good start would be...

Thanks Charles, we'll definitely use watchdog. On Sun, 9 Oct 2016, 17:01 Charles Bickel, [email protected] wrote: > Something like watchdog could be utilized for this. > https://github.com/gorakhargosh/watchdog > > —...

@p0deje One case that comes to mind is if there is a significant amount of context required for the example to work. As a very simple example ``` @example CancellationRequest.new(booking:...

That's my mistake @p0deje, I see it in the README. Thank you!

> Hi guys. The fact is that the browser itself does not know how to do this for pinned tabs. > > > Not all tabs are eligible for being...

I found this thread really useful. Here is a version that comes with a config file. Probably worth making it a plugin in the future. **Extension** ```ruby # yard_extensions/ignore_warnings.rb module...

Cool, let me know if you have any better or alternative ideas. What do you think of maybe extending the existing rules instead of completely overriding them in the generated...

This is a great idea. The .pysorter file would work well. I am not sure what the best format for it would be, maybe json is a good pick here....