Lambros Petrou

Results 8 issues of Lambros Petrou

I created a new Kotlin/JS project using `Gradle > Kotlin/JS for browser` from the Intellij wizard. I modified my dependencies to the following: ```kotlin repositories { maven("https://kotlin.bintray.com/kotlin-js-wrappers/") mavenCentral() } dependencies...

https://github.com/reasonml/reasonml.github.io/blob/source/docs/object.md mentions the following: > If you come from JavaScript, you're mostly likely not looking for plain Reason objects. Skip right to the Tip & Tricks section below. There is...

Due to Google changing policies every few weeks, the extension was broken for 2 years now. I just unpublished it from the store so people won't be able to install...

It would be nice to be able to download and use the tool as a CLI without depending on Ruby being on the system (requiring `gem install`). Any plans on...

Hello, I have been trying to use a project ([presto-gateway](https://github.com/lyft/presto-gateway)) that uses ActiveJDBC, and due to the deployment environment we need to use the dynamic instrumentation using `-javaagent`. We use...

bug
Module: ActiveJDBC

Hello folks, we hit a bug using the new `trino-gateway` when opening query details from the gateway's UI displaying query history. The `trino-gateway` uses `backendUrl` instead of [`externalUrl`](https://github.com/trinodb/trino-gateway/blob/main/docs/gateway-api.md#add-or-update-a-backend) in the...

### Describe your idea/feature/enhancement With the addition of [Lambda Function URLs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html), we don't need API Gateway for full APIs. However, the [`sam local start-api`](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-local-start-api.html) command does not support that yet,...

type/feature
stage/pm-review
maintainer/need-followup