Andrey Kutejko
Andrey Kutejko
Is it possible to have negative patterns in `str_replace` (or anything similar)? Specifically, I am interested in a use-case of replacing non-alphanumeric characters with underscore and have a proper identifier.
Closes #389 ## Breaking change This PR removes a old-fashioned way to use `favicons` by passing a callback as a last parameter.
Invoke `sharp` sequentially to mitigate #318. This obviously slows everything down on Windows.
The latest version of `favicons` appears in `npm audit` as a vulnerable to different kinds of attack because of its dependencies. It seems, code in `master` branch got rid of...
Removal of badge: #381
[BUG] TreeView panics with: assertion failed: ::glib::types::instance_of::<Self>(ptr as *const _)
## TreeView::selection() panics during destruction `TreeView::selection()` assumes that a selection always exists. This is not true during a disposal of a tree view. 1. selection is destroyed first 2. then...
Addresses https://github.com/gtk-rs/gtk-rs/issues/128 Implementation is similar to #266 This looks not very useful. `FromValue` is not implemented for a `glib::Object` (and `gtk::Widget`), so handler's arguments are limited to primitive types.
Continuation of https://github.com/gtk-rs/gtk3-rs/pull/266 Closes https://github.com/gtk-rs/gtk-rs-core/issues/16
Running `cargo test` gives ``` Running tests/abi.rs (target/debug/deps/abi-46b59376a247bea1) running 2 tests In file included from tests/layout.c:5: tests/manual.h:3:10: fatal error: gio/gdesktopappinfo.h: No such file or directory 3 | #include | ^~~~~~~~~~~~~~~~~~~~~~~...
When I read a cell which contains multiple lines of text, I receive string containing _x000D_. I have created workaround, but believe this should be in phpexcel itself. ``` function...