Stephan Sokolow

Results 866 comments of Stephan Sokolow

> Currently, this cargo subcommand is heavily integrated with the WiX Toolset, so managing differences in implementation between the two is a little beyond my interest and capacity. I wonder...

I ran into the same problems on Lubuntu 14.04 64-bit but was able to get a working Executor build using the following steps over and above what you already figured...

> I get configure: error: C compiler cannot create executables That's a misleading error because it can mean so many things. Fundamentally, it just means that, in one of its...

Huh. That's something I don't remember seeing. First, I'd try deleting your build folder, verifying that your checkout has no other generated files floating around, and starting over in case...

For the record, I'm also getting a conflict with [Yggdroot/indentLine](https://github.com/Yggdroot/indentLine). According to [this comment](https://github.com/Yggdroot/indentLine/issues/229#issuecomment-349585525)... > Found the root cause. > > https://github.com/gko/vim-coloresque/blob/0c21b1469993e610600e88e734ffe90b9c10a514/after/syntax/css/vim-coloresque.vim#L108-L110 > > I think vim's plugin should never...

Whether it's on a line-by-line basis or just documenting how to use `checkmake.ini` to disable rules, this would allow me to use checkmake on [justfiles](https://github.com/casey/just) which are syntactically close enough...

Oh, actually, there is one other thing it would need to learn. maxbodylength Target body for "testrun" 153 exceeds allowed length of 5 (9). That's getting confused by the `!ifdef`/`!ifndef`/`!ifeq`/`!else`/`!endif`/etc....

At the moment, the time requirement for my degree project has the project where I'm using django-tables2 on hold, but I'll put it on my TODO list.

@jieter Deadlines slipped during the project, so I've got a big stack of backlogged obligations to unwind first. I'll reach this eventually.

I still think that either the serde_json line should gain a note about `disable_recursion_limit` or C#, PHP, and Python 3 should lose their notes about the configurable limits. Personally, my...