Jim Stewart

Results 8 comments of Jim Stewart

Came here to report this. This seems like a bug to me. I've been deep in the flask-rest-jsonapi/marshmallow-jsonapi/marshmallow code all day, and I finally found this in marshmallow-jsonapi's `schema.py`: def...

I was able to work around this in a much simpler way via the following: class FooSchema(Schema): class Meta: type_ = 'foo' self_view = 'foo_detail' self_view_kwargs = {'id': ''} self_view_many...

Thanks for this comment. I was headed down this road, but I would have run into problems without your note about `interfaceName`, as my Docker host is also a WireGuard...

Looking at the screenshot, it's not clear to me how this differs from the "fancy" theme. Does fancy not render properly for you? It doesn't look perfect with crappy fonts...

I just had this same problem with a new installation myself, and thought it was perhaps to due with Vim 8.0, but I see you're using 7.4. Thanks for reporting....

This happens when the tabline isn't displayed. The line: set tabline=%!tabber#TabLine() sets things up so that the plugin is autoloaded when the tabline is rendered, but by default, Vim doesn't...

See [this thread on the Symless forums](https://forums.symless.com/topic/6143-delay-in-cursor-move-around-windows-login/) for a little more background. Elevate setting works for me!

+1 on this feature. I'm working with very large files, and I want to process them ASAP. I use Nextcloud to synchronize files (rather than serial copying), because I also...