Raphaël Duhen

Results 18 issues of Raphaël Duhen

## Your Environment * Version used: commit 9fa4cde79b138548c5b897ea78bd2a88d0946029 * Browser Name and version: Firefox 123.0 (64-bit) * Operating System and version (desktop or mobile): Ubuntu 22.04.4 LTS x86_64 * Link...

This adds a new macro that allows for more concise exporting of a lot of functions. Currently in a sort of PoC state, a lot can and will be improved....

enhancement

**Attempt** ```rust #[derive(Any)] struct MyStruct { #[rune(get)] dvec: VecDeque, } ``` **Expected behaviour** The code compiles without issue. **Actual behaviour** The compiler throws this error: ``` error[E0277]: the trait bound...

enhancement

**This is still in early development and the PR was only created to improve the visibility of progress and allow discussion regarding the design of the new API.** _Note: merge...

## Context Draft PRs are by definition not ready and running CI on them creates a lot of noise (and wastes resources). ## Expected Behavior The CI should skip draft...

Trying to build with features `glfw-sys`, `raw-window-handle-v0-6` and `wayland` and getting the following error: #### Screenshot with highlighting ![screenshot](https://github.com/PistonDevelopers/glfw-rs/assets/45125768/800fdf0a-ee44-4827-86fe-6a05e802e0cf) #### Error ```rs error[E0061]: this function takes 1 argument but 2...

## Description Create types for the tile builder section of iTowns. Improve performance of tile creation. Improve code readability of tile creation. Depends on #2447. ## Motivation and Context This...

## Description Change ESlint config to remove the preference for default exports. Also clear a warning caused by unnecessarily quoted object fields in the config. ## Motivation and Context Default...