0racle

Results 15 comments of 0racle

This is old, but I though I'd weigh in. If you're doing INSERT mappings, deciding where to position the cursor after triggering Tabularize requires you to make some assumptions about...

Applying the patch above also fixes the error for me. Re: Removing the `-script` flag, later versions no longer support this flag under Linux. Instead a `dyalogscript` bash script is...

I have this same issue, running under WSL2. Why is this module even asking for a password on import?

I think the issue is not with the actual `pynapl` package at all. I had installed is via pip (PyPI) which installs a completely different library. Of some minor concern,...

Thanks for logging this... I was going to get around to it... probably. Just to provide some more clarification on the issue, I'll use the `foo` and `bar` examples from...

I also checked for other issues and didn't find an exact hit... but there's a interesting comment in #3794 that states that the `R` meta-operator strips the signature from an...

the `METAOP_REVERSE` is implemented [here](https://github.com/rakudo/rakudo/blob/94456edfefcafc7743dfd1523aa8751604021b29/src/core.c/metaops.pm6#L35). ```raku sub METAOP_REVERSE(\op) is implementation-detail { -> |args { op.(|args.reverse) } } ``` A very naïve fix would be something like this ```raku sub METAOP_REVERSE(\op)...

Re-running this code on `v2024-04` _with_ `RAKUDO_RAKUAST=1` set... ```raku sub infix:($a, $b) is assoc { "($a,$b)" } sub infix:($a, $b) is assoc { "($a,$b)" } # normal r-assoc say [foo]...

My apologies, I was so focused on looking at that last line in the output, I didn't even notice the now incorrect output on line 3, ie. `xs.reduce(&[Rop]);` - where...

I have the same issue with a HP DeskJet 2131. No issues with SaneWIN, or using xsane from a remote client, so issues seems to be with SwingSane. Given that...