Peter Saxton

Results 143 comments of Peter Saxton

I want to keep fn small so hope that we wont have to call out to anything. I have already got gulp out of a v0.9 branch and it looks...

I don't quite understand what this issue is. Normally I prefer distinctly named functions over configuration. If you have any expansions on this point i'd like to hear them or...

unfortunately I'm not able to recreate in a new project.

Yeah. I've just finished walking through the Process in JS land. These were all the changes that were required. https://github.com/panva/node-openid-client/commit/c5d315826a767d1479509931eddb5ae6e3b99532 Might be a useful resource if only for the tests.

Would you be interested in adding support if I opened a PR? Not sure when it will be, will try and get round to it soonish.

I'm still trying to work my way around the library. If you had some pointers on where I should start that would be great. Hopefully have more time to work...

Hey I've come across the the same error, I believe. ``` $ (cd eyg; GLEAM_LOG=trace gleam test) DEBUG download_deps: locking_build_directory path="/home/peter/Projects/project_wisdom/eyg/build/packages" error: Fatal compiler bug! This is a bug in...

I think this should be added. initially without too much consideration to performance. Work toward setting the correct ordering of parameters etc. Then optimise the functions once we have a...

operations that act on collections should take either 2 arguments or 1 argument that is a collection. concat([1], [2]) // => [1, 2] concat([[1], [2]]) // => [1, 2]

Switch argument order of throttle arguments