Lorenz Schmidt

Results 102 comments of Lorenz Schmidt

the asset config was just set to the wrong path. Replacing `assets = "mdbook-scientific"` by `assets = "src/` fixes the error

I'm not sure but the use of assets is not explained .. @quietlychris

no worries :smile: the only place where the source folder is actually used is when a latex file is loaded. So it could probably be replace, but haven't looked into...

> @bytesnake Just wanted to follow up on this, and maybe try to have the CI pushing to the Github Pages site over the next two weeks. I think that...

_This is a short summary of discussions and links of the deep learning group and stuff mentioned in the issues._ ### Basic building blocks of neural networks The following explanation...

> Awesome summary, it looks like there are quite a few points that I had missed. In particular the arrayFire arrays (which looks like it would be a good candidate...

The library did not used long polling up to this point, but I added support in 6a632d72afd6d3a4a97f9ec5c61781e7f838c4b4 and telebot will now wait 30s before it sends a new request. Nevertheless...

This is blocked until a library for multiform server AND client support is published. The best candidate ist https://github.com/abonander/multipart-async, but it has no client support yet.

Hey, this would improve some dependencies, but I have no real issues with the old version and will wait for the 0.3 release. The 0.2 release should not be "used...

Didn't expected they would need so long for futures 0.3. For now this is blocked on https://github.com/rust-lang-nursery/futures-rs/milestone/2 after finalizing and stabilizing the syntax we can switch to the new `std::futures`....