Amando

Results 46 issues of Amando

Instead of having a calendar trait and associated structs, I think a single struct would be more simple. ```rust enum Market { // Market Identifier Codes (MIC) XNYS, XNAS, XASX,...

enhancement
chore
rework

I was wondering if FX Forwards might be added to ql at some point ? If it's not currently planned, I could try to add them myself with a little...

Add my project `RS`, a new package for classes in R.

Hi all :) I am having issues setting up LDAP on my CB Community container. I have: ```json enabledAuthProviders: ["local", "ldap"], authConfigurations: [ { "id": "ldap", "provider": "ldap", "displayName": "LDAP",...

wait for response
xf:ldap

Would there be any interest in adding dataclasses as a feature, similar to Python's ? I find that it would help with avoiding `initialize` boilerplate for the cases where we...

Hi, thanks for the nice work here :) Just checking, it's not currently possible to document struct methods ? ```rust /// Return string `"Hello world!"` to R. /// @export #[extendr]...