marcadella
marcadella
RadialChart has a `className` prop at data level. It should be the same for LineSeries/BarSeries/... This would make it easy to implement a common styling for user actions such has...
## Bug report Given a process with the following input: ``` input: path input, stageAs: 'in/*' ``` where the input channel is a list of paths (`Channel.fromPath(params.reads).toSortedList()`), I expect that...
### Versions used akka-stream-alpakka-file version: 3.0.3 ### Expected Behavior I use the following code to create a tar.gz archive from a bunch of files: ``` val streams = paths.map {...
When using Nextclade I get a clade name for my sequence, and I want to point my users to your website. For example if I nextclade returns `20I/501Y.V1` I would...
Is it possible to hide a parameter? One can easily override or add, but I could not find a way to remove elements.
Having the following route: `GET /retrieveId controllers.AuthController.retrieveIdentity(access_code: String)` The generated swagger GUI says: `Could not render this component, see the console.` Here is what the console says: ``` root-injects.jsx:95 TypeError:...
After doing a search the last job_id is stored in a cookie (I guess). But if the server is restarted at that point, the job_id doesn't exist anymore and the...
Using 3.4.1 (`docker run -p 3333:3333 felixlohmeier/openrefine:3.4.1`), `curl localhost:333` works. Using 3.5.0, `curl localhost:333` hangs. Is it because of `-i 0.0.0.0` not being properly handled in 3.5.1??
Following the doc, I added the following line to my project file: `` But when doing so, I get the following error when running `dotnet build`: ``` Unhandled exception: System.Reflection.TargetInvocationException:...
I get a lot of unresolved references to resources living on a linked server. Is there a way to define the linked server in the project? Or is there a...