ambiso

Results 10 issues of ambiso

Colors! Because who doesn't like them?! Just opening this PR to see if there's demand. It's a really slow/lazy way to implement syntax highlighting but it works. I can improve...

waiting for response

Currently some words in the wordlist don't have a unique three character prefix. It would be neat if the first three characters of a word were unique, so that only...

The link in the README.md was outdated, so I updated it.

I'm trying to get karamel to run with nix. Maybe I missed a guide somewhere, but here's my documented failures. I would be very grateful for any pointers what I...

Hello! I was trying to use [gso](https://nemocas.github.io/Nemo.jl/latest/matrix.html#Nemo.gso-Tuple{fmpq_mat}) today, however, unfortunately, it's only defined for `fmpq_mat`, and I wasn't able to use it with a matrix of complex values (`acb_mat`). `gso`...

Is there a simple way to create a directory if it does not yet exist and to return the `Dir`? Something along the lines of: ```rs async fn create_dir(parent: &Dir,...

Demo implementation of https://github.com/tauri-apps/wry/issues/1563 When the activity is first launched or its onNewIntent method is called, we check if there's a SEND intent, extract its data, and pass it on...

Demo implementation of #1563 Overrides the `onNewIntent` function which is invoked when a running application is launched again with a new intent. The activity's launch mode must be singleTop for...

Currently tauri and frameworks that rely on wry/tao such as dioxus don't seem to support receiving back button presses. This could be useful to allow back button navigation within the...

Currently tauri and frameworks that rely on wry/tao such as dioxus don't seem to support passing data to an android application through e.g. the SEND intent on android. For example...