Jason_000

Results 105 comments of Jason_000

Sorry I don't think I was super clear, the above would allow you to handle self-signed certs it's just that you would need to provide the path to your cert...

Don't worry about the language comparisons, if anything I welcome it! I think the HTTP library definitely needs a rethink, it's rather rudimental in it's approach (only exposing 2 methods,...

I like it, very clean. Will be much better with the client object too like you proposed!

Yeah it's a good idea, having some sort of conventions on the docs somewhere could be a good start. Later down the road we could potentially start creating a linter...

Yeah concurrency has something that has been in the back of my mind for a while, but something I've also just never got round to doing. The implementation in Wren...

The first option is what we should have available to us for list unpacking ``` var x,y; [x, y] = [1, 2]; ```

Nice one will take a look at this! Would be good to get support for a couple more of the editors to be honest, external tooling is incredibly lacking so...

A potentially promising library: https://github.com/sheredom/utf8.h

@briandowns I think in terms of priorities this one should be pretty high on the list. Concurrency is a major part that is missing from Dictu and "Fibers" implemented (similar...