JJCUBER

Results 26 comments of JJCUBER

@rglover I took a quick look by logging `result` to console, and it seems that the actual "object" is instead stored with the key `0` when you have custom keys...

That's with a zero-based implementation, but I see your point. Personally, I feel that it should still at least be mentioned how the one-based implementation provided isn't portable (whether it's...

> It seems that OP has a space in the path ("testing clangd"), and that seems to cause the error with `:Break`. It happens on non-Windows as well. so would...

> @JJCUBER it could be. Could you please try with a filename without spaces or to use double quotes as suggested in the link you provided? If I'm not mistaken,...

> I am not sure if I follow because every time it comes with quotes, double quotes, spaces, escape sequence, etc my brain go upside down. Anyway, if we all...

It seems that unfortunately functions with the name `size` cause resolution to fail. The fix is `::` but I don't know if that would be considered worth it.