Paul Draper

Results 165 comments of Paul Draper

> On the other hand, a programmer familiar with every language but Python might stop and wonder what for/else means. They have a lot of stuff to wonder about too,...

> But then I checked and found that, no, you are correct, which only proves my point Or rather it proves my point, that you would have desugared wrong and...

Thanks! Looks like it works in IE 10/11. Probably be good to mention compat somewhere.

> It's definitely possible to tree-shake static methods in theory. Only through a lot of introspection or making non-general assumptions about the code (a la Closure Compiler; though last time...

@philsturgeon I couldn't figure out how to get the fork to work. I added to yarn resolutions, but it seems that `swagger-cli` bundle has the same behavior?

The obvious -- if annoying -- workaround is to put components first, and reference everything there. Example input **example.yml** ```yml openapi: "3.0.3" components: # reference everything here schemas: a: {...

``` Sign in - Google Accounts @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype'); } @font-face { font-family: 'Open Sans'; font-style: normal;...

> Still can't believe it's been this long without a native AWS solution for this.. It's not really an AWS thing though. It's a "use Google SSO from the command...

> easier to setup than AWS SSO, assuming it's at all possible AWS SSO can be set up fine, but the AWS CLI integraton works in the same way that...

@max-rocket-internet, for ease of my development, they are both separate projects (chrome-saml is a browser extension; aws-cli-saml is a CLI tool similar to this project). But it looks like @pmarket...