liblaf

Results 39 issues of liblaf

## Description When configuring Rio with a dedicated emoji font: ```toml [fonts] family = "CaskaydiaCove Nerd Font" [fonts.emoji] family = "Twemoji" ``` many emojis do NOT display using the specified...

Thanks for creating `cappa`! It's a fantastic library that I enjoy using. I'd like to propose a small improvement to the generated help text for boolean flags that use the...

First of all, thank you for creating `coredumpy`! It's an useful tool for debugging, and I've found it convenient for inspecting `torch.Tensor` objects from core dumps. My feature request is...

Parent Issue: ### Description Currently, using type-annotated assignments within a `@wp.func` or `@wp.kernel` decorated function raises a `WarpCodegenError`. For instance, the following code will fail: ```python @wp.func def add(a: wp.vec3,...

feature request

**Is your feature request related to a problem?** I really like using icecream for debugging, but currently `ic()` only accepts positional arguments. It does not provide a way to pass...

### Summary This is a feature request to add support for [Rclone](https://rclone.org/) as a remote storage backend in DVC. Rclone is a powerful command-line program to manage files on over...

## Type of changes - [x] Bug fix - [ ] New feature - [ ] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist -...

**Problem description** When running parallel tasks on a large, complex object (in this case, a `pyvista.PolyData` mesh), `joblib.Parallel` is substantially outperformed by the standard `concurrent.futures.ProcessPoolExecutor`. Even when a manual `batch_size`...

Currently, the Binance Python SDK relies on the synchronous `requests` library for its REST API operations. This makes it challenging to integrate with asynchronous Python applications and frameworks. - Please...