Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site is broken for HTTPS with mixed asset blocking #27

Open
haf opened this issue May 20, 2015 · 4 comments
Open

Site is broken for HTTPS with mixed asset blocking #27

haf opened this issue May 20, 2015 · 4 comments

Comments

@haf
Copy link

haf commented May 20, 2015

screen shot 2015-05-20 at 11 42 07

I'm looking for examples for handling binary data and being able to cope with exceptions that happen while reading/writing to streams... Are there any?

@palladin
Copy link
Contributor

What do you mean about "handling binary data" like reading from a System.IO.Stream with a StreamReader?

@haf
Copy link
Author

haf commented May 20, 2015

Patterns for control flow when dealing with a parser that's interleaved with application level concerns. Transducers? Async?

@palladin
Copy link
Contributor

Streams is based on Java 8 streams and currently you can think of it as a more performant Seq/IEnumerable module alternative. What you are talking about is more closely related with another library that I'm planning to work in the near future with a main focus on dataflow programming. Watch this https://github.com/palladin/Flow for updates.

@haf
Copy link
Author

haf commented May 20, 2015

Ah, ok, thx! Leaving issue open for the HTTPS stuff.

screen shot 2015-05-20 at 16 02 24

kurtschelfthout added a commit to kurtschelfthout/Streams that referenced this issue Sep 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants