Andrie de Vries

Results 29 issues of Andrie de Vries

enhancement
Epic

Provide unit tests for: * deploy template * deployment status * delete deployment * cancel deployment

tests

Description of SAS: https://docs.microsoft.com/en-us/azure/storage/storage-dotnet-shared-access-signature-part-1

enhancement

Add some code examples. Without code examples, `R CMD check` throws warnings. Although almost all the code requires authentication, we can still use `\dontrun{}` segments to illustrate typical patterns.

The package vignette fails in windows, in the step `makeSingleGRANRepo()`. I traced the first problem to `normalizePath2()`, where the code makes some assumptions about path names that don't seem to...

In the function `GRANonGRAN()` the following lines fail: ``` res = file.copy(system.file("GRAN", package="GRANBase"), normalizePath2(repobase(repo)), recursive=TRUE, overwrite=TRUE) if(any(!res)) stop("copy failed") ``` The reason is that the file "GRAN" doesn't seem to...

In `mm_send_mail()` you can have the user choose the mail engine and, if `blastula`, it’s a single statement to have the email sent that way. If you get `blastula` from...

This includes some stubs to show workbench jobs (not yet functional), updates to FastAPI apps to run in workbench, and updating uvicorn in requirements.txt

Implements Polygon class by extending Shape Closes #455

**Description** It would be helpful to have a component to draw various regular polygons, e.g. hexagons, octagons, etc. **Proposed solution** I propose this can be implemented by extending `Rect` and...

b-enhancement
c-accepted
a-2d