rssdev10

Results 15 issues of rssdev10

The patch provides delivering of the Julia arguments into the children process which is used for precompiling execution files. ```bash julia --project=@. --startup-file=no -e ' using PackageCompiler; PackageCompiler.create_app(pwd(), "bin"; precompile_execution_file=["src/run.jl"])...

Hello, I'm trying to split a list of sentences without a proper punctuation into separate sentences. And looks, an expression written in `boundaryMultiTokenRegex` is not working as expected. The key...

Hi, good start! I changed layouts on the job tab to make it some more readable. And small recommendation. If you want to continue development and save controllable the process...

Getting issue with code generation for https://github.com/milvus-io/milvus-proto ```julia using ProtoBuf ProtoBuf.protoc(`-I=proto --julia_out=jlout proto/milvus.proto`) ``` ```julia ERROR: unresolved name milvus.proto.common.Status at scope Stacktrace: [1] error(s::String) @ Base ./error.jl:33 [2] qualify_in_hierarchy(name::String, scope::ProtoBuf.Gen.Scope)...

Plug.Static is not providing proper errors. ```julia using Bukdu routes() do # correct way plug(Plug.Static, at="/static", from=normpath(joinpath(pwd(),"."))) # wrong - not able to read from subdirs but able to get...

I'm trying to process POST requests with JSON body. For now I don't see a way how to do it. `parsepostdata` doesn't recognize the header `Content-Type: application/json` and interprets the...

I found that current implementation of macros checking is not working. doc.jl-test generates an error: ```julia s = """ @doc "this is a test" f() = 0 """ msgs =...

In some cases, it is convenient to have a mechanism for processing parts of a path. E.g. I want to have a hierarchical processing of the path ending`photos/*other`. This route...

enhancement
feature request
non-breaking

Use case. I have a REST service and want to use some Genie components. But I want to have my own project structure and keep in some convenient place for...

enhancement
feature request
non-breaking

OpenAPI is a common way to describe API specification both for server and clients. The package https://github.com/JuliaComputing/OpenAPI.jl as well as https://openapi-generator.tech/docs/generators/julia-server/ provides a server code generation with data structures both...

enhancement
feature request
non-breaking