Charlie Iorg
Charlie Iorg
no jexl expressions in our ts-transforms rules
Dug into this a little. At some point the `yeoman-environment` stopped accepting call back functions in the options that are passed to the `environment.run` function. Here's where the error is...
related to issues #2553 and #2242
## notes on current functions: * replaceRegex and replaceLiteral - consider combining them into one replace function that accepts regex * isISDN needs country context to be accurate, should consider...
since we're starting to build a client wrapper to unify all our es calls here's the list of functions we should support: ``` * document related operations * bulk -...
other ip functions to consider: from [presto](https://prestodb.io/docs/current/functions/ip.html): ``` ip_prefix(ip_address, prefix_bits) → ipprefix# Returns the IP prefix of a given ip_address with subnet size of prefix_bits. ip_address can be either of...
Thoughts on getTimeBetween, to make sure I'm on the correct path. Function to return the difference between 2 time stamps, right? Not sure if there is a clearer name. DurationBetween?...
question on the getHours( but also applies to getDate, getMonth, etc...) the default function getHoursI) returns the hours in local time, even if a time zone is specified in the...
additional time functions: * setTimeZone(date) -> date * setUTC(date) -> date * getTimeZone(date) -> time zone string * getTimeZoneOffset(date) -> timezone offset * timezoneToOffset(time zone) -> offset in minutes