Jason_000
Jason_000
446 implements the functionality required within Dictu, however, I'll keep this issue open as a reminder to add it to the stdlib once we work out a viable way of...
Yeah this is a similar proposition to #226, but there would be a bit of work involved (not to say it won't happen eventually). Things like constants for example are...
Interesting yeah. We currently have things like `getAttribute` / `hasAttribute` on classes, do you think it makes sense to follow suit and add these as a default to all modules...
> Or all three could exist, since getAttribute/hasAttribute would be more efficient and easier to write. Which approach is used is a matter of taste. Yep, this was the route...
This is something that i've been putting off in Dictu but in the back of my mind knowing I should not have 😄. I toyed with looking into libuv (#481)...
Yeah the event loop isn't really going to be complicated in user-land code (I don't think), it just may get a bit tedious having to implement it each time. Something...
Some helpful repositories: - https://github.com/wren-lang/wren - https://github.com/ThakeeNathees/pocketlang We should go with implementing Fibers into the language
I'm not entirely sure I understand what you mean sorry? Could you provide a little more context, thanks!
No problems at all, glad you sorted it!
Ah okay, thats an interesting problem. My thinking with those options to cURL you're essentially turning off the verification completely kind of defeating the point of the certificate, I think...