NC

Results 18 issues of NC

This is one easy way to support dates in the `slider_input´ - by just calculating out `custom_ticks` (ref: #227). Still lots of work to be done here, but it's a...

Hi there.. This is a very great code base. It all just WORKS. Good job. I am interested in your thoughts about the objective function, however. Is such a complicated...

This is the weirdest bug but I am using firebase (https://github.com/JohnCoene/firebase/) and it works great to query my firebase storage, UNLESS I include a reactable::reactableOutput() component anywhere in the app....

Currently seems like only files can be uploaded since 'data_url' is passed to the `uploadString` function from firebase SDK. This could be handled by using `uploadBytes` or by setting the...

Right now, calling e.g., `firebase::Storage$new()$ref(some_directory)$list_files_all(response = 'some_response')` returns only the list of files in that directory. It would be nice to also return the list of any sub-folders in that...

Updating `table-active-bg` has no effect for preset of "shiny" or "bootstrap", while `table-color` does work, for instance. See reprex: ```R library(shiny) library(DT) my_theme

This PR - in tandem with https://github.com/ANTsX/ANTsRCore/pull/161 moves in all the R code to ANTsR and moves out all of the C++ code to ANTsRCore. Now, ANTsR is a pure...

If you supply a lockfile to `golem::add_dockerfile_with_renv_heroku()` called simply `renv.lock` then the second/main Dockerfile created still expects a file called `renv.lock.prod` which is what is automatically generated when you do...

bug

**Is your feature request related to a problem?** No **Proposed new features** It would be nice to be able to interact with ANTs via a user interface on the web....

This draft PR completely revamps the c++ library wrappers for antspy. It uses nanobuild which is a greatly improved version of pybind11. The positive effects of this PR are the...