Olivier Pinon

Results 14 issues of Olivier Pinon

Hey there, after reading a bit of the source code and trying to fiddle around with it, I realized the AST is not publicly exposed, meaning no one can create...

rust

This PR refactors the parsing of macro attributes (both `aoc` and `aoc_generator` ) to use the `darling` helper crate, allowing for : * Cleaner implementation (using actual struct for arguments)...

And edit the README to document the credentials setting/checking properly.

Hey there! Currently, the `input` module of `ggez-goodies` does not : * Implement default for InputState (which makes it impractical to work with *e.g.* `Specs`, and also violates the [Rust...

In order to avoid the formatters war, we need to : * Setup a Rustfmt file, * Maybe do some IDE-specific setup

## Bug report ### Current Behavior Using Firefox (the bug can not be reproduced on Chromium), when dragging a Slider (or a ScrollArea scrollbar), if I keep the pointer down...

## Description Implementation of #106 . Allows to import Slumber recipes from an OpenAPI specification. ## Known Risks Not really applicable as this is a new feature, all stuff that...

First of all: Hi, great work on this tool! I'd like to start using it by integrating it into my neovim config. This is an awesome effort, thanks for the...

Here goes! * Resolves https://github.com/gleam-lang/gleam/issues/2249 * Partially adresses https://github.com/gleam-lang/gleam/issues/3149 - i don't know anything about Erlang so generating sourcemaps is out of my zone of comfort. The PR is still...

Hi, I believe something is wrong in the behavior of `Option`'s `UnmarshalJSON`. Say I have the very basic struct : ```go type Person struct { Name string Age mo.Option[int] }...