Vincent Primault
Vincent Primault
Hello, Since I upgraded my Scala rules (last version known to work was 21c8913a2cf35130870df9f07a781afc77f33693, from last March), I cannot compile anymore my Thrift services with Scrooge. Creating `scrooge_scala_library` when the...
https://issues.apache.org/jira/browse/SOLR-16995 # Description I am resuming refactoring started earlier (#1928, #1981, #2039) with the goal of simplifying/centralising code related to replica types. The end goal would be to avoid having...
**Describe the bug** I am trying to use this plugin with a SharedWorker, and hit the following error: ``` TypeError: ep.postMessage is not a function requestResponseMessage comlink.ts:613 requestResponseMessage comlink.ts:601 apply...
Adding Mergeable, which is an inbox for GitHub pull requests. Helps tracking incoming and outgoing pull requests.
Using window is not compatible with Web/Shared Workers (where window is undefined). Using globalThis is a better alternative, as it should work in all environments.
# Description CORS is needed in order to host the frontend independently from the backend. This change adds the ability to configure the [CORS middleware](https://echo.labstack.com/docs/middleware/cors) in the config file. #...
# Description While getting familiar the code, I saw that there were no tests for the SQL-based database. I am hence opening this PR with some basic tests (copied from...