Ahmed Mohamed

Results 9 issues of Ahmed Mohamed

I am not sure how complex to implement this, but it would be really useful if we can filter on aggregate (annotated) fields. Exmaple: Consider these models ```python from django.db...

enhancement

`grepl` function in base R is incorrectly translated to `REGEXP_CONTAINS` by direct replacement. However, both have reverse arguments order: - `grepl(pattern, x)` - `REGEXP_CONTAINS(value, regexp)` This PR fixes the order...

Functions that use `PERCENTILE_CONT` in BigQuery are not constructing the query correctly (`median`, `quantile`). Here is how the functions are currently translated. ``` r library(tidyverse) library(bigrquery) billing Error: Job 'jk-test-compute-3e8da53f.job_gbu6LA8nKmSE5RBA0CEesIDcRQzK.US'...

First of all, thanks a lot for this awesome package. Currently, plotting fails with an ambiguous message if row/col annotation is continuous and contains missing values: ```r library(iheatmapr) library(datasets) library(reshape2)...

bug

This PR updates outdated dependencies `d3-array`, `d3-selection` and `d3-transition` as well as other D3-* packages to version 3. The only incompatibility was the removal of `d3 event`. Relevant code was...

Is there a way to extend / modify the `result_ttl` after it has finished? The docs only describe setting it on enqueue.

I'm using a customShow as follows ``` javascript nanoModal.customShow = function(defaultShow, modalAPI) { defaultShow(); modalAPI.modal.el.style.display = 'flex'; modalAPI.modal.el.style['flex-direction'] ='column'; modalAPI.modal.el.style['max-height'] = 0.8 * el.node().parentNode.clientHeight; }; ``` This disables the the...

Currently roxygen matches `^(#\\'\\s*)`, which matches all whitespace after `#'` including newlines. This misses the following case: ```r #' @param xyz abcde #' any

I am asking about cancelOrders([order_ids) should behave when one or more of the orders throw an error. I am investigating this function in BTCMarkets. Consider this example: ```js let valid_id...

enhancement
important