Mohammad Yousuf Minhaj Zia

Results 14 issues of Mohammad Yousuf Minhaj Zia

Any particular reason why `implicit`s are used instead of computing and passing the `RecordFormat` directly in `HelperSerde.scala`. Does it have an impact or performance?

Implement [Streams DSL](https://docs.confluent.io/platform/current/streams/developer-guide/dsl-api.html) using Processor and storage API. Included abstractions: 1. KStream 2. KTable 3. KGroupedStream 4. KGroupedTable 5. WindowedJoins 6. PersistentJoins 7. Cogroups This provides much needed abstractions stream...

## Problem Should be able to control if `INTERNAL` version is used for requests when `key.ignore` is set to false. The general scenario is duplicate records being indexed and the...

Joining streams by the key where the ouput is anchored around the caller such that null is outputted on the RHS if no matching key in the RHS stream is...

eslint_d is much faster than eslint. Wondering if we could add support for it as well. The parsers should be compatible with eslint. https://github.com/mantoni/eslint_d.js/

help wanted

Hi, I have developed a multi-party version to the application using firestore and firebase hosting. I am looking for contributors to this project. Please have a look: [ZiMS Mesh](https://github.com/yzia2000/zims-mesh)

### Feature request Create a new environment variable like `NIXPACKS_SCALA_SBT_SUBPROJECT`. If this env is provided, then the specified subproject will be packaged into the image. Else the default is root....

enhancement

### Feature request Currently the scala sbt provider produces a jvm image. It would be nice to also have support to produce graal vm images. Maybe an environment variable like...

Hi recently migrated my codebase to Scala 3. But it seems that the old test cases that use `shouldMatchTo` seem to complain ``` ??? shouldMatchTo ??? ``` With this error:...

https://github.com/scala/toolkit/issues/31#issuecomment-1722466461 Starting a thread to understand why the current TaskSupport method is used for configuring concurrency and gauging level of support and enhancement required to using the implicit ExecutionContext pattern...

enhancement