Ben Naylor

Results 33 comments of Ben Naylor

@lopopolo I'll pick this one up again shortly, sorry for taking a while to get back around to it!

@lopopolo Converting this one back to draft since there's still some reasonably sized changes that I need to check. https://github.com/artichoke/artichoke/pull/1956/commits/3dd1b6b6db84c04850cc4b4a71823f9c2bed8846 might be pique your interest :sweat_smile:

Also, do you have a preference on tabled vs. non tabled tests? (below are the same tests) Table tests: ```rust #[test] fn subsec_millis_tabled() { let mut interp = interpreter(); let...

Ah yes! I apparently reverted back to an old habit. That Hashmap is redundant here :-D

@lopopolo Your input on this stuff would be much appreciated (I've thrown some comments in places). I'm happy for you to push commits if you have some fancy ideas on...

Funnily enough even just adding the following to `.wskprops` works: `APIGW_ACCESS_TOKEN=`

And just as I post that, I read [this](https://releasenotes.docs.salesforce.com/en-us/spring16/release-notes/rn_api_tooling_behavior.htm) > You can now pass ApexTestSuite IDs to the runTestsAsynchronous() SOAP call So maybe a facility to query the nice name,...

For me, something like `:ApexTestSuite ` (where name of suite is tab completable) would make sense to get to the edit menu. The edit menu I feel should be similar...

I was getting a similar problem, and it looks like AWS might have changed their message that was being sent on update/accepted. PubSubClient has a limit of 128 characters by...

I have just run into the same issue, however I believe this is due to the changes in the ESP8266 library. If you did what I did (cloned from their...