Yasith Jayawardana

Results 11 issues of Yasith Jayawardana

There are multiple logging APIs used in OODT at the moment, including JUL and Log4J. There has been some progress converting them to SLF4J and adding SLF4JBridge to ease the...

Hello, I'm attempting to build a browser plugin (WASM) for LSL for my research work, but encountered a few issues that is preventing me from doing so. 1) It appears...

- [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) ## Proposed changes In node-red charts, when new data is received,...

Hello, I noticed that the code requires that I use MKL to run. Is there a way to run this code on non-intel architectures? (e.g., AMD, ARM)?

Abstracted playwright driver out from browser use code, adding support to implement and switch to non-playwright/patchwright browser drivers. --- ## Summary by cubic Abstracted browser driver logic from browser session...

Currently, the core airavata logic is implemented in the thrift handlers, which makes it difficult to add new APIs, like Spring HTTP handlers, without going through the thrift handlers. This...

enhancement
java

## 🎯 Conceptual Model This PR is more of a RFC to think through what the fundamental problem that airavata should tackle. This POC is built around **6 core domain...

# Airavata CLI A starter CLI for Apache Airavata. The goal of having this CLI is to have an additional mode of using Airavata APIs - especially useful for shell-scripting...

* replace client calls inside core services with direct handler calls (they all currently start on same JVM). * add "all" start mode for unified, multiplexed thrift svc. * the...