bugproof

Results 38 issues of bugproof

UPS offers many ways to access the API (JSON, XML, SOAP) the easiest way would be to use included WSDL schemas and that should generate the client using Connected Service:...

Currently, in the `checkout/shipping` view, you have to fill the form in order to select the shipping method. It doesn't always work like that. Different shipping providers require different types...

I wonder if it would be useful to add `TaxedMoney` type with a distinction between net amount and gross amount, just a proposition though. Tell me what you think. But...

feature

I created `apollo.config.js` with the following content: ```js module.exports = { client: { service: { name: 'spacex', url: 'https://api.spacex.land/graphql/', // optional disable SSL validation check skipSSLValidation: true } } };...

:spiral_notepad: component - vscode

![image](https://user-images.githubusercontent.com/3116731/87929082-28f82180-ca86-11ea-90b6-9ae0b3b563c8.png) How does [EdiCondition] work exactly? Should I write it as ```csharp [EdiSegment, EdiPath("DTM")] public class DTM_Segment { [EdiCondition("2", Path = "DTM/0/0")] public EdiFact01.DTM DeliveryDate { get; set; } [EdiCondition("10",...

I think it would be useful if we could use `VkInstance` but it's not exposed anywhere so the only option is forking/patching dxvk-native or hooking `vkCreateInstance` or is there any...

when inheriting some types, there is no auto-completion for override ```fsharp type Derived() = inherit Base() override __.(no auto-completion here) ``` also something like "generate overrides" is missing known from...

enhancement

I ran dotnet-apiport against the project and it seems like it's pretty compatible 😄 https://1drv.ms/x/s!ArqMTZb-afYkgQh9voOZzGCd7NKh https://docs.microsoft.com/en-us/dotnet/core/porting/ Porting to .NET Core would make Sharpmake cross-platform just like CMake is and possibly...

enhancement
question

[opengothic-v1.0.1527](https://github.com/Try/OpenGothic/releases/tag/opengothic-v1.0.1527) Indoor 40-60 fps Outdoor 200-240 fps

Not needed but would be a pretty useful feature. Download symbols for a dll file, e.g. `pdbex.exe * C:/windows/system32/ntdll.dll -o ntdll.h` Similar to how IDA Pro and a few other...