Scott Donnelly
Scott Donnelly
I'm up for doing some of these.
I've also experienced this. We have some heavy promise use and were leaking ~5Mb/API request(!) Setting BLUEBIRD_LONG_STACK_TRACES=0 resloved the problem.
In case anyone is interested (and bear in mind this is completely unsupported and unstable right now) I've been working with a fork of https://github.com/rust-serverless/dynomite that I've refactored from `rusoto`...
@stanislav-tkach Sure, I'll take a look later this evening 👍🏼
I'm seeing the same in my host OS, Manjaro Linux on x86_64. 0.10.0 and 0.10.1 worked fine on WSL2 Ubuntu for me, just not on Manjaro. Reverting to wasm-pack 0.9.1...
I'm getting the same.Has anyone resolved this?
The information here may be helpful: http://stackoverflow.com/questions/12469114/having-trouble-compiling-boost-filesystems-tutorial-file
I managed to get it working. I added the following to boost.rb, just before the call to bootstrap.sh: ``` bargs
This is also something that I am having problems with. I'm trying to work with both const generic arrays and Vecs of const generic arrays. @MikailBag can you point me...
I wasn't sure if the above was going to work for a type defined like this: ```rust #[derive(Serialize, Deserialize, Debug)] struct TypeWithConstGenericArray { #[serde(with = "arrays")] arr: [u8; N], }...