Swoorup Joshi
Swoorup Joshi
Sorry if this may have been brought up earlier. The sample app for creating a graphql server looks really daunting. Was wondering if files like https://github.com/fsprojects/FSharp.Data.GraphQL/blob/dev/samples/star-wars-api/WebSocketMiddleware.fs and https://github.com/fsprojects/FSharp.Data.GraphQL/blob/dev/samples/star-wars-api/JsonConverters.fs are really...
I am wondering if something like IOLocal be used to provide contextual effects logging by default similar to woof? https://github.com/LEGO/woof/blob/main/modules/core/shared/src/main/scala/org/legogroup/woof/local/Local.scala
It seems that just adding Loki appender to logback causes the following messages to appear at the start. Any ideas? ```xml ${loki.host} ${loki.port} %msg server ${HOSTNAME} ``` ```shell [error] SLF4J:...
### Describe the bug Metals appears to crash with the following stacktrace for the following code. I haven't tried to reproduce in a small case. ```scala class RichInt(i: Int): def...
### Describe the bug When a signature changes in source scala file, metals worksheet fails to recompile with the following error: ```shell java.lang.NoSuchMethodError: 'void woot.core.AnimalDsl$.animalConfig(scala.Function1)' at repl.MdocSession$App.(circe.worksheet.sc:135) at repl.MdocSession$.app(circe.worksheet.sc:3) ```...
I quickly run into exception such as follows when using the ws client. ```scala val kucoinPublicWSClient = builder.buildPublicWSClient() kucoinPublicWSClient.onMatchExecutionData(trade => println(trade), "XRP-USDT") ``` ``` 03:08:58.050 [OkHttp https://push-private.kucoin.com/...] ERROR c.k.s.w.l.KucoinPublicWebsocketListener -...
I currently have a npm project. And trying to use structurae appears to fail when generating typings in vite project.. ``` $ tsc -p tsconfig.build.json && vite build ../../node_modules/structurae/types/grid.d.ts(42,65): error...
```typescript interface TimestampedData { ts: UTCTimestamp; } // @ts-ignore export class MarketDataArray extends SortedArray { override unique = true; static override compare(a: T, b: T): 0 | -1 | 1...
When working with web workers, all methods are stripped away during transfer. Is there a way to initialize the sortedArray at the other end, without the end to sort it...
Thoughts on adding enums, file path, directory path types to options? These options allow restricted subset of strings to be passed as flags