Farid Nouri Neshat
Farid Nouri Neshat
Here's what I get when I try: ``` > ''.match(new (require('sugar').RegExp)) TypeError: Method RegExp.prototype.toString called on incompatible receiver undefined at toString () at SugarChainable.toString (/home/farid/repos/hubot-bamboohr-timeoff/node_modules/sugar-core/sugar-core.js:755:38) at String.match (native) at repl:1:4...
The title says it all. Here's an example on how to reproduce it: require('sugar').Date.create().format() For now as a work around I'm wrapping create calls with Date: ``` const { Date...
Currently `require('sugar').Date().valueOf()` returns an object rather a number like javascript `new Date().valueOf()` or even `require('sugar').Date.create().valueOf()`. This breaks where you can do stuff like `date1 < date2` with javascript dates but...
Closes #85 I used `called` variable here, because when calling destroy, it will end up calling `end` event of file, which will call the call the callback again without error,...
In my project, we don't use environmental variables and usually our databases aren't on the same servers. So it'll be nice if we could pass a Server or ReplSet instance...
* [x] I've read and understood the [Contributing guidelines](https://github.com/slackapi/hubot-slack/blob/master/CONTRIBUTING.md) and have done my best effort to follow them. * [x] I've read and agree to the [Code of Conduct](https://github.com/slackapi/hubot-slack/blob/master/CODE_OF_CONDUCT.md). *...
We are making our own instance right-sizing/recommendation tool and it would be nice if we could filter burstable instances by a minimum percentage of baseline utilization.
New Terraform version come often and I think it'd be a losing battle to keep this updated. I have already tested this.
HI, Here's an example of the problem: ``` poyo.parse_string("a: \n a: 2") ``` Causes the following error: ``` Traceback (most recent call last): File "", line 1, in File "/lib/python3.8/site-packages/poyo/parser.py",...
We would like to configure the default routes to TGW on the spoke subnets to be a set of routes other than All-traffic (0/0), RFC-1918 (10/8, 172.16/12, 192.168/16) and we...