Gerald Berger

Results 5 issues of Gerald Berger

## Bug Report ### Steps to Reproduce: 1. Follow the instructions stated in the [docker-compose setup guide with a remote Gitlab instance](https://github.com/finos/legend/blob/master/installers/docker-compose/legend-with-remote-gitlab/README.md) ### Expected Result: Working run of Legend Studio...

bug
high priority

## Support Question The light server cannot be accessed from the Light IDE in its current version. In the current iteration of the Light IDE, starting the IDE locally with...

## Feature Request ### Description of Problem: Suppose I want to define a type that models a bijective Map like so: ``` Class BiMap { to: Map[1]; from: Map[1]; }...

## Feature Request / Question ### Description of Problem: I am currently trying to implement a Database via my own class. Hence, I define my database via the use of...

In the current implementation, if a user needs to hold the cache's lock over multiple gets/sets, one cannot use the cache's internal lock since it is a `SpinLock` and blocks....