Isen

Results 10 issues of Isen

I'm trying to upsert a document that involves a generic. The document collection has not been created yet, and I assume the collection will be automatically created like in the...

bug

``` public ArangoServerException(BaseResult baseResult) : base(string.Format("{0}. ErrorNumber: {1} HttpStatusCode: {2}", (object) baseResult.ErrorMessage, (object) baseResult.ErrorNum, (object) baseResult.Code)) { } ``` This line flattens the useful information into a string and essentially...

feature

Depends on: https://github.com/actions/virtual-environments/issues/2187 tldr: macos arm support for github actions, preview in 2022

According to google, when I use `JFXSnackbar` it must be initialized with the root pane. ``` snackbar.registerSnackbarContainer(root); ``` I'm someone who prefers to write all UI based elements in fxml...

Type: Bug
pinned

waiting for feedback

Often, in-memory databases are used for unit testing, and therefore the database needs to already have a certain schema. You can argue that I can run the SQL script to...

waiting for feedback

``` [INFO] +- org.springframework.shell:spring-shell-core:jar:2.0.0.RELEASE:compile [INFO] | +- org.springframework.boot:spring-boot-starter:jar:1.5.8.RELEASE:compile [INFO] | | +- org.springframework.boot:spring-boot:jar:1.5.8.RELEASE:compile [INFO] | | | \- org.springframework:spring-context:jar:5.0.2.RELEASE:compile [INFO] | | | +- org.springframework:spring-aop:jar:5.0.2.RELEASE:compile [INFO] | | | \-...

Currently there is no existing off the shelf (and free solution) to run CI on a windows environment with LCOW on MobyVM. See https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/linux-containers We need a CI that is...