Carl Fredrik Samson

Results 89 comments of Carl Fredrik Samson

Cool, thanks for pointing this out and finding a fix for it. I have now released a new version with an updated reference.

Great! Yeah, I agree with the approach you outline.

Oh, I see. That sounds great. I just browsed through and it looks like you're well on the way. I'll see if I have time to dig deeper into this...

Just for future reference. There seems to be som incompatability between how `winapi` and `windows-sys` calls [GetWindowSubclass](https://github.com/microsoft/win32metadata/issues/734) which leads to this error. A rather simple workaround to avoid this problem...

Unless Tiberius (MS-SQL) driver adds native suppurt for batch inserts, I’ve found this method extremely useful to avoid beeing limited to 1000 inserts (which is the case of using `INSERT...

I have the same problem as well. Code completions basically doesn't work outside of src/main.rs file. Have the same problem across 3 windows machines but not on my Mac. Did...

No problem. I should mention though I use the Rust RLS plugin in VS Code, but as I understand the code completion is still from Racer. Works fairly well in...

Sorry for the delay. Thanks 👍

@bjorn3 is correct. I'll close this now (as I'm doing some cleanup). Feel free to re-open if you have any other questions.

Just going through open issues and noticed this one that was fixed in the latest revision of the book where all the asm code was migrated to the new syntax.