Skip to content

Instantly share code, notes, and snippets.

@molleafauss
molleafauss / build_linux.log
Created December 29, 2020 13:58
rust-openssl build windows issue
### openssl crate
CARGO=/home/mollea/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo
CARGO_CRATE_NAME=openssl
CARGO_MANIFEST_DIR=/home/mollea/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.32
CARGO_PKG_AUTHORS='Steven Fackler <sfackler@gmail.com>'
CARGO_PKG_DESCRIPTION='OpenSSL bindings'
CARGO_PKG_HOMEPAGE=
CARGO_PKG_LICENSE=Apache-2.0
CARGO_PKG_LICENSE_FILE=
CARGO_PKG_NAME=openssl

Keybase proof

I hereby claim:

  • I am molleafauss on github.
  • I am molleafauss (https://keybase.io/molleafauss) on keybase.
  • I have a public key ASDDWLOajwX9cppzY9X-xyBHCrmKrbSdhlUTqkuSLVoeMQo

To claim this, I am signing this object:

@molleafauss
molleafauss / CustomAttributeBug.java
Created December 18, 2014 16:08
Activiti bug(?) with Extension Attributes
package activiti;
import java.io.UnsupportedEncodingException;
import java.util.concurrent.atomic.AtomicInteger;
import org.activiti.bpmn.converter.BpmnXMLConverter;
import org.activiti.bpmn.model.Activity;
import org.activiti.bpmn.model.BoundaryEvent;
import org.activiti.bpmn.model.BpmnModel;