Rotem Yaari

Results 32 issues of Rotem Yaari

Managed to get a minimalistic reproduction in https://github.com/vmalloc/_segfault_reproduce. This example segfaults once in 1-5 attempts in debug configuration. Using stable rust (1.42.0) on MacOS 10.15.3

It would be nice to have these changes published as an RC release so that existing code can test upgradeability to diesel 2.x Thanks in advance!

When adding: ``` .. tip:: Something ``` It gets formatted using a red notice frame, which is not appropriate for tips. I believe it should have the same formatting as...

bug

When issuing `isearch` and quitting it, it would be nice if the next invocation of isearch can repeat the last search term (like hitting Ctrl-S again in Emacs does). Thanks...

Trying to fiddle with the scroll wheel in FF when visiting one of the examples zooms way to quickly and way too much, losing the graph almost immediately. It is...

I'm looking for a way to plot histogram data as a time series heat map (similar to histogram heatmap visualizations in Grafana). Is there a convenient way to plot such...

Reproduction: https://github.com/vmalloc/musl-cross-openssl-issue When trying to build it via: ```shell CC_x86_64_unknown_linux_musl=x86_64-linux-musl-gcc CXX_x86_64_unknown_linux_musl=x86_64-linux-musl-g++ cargo build --release --target x86_64-unknown-linux-musl ``` It fails: ``` cargo:rustc-cfg=const_fn cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_MUSL_OPENSSL_LIB_DIR X86_64_UNKNOWN_LINUX_MUSL_OPENSSL_LIB_DIR unset cargo:rerun-if-env-changed=OPENSSL_LIB_DIR OPENSSL_LIB_DIR unset cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_MUSL_OPENSSL_INCLUDE_DIR X86_64_UNKNOWN_LINUX_MUSL_OPENSSL_INCLUDE_DIR unset...

Runing on macOS 10.15, trying the following fails: ``` $ fades -d pulsar-client==2.6.1 *** fades *** 2020-10-13 16:14:45,117 INFO Hi! This is fades 9.0, automatically managing your dependencies *** fades...

Hi, I struggled for several days to make WebIdentity credentials work with my app using Rusoto, but to no avail. It would be nice if this credentials flow became a...