Igor Moreno

Results 15 issues of Igor Moreno

I have a trait `ObjectStorage` that doesn't have a companion object but I'm getting the error: ``` Companions 'trait ObjectStorage' and 'object ObjectStorage' must be defined in same file ```...

e.g. https://streamly.composewell.com/streamly-examples-0.1.3/examples/Intro.hs ``` AccessDenied Access Denied 0G3TJK6VK333FZ34 dn7zbWYXFtycN7ISPb+C9xpuWAeNRK9GOYLhLPN66dAZPyDawhJR8QWFzB3hu5dypL9cNesaQoY= ```

Something like: ``` ... ... ```

enhancement

With 9.0.2 ([stack/stack-9.0.2.yaml](https://github.com/ucsd-progsys/lh-plugin-demo/blob/main/stack/stack-9.0.2.yaml)) a problem that was already previously described seems to have reemerged: - haskell/haskell-language-server#3134 - https://github.com/commercialhaskell/stack/issues/5935 it seems to be somehow in the interplay between Liquid Haskell, the...

On mac, installed with brew an got: ``` ❯ open /Applications/VookiImageViewer.app The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10825 "kLSIncompatibleSystemVersionErr: The app cannot run on the...

Use currently available documentation and add to the documentation everything that may be useful for future such migrations or creation of new project in general.

status/in progress
refactoring
benchflow-data-manager

In the data manager there is code that accesses minio. This code should be moved into the minio client.

refactoring
benchflow-minio-client

Currently access to data sources can be configured using "typesafe config". That allows us to configure access to everything using configuration files or environment variables. The drawback of this approach...

refactoring
benchflow-data-manager

Migrating the service from Play framework to dropwizard gave interesting insights which can be incorporated to the current documentation

benchflow-docs
benchflow-data-manager

On the experiment-manager: ``` [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:download-maven-plugin:1.3.0:wget (download-faban-client) on project benchflow-experiment-manager: IO Error: Could not get content -> [Help 1] ``` on the drivers-maker: ``` [ERROR] Failed...

bug
benchflow-docs
benchflow-driver-maker