bugproof

Results 81 comments of bugproof

@tkachenko-yevhenii Check out https://github.com/microsoft/kiota it is much better at generating clients and maintained by microsoft as well

I think this approach is a bit too complicated imo. I would just solve it with triggers alone, insert record to some table like "change_notifications" and have a background service...

> I looked closer to this problem and realized that it seems there is no reason to use any external libraries like this for this purpose. The only reason why...

@nikriaz Are you saying about change data capture feature?

So what are the steps to use stripe with vue at this moment? I'm ready to rewrite my website to react and next.js just for this lol.

@ctl2016 > how to create a mask picture? grayscale image (black background, white is your mask) save it as png (8 bits per channel - grayscale) example: ![srlmask2](https://github.com/user-attachments/assets/94a83c94-2d01-4a06-bdd0-815256fd8599)

I have the same issue

@stevemk14ebr is it possible to use zydis with vcpkg? It always defaults to capstone. Also static linking by default would be nicer if it's possible to set with vcpkg. Now...

Any solution for this? I started to use razor templates to generate source code because at least there I have some IntelliSense using `@inherits` Using scripty I couldn't get IntelliSense...

Same problem with ASP.NET Core and all the other web frameworks I guess... `IFormFile` is `null` and server doesn't accept it. I wasted 1+ hour looking for the solution and...