Jason Walton

Results 128 comments of Jason Walton
trafficstars

If you click on the "Fork" button in the upper right corner, you can create a fork of this repo, make whatever changes you like, then submit a pull request:...

I suspect there's better ways to implement this. I imagine very few applications get anywhere close to the 128k default buffer limit, so creating that huge collection of objects right...

That's what I'd have thought too, but that article seems to suggest the opposite - that you get better performance with a simple mutex than with mpsc (although there are...

@darrelmiller So, if I have a parameter that's `{name: 'param', in: 'query', style: 'form', allowReserved: false}`, this is essentially the URI Template `{?param}`, and it matches "param=a%2Cb,c" as `["a,b", "c"]`....

Oh, wait, you can still have lists with RFC 6570 reserved expansions? How can I parse a comma delimited list when it's allowed to have commas in the values? 😢

I'm working for a node.js startup in Ottawa. I started looking at OpenAPI 3, then realized there's no node.js support for it and most of the node.js swagger/v2 packages seem...

Well, I wouldn't at all mind if [this](https://github.com/geraintluff/uri-templates/pull/24) was merged, or [this](https://github.com/geraintluff/uri-templates/pull/20/files) because they both sound kind of important. :) I suppose I could fork it...

@00-kat #4335 is about using a modier key by itself to kick off an action (like double tapping ctrl to open a new terminal). This is about remapping the modifier...