ranfdev

Results 47 issues of ranfdev

### Describe the bug I've just implemented a custom renderer to [GTK4](https://gtk.org/), using solid-js/universal. It works pretty well, even though it requires some little workarounds. Gtk.Box, which is one of...

enhancement

Instead of showing a simple qt dialog asking for the password, consider using the command `pkexec` to run the installation command as root. `pkexec` will show a native window asking...

enhancement

Naersk is good, but it imposes the use of cargo as a build system. Sometimes `meson` or `make` are needed. If naersk had a vendor-only mode, it could be used...

We already have `buffered` and `buffer_unordered`. Both of them keep an internal buffer of futures and run each future to completion. My proposal is to add `buffered_latest` and `buffer_latest_unordered` methods...

C-feature-request
A-stream

This is really useful when working with GUIs. For example, it can be used to implement type-aheads: https://www.learnrxjs.io/learn-rxjs/recipes/type-ahead See the following for existing implementations in rxjs. https://rxjs.dev/api/operators/switchMap https://www.learnrxjs.io/learn-rxjs/operators/transformation/switchmap#why-use-switchmap. I'm currently...

https://user-images.githubusercontent.com/23294184/166829688-19e706d3-b7b2-4dcf-b68f-026c1a77cb96.mp4 I feel there aren't many examples around on how to make animations... So, here it is

I need to change the behavior of a function depending on the type of the parameter. I have many complex contracts and I can't use them to check a value...