JBenda
JBenda
`vim.lsp.buf..list_workspace_folders()[1]` returns `nil` if no LSP root is set and else the root directory. May this can be used if `NeoRootChangeDirectory` gets an empty string, I find after multiple days...
As referenced [here][1] on ARM architectures (e.g. Raspberry Pi) the cLibs uses u8 as pointer type instead of i8. This is a problem in [flags.rs][2], where the implementations of `as_ptr()`...
Allow the usage of the C++ classes directly in UE for a non Blueprint usage. Depending on the implementation, a new installation component sounds reasonable (`unreal-cpp`)
The [TURNS()](https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#turns) command is currently not tested by `ink-proof`. This is an implementation proposal for testing this function.
**Adding decision support to JULEA.** New: * trace level `access` which logs server backend operations. * tool `access-replay` which takes a `JULEA_TRACE=access` trace and replays the backend operations of it...
Add JManagedBackends a Object Backeand which is at runtime composeble of multiple Object Backends. JManagedBacends uses a policy module which can be used for HSM on that different object backends.
**gains:** * utilization of infinyband and other communication routs * TCP performance is similar * utilization of rdma
[`H5VL_julea_db_datatype_convert_type_change`](https://github.com/julea-io/julea/blob/3b81b7d1453196fd679654adbe7d0037d0ddb736/lib/hdf5-db/jhdf5-db-datatype.c#L48) should convert data in buffer A to data with other HDF5 type in buffer B. Currently, the function does nothing but still returns a pointer to buffer B, which...
* add documentation for existing summary envs (`J_TRACE` and `J_TRACE_FUNCTION`) * add `KEEP_STACK` as option for `J_TRACE_FUNCTION` to trace stacks below traced function e.g.: `J_TRACE=summary J_TRACE_FUNCTION=j_message_send ./hello_world` → ``` #...