Phil A Thompson

Results 69 comments of Phil A Thompson

Probably a bit late but I came here looking for the answer and figured it out eventually: Firstly, you specify additional domains by adding extra `-d` options to the original...

I had a similar problem trying to install greenlet and pynvim. If you use chocolatey this might work: ``` choco install visualcppbuildtools ``` If not, just download it from https://go.microsoft.com/fwlink/?LinkId=691126...

You might need `gem 'rspec-rails'` (rather than `rspec-core`) and then run `rails g rspec:install`

yeah I'm seeing this with .NET Core 3 I created by copying the Core 2.2 sample. Did you get any further @bolner ?

@bolner I've actually just discovered [Silk.NET](https://github.com/Ultz/Silk.NET). It's at 1.0.0 preview 2 with preview 3 coming out later this month. It seems to be quite usable, as in, I managed to...

I'm seeing this error as well. Did you find a solution?

That's got it, thanks @luca-piccioni. Triangle is doing a funny dance but it's working. Now to take another stab at getting the .NET Core version working. Any tips would be...

I do have an NVIDIA card but it's my laptop so must be picking the default Intel card.

It's a shame this has been closed. I still think this issue is valid. When users call `System.IO.Directory.GetCurrentDirectory()` they expect to get the current directory. In other words the one...

I've hit this issue as well and there's actually even more to this. Example requests with the same description get overwritten in the generated files. ``` post '/orders' do example_request...