Dylan Cissou

Results 12 issues of Dylan Cissou

https://github.com/tuanavu/coursera-stanford/blob/f6f8087e3db936e1125ae590edcb6d3f189c1d8b/machine_learning/exercises/matlab/submitWithConfiguration.m#L5 In MATLAB 2019B, you cannot use the same name of variable and function, because the JIT will consider the PARTS as variable and overshadow your function. This change is...

Loading the app and collapsing the sidebar makes the handsontable widget hidden by default. The only to have it showing up is to expand the sidebar, expand the menu item...

I have a sidebar component which contains a few inputs making the height of the browser window potentially not tall enough. While I was expected the vertical scroll bar to...

Loading the app and collapsing the sidebar makes the handsontable hidden by default. The only to have it showing up is to expand the sidebar, expand the menu item and...

external library

Hi there- When `object_exists()` returns `FALSE `a warning: `Client error: (404) Not Found` How can we disable this specific warning please ? ```R ## load package ## [Package aws.s3 version...

Hi there- Python boto3 equivalent package no supports Athena; [boto3-athena](https://boto3.readthedocs.io/en/latest/reference/services/athena.html) I would be great if aws.s3 could also supports Amazon Athena - at the moment the only way to run...

The bcrypt library causes aws.s3 to fail for requests once this is loaded. **Restart your R session and try:** ``` library(aws.s3) # https://github.com/cloudyr/aws.s3 # library(bcrypt) # commented on prupose #...

http://www.datatailor.be/ is now unreachable making impossible the installation from source.

Hi @tverbeke - Since the upgrade to `3.0.2` I cannot open multiple same `RShiny` app in multipe tabs which I always used to do that (even though the R kernel...

bug

When redeploying `Shinyproxy` while a `Dash` app is up and running already, the app will die (as expected) but silently, e.g. there would be no obvious way for any user...

question