bugproof

Results 81 comments of bugproof

whats the point of using this possibly with less features library instead of libcurl

@MyTDT-Mysoft that's true but also maintenance is an important factor. Last commit in this repo was 12 months ago, so if something breaks or there's zero day acting on libhttp...

Static should be a preferred way to consume GameNetworkingSockets. Dll makes it easier for reverse engineers to hack your game. It would be nice if static linking was allowed with...

How could I use different formats based on DateTimeFormatCode? ![image](https://user-images.githubusercontent.com/3116731/87936633-76c75680-ca93-11ea-9930-b37aa0c17923.png)

I don't think static linking is supported at the moment. E.g. https://github.com/Joshua-Ashton/dxvk-native/blob/master/src/d3d9/meson.build#L44 Everything is using `shared_library`

> I can't even execute `npm run dev` with latest sveltekit and smelte.. > > ``` > (this will be run only when your dependencies or config have changed) >...

Don't expect many people to use this library without any documentation or "Quickstart"

With all due respect, does it even make sense to use a project generator for C# projects? People are using only one format anyway on Mac and Linux too (https://stackoverflow.com/a/6604782/2828480)....

New csproj format can be used for both frameworks. You can still move code around as it implicitly compiles all the .cs files in a directory. I think it's more...

regarding dll files and not exe files: https://github.com/dotnet/cli/issues/6237#issuecomment-511001872