Nimamoh
Nimamoh
I was a bit surprised that I couldn't find usages of a simple keyword (not namespaced) among the project. I know a grep on the project can do the job...
On the java proxy example, when creating the owner dynamic proxy: `OwnerInvocationHandler` The logic is to prevent owner to call its `setGeekRating`, it is done throwing a `java.lang.IllegalAccessException`, unless I...
Hello, I recently tried the custom derive with derive_builder on a lifetimed struct like this: ``` custom_derive! { #[derive(Debug, PartialEq, Default, Clone, Builder)] struct Another error: expected ident, found 'a
Hello, I just installed the tool using this command ``` curl -sSfL https://raw.githubusercontent.com/cloudentity/oauth2c/master/install.sh | \ sudo sh -s -- -b /usr/local/bin latest ``` I successfully started the tool. However, the...