Steve Baxter

Results 7 comments of Steve Baxter

This is happening for me with Node 12.18.3

The solution is probably to change `snowboard` to use `drafter` (https://www.npmjs.com/package/drafter) rather than using `protagonist` directly. Protagonist may not be available for every platform (it uses node-gyp to compile C++...

There are 3.0 types but they don't seem to be complete. I ended up using a different solution, thought I would let you know though!

@macsj200 - I needed the raw body, I ended up unpacking it myself with raw-body, e.g.: ``` import getRawBody from "raw-body"; . . . public async handleRequest(ctx: Context): Promise {...

We ended up creating our own `ToggleButtonGroup` based on the react-bootstrap one that converts the `title` prop of each child to a tooltip using `OverlayTrigger`.

We have the same problem - our builds are failing on Jenkins because .NET 3.5 isn't installed on the build agents. This also makes it a little bit difficult to...

For anyone who comes hunting for a solution to this, I have a workaround. The symptom is that your build will fail with something like: ``` error MSB3073: The command...