Gianni Ceccarelli

Results 28 issues of Gianni Ceccarelli

Before 0.005, it was possible to ignore the `class` slot of the spec, as long as a pre-built object was set in `App::Spec::Run::cmd`. Now, op method names are assumed to...

Before 0.005, a command op could be a coderef, which was nice for those times where you just need to call an existing method with a value from the runner,...

(This PR contains the same changes as #15, but organised in a way that should make it much easier to review) In reference to #14 : * type constraints everywhere:...

Looking at the source code, I notice that in a few places you're not exploiting the facilities that `Moo` provides (e.g. you've got `common` and `build` do more-or-less what `BUILDARGS`...

* Mojolicious version: 9.19 * Perl version: 5.30 * Operating system: Gentoo Linux ### Steps to reproduce the behavior ``` $ perl -MMojo::Cookie::Response -E 'say Mojo::Cookie::Response->new(name=>"foo",value=>"foo,bar")->to_string' foo="foo,bar" ``` ### Expected...

## The Problem The [documentation](https://docs.raku.org/language/variables#%?RESOURCES) says that "`%?RESOURCES` is a compile-time variable available to the code of a Distribution" A program inside a distribution seems, to me, to be part...

## The Problem The values returned by `Q:qq:ww` and `Q:qq:ww:v` behave differently, in surprising (to me) ways. I'm very confused. ## Actual Behavior ```raku print Q:qq:ww{1 :a(1)}; # 1 a...

## The problem I want to define a type-parametric class. I can't find how to do that in the documentation. ## Suggestions Some example, at least, like (a correct version...

docs
RFE

This sketch: https://www.thenautilus.net/cgit/keyboardio-model01/tree/Model01-Firmware.ino?id=a8cc35cd8af19c0da5cec68ff8621e7cf9d21008 kills the right-hand side of my Model01. Removing the LSHIFT() https://www.thenautilus.net/cgit/keyboardio-model01/commit/?id=b77e31b12d29bf54c0a673b78fc56ba6964f77fb makes it work again. When I say "kill", I mean it: to re-flash, I had to...

bug

**Describe the bug** Programs that scan all connected serial/usb ports looking for some response, may send bytes that confuse Focus and (temporarily) lock up the keyboard. **To Reproduce** For example:...

bug