Victor Maryama

Results 33 comments of Victor Maryama

@sorenisanerd I tried with the latest release but I think it does not yet include the base url options. Any estimates about when another release will be made? Thanks!

@yudai doesn't it make sense to have this too in gotty?

Wow it took me a while but I finally found other people with the same problem as I am having now! Definitely not all fixtures for a same scope have...

So my proposal would be as follows: 1. Add a weight parameter to fixtures (even negative, considering the default priority could be 0) 2. The ordering would be based on...

I have a working implementation of the sorting algorithm that takes weights/priorities into account, now I just need to figure the best way to define it in tests so that...

People interested in this, I made a plugin that implements a `@parameter_priority` decorator that can use to set strict order for parameters. The good thing is that this still uses...

Same thing happens to me on Windows 10 cmd.

Thanks, that's great news. In fact, if PyFlow supports having any python function from any importable python module as nodes, and if it generates just plain python code out of...

Maybe *pyment* could consider all the sections sphinx also does? https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html > Docstring Sections > All of the following section headers are supported: > > Args (alias of Parameters) >...

It looks like some css priority order problem. If you change the `custom-logo-plugin\static\styles.css` file to: ``` .side-nav__brand { background: url('custom-logo.svg') no-repeat left center !important; margin-left: 10px; } ``` Then it...