Shivam

Results 62 issues of Shivam

I have following questions related to using conventional commits to auto generate changelog or release notes: 1. Let's say we are using GitHub Flow or TBD branching strategy. This means...

# Objective: The objective to be able to store list of json in Redis and to be able to manipulate it right in Redis itself. # Problem Statement The problem...

enhancement
no-issue-activity

Hi, I am trying to watch a config file for modifications with the following piece of code: ``` object WatchTest extends App { implicit val system: ActorSystem = ActorSystem("mySystem") val...

bug
jdk-issue

Creating an instance of holders `new VarCharHolder()` is returning buffer as `null`. What mistake am I making here? **build.sbt** ``` libraryDependencies ++= Seq( "org.apache.arrow" % "arrow-vector" % "8.0.0", "org.apache.arrow" %...

This is regarding the [shopping-cart-scala](https://github.com/lagom/lagom-samples/tree/1.6.x/shopping-cart/shopping-cart-scala) app. I get the following error when I try to publish the docker images to docker hub: ``` [error] java.lang.RuntimeException: Repository for publishing is not...

Is there any way to use it as RefreshControl? Or any other library would you suggest with similar animations?

I was going through the [Flight Java Example](https://arrow.apache.org/cookbook/java/flight.html) and was wondering if we can persist `VectorSchemaRoot` directly in the `Dataset` instead of `ArrowRecordBatch` list? ```java class Dataset implements AutoCloseable {...

Keep getting following error for `vagrant up` ``` Bringing machine 'consul-server' up with 'virtualbox' provider... ==> consul-server: Box 'wesmcclure/ubuntu1404-docker' could not be found. Attempting to find and install... consul-server: Box...

If I set `hideOnPress` to `true` and then press the toast and day one after the other couple of times consecutively, for the first time the toast hides but on...

BEFORE MAKING A FEATURE REQUEST, PLEASE READ THE [CONTRIBUTING](https://notion-enhancer.github.io/about/contributing) GUIDE. FEATURE REQUESTS THAT DO NOT PROPERLY FILL IN THE TEMPLATE MAY BE IGNORED OR REJECTED. YOU MUST DELETE ALL TEXT...

enhancement
wontfix