Mikołaj Powierża

Results 17 issues of Mikołaj Powierża

**System**: macOS 11.0.1 **`Cargo.toml`**: ```toml [package] # ... [dependencies] libproc = "0.12.0" ``` **Error**: ``` Compiling libproc v0.12.0 error: failed to run custom build command for `libproc v0.12.0` Caused by:...

I saw there was an issue about Leap Technology #44. I admit I haven't read the whole discussion but I agree with @kneasle it seems just like `/` and `?`...

I don't really know whether that's a bug in Amp but I think it's better if I report it anyways. I was casually editing a file (it was an already...

Hi! PeerJS's docs are clear and include short snippets of code, however there's only one full example and it's ~500 lines long. I've compiled together the snippets from your docs...

update doc

Is there an option (or another tool) to go to the shortest match? Say I have `foo/bar/baz` and `baz`. I want `z baz` to go to `baz` by default and...

## Issue Description I get errors in console after just trying out the extension. My browser is `Brave 1.3.118`. I have just installed the extension. Errors: ``` Error in event...

very cool project. it inspired me to experiment with different blending algorithms. i created something similar in [`p5.js`](https://p5js.org/), have a look [here](https://github.com/micouy/pulpet). in one version i just calculate a coefficient...

The [paragraph on Rust Playground](https://rust-lang.github.io/mdBook/format/mdbook.html#rust-playground) says: > If there is no main function, then the code is automatically wrapped inside one. However, my code doesn't compile without it. I've also...

A-Playground

Hi! I think the results are listed in wrong order. When I searched `gdb` the correct result was last and first results were not even similar. Also after clicking on...

In [`Focus::narrow`'s docs](https://docs.rs/im/15.0.0/im/vector/enum.Focus.html#method.narrow) it says: > Focus::narrow(range) has the same effect as &slice[range], without actually modifying the underlying vector. Panics if the range isn't fully inside the current focus. When...