Tanmay Mohapatra
Tanmay Mohapatra
I think merging this would fix that issue. Parquet.jl has moved to `v0.5` where there is no `RecCursor`, and this PR addresses that. I feel there should be an upperbound...
@davidanthoff does this look good to be merged?
Thanks for initiating this. It will be great to have OpenAPI and Genie work together. I am yet to go through the details, but am happy to pitch in wherever...
Yes, I have tried playing with the available kwargs, but I didn't find anything suitable. The problem in my case arises because we include the Dash app into our application...
Thanks for responding. I had tried using `joinpath(@__DIR__, "..", "assets")` for assets folder earlier. The reason it did not work for us is that using `@__DIR__` does not lend itself...
CI failed in the "Install Chromedriver" step [here](https://app.circleci.com/pipelines/github/plotly/Dash.jl/458/workflows/55160a66-e362-49b6-bb46-549ef91462d3/jobs/571/parallel-runs/0/steps/0-105)... seems unrelated to changes in the PR?
The `delete!` APIs take additional keyword args that can be passed to the API. So something like this should work: ```julia julia> delete!(ctx, job; propagationPolicy="Background") { "kind": "Status", "metadata": {},...
@aviks sure. The JuliaBox API implementation uses this under the hood. Isolating it out would make a good example.
Here's one implementation over message queues: https://github.com/tanmaykm/JuliaWebAPIPlugins.jl It needs to be ported for Julia 1.0 though. Yes, it will be good to document a simple example in the README. Hoping...
One way to get this working is to: - define and register or redefine a function - send the control command `:terminate` to request the task started by `process` to...