Fernando Correa de Oliveira
Fernando Correa de Oliveira
even doing `ignoreCustomFragments: [ /\[%.*?%]/s ]`, it will not ignore `
Atom now uses ES6 Promises instead of Q. Call promise.then instead of promise.done ``` Promise.done (:1692:9) Object.openPodPreview (/Users/fernando/.atom/packages/atom-perl6-editor-tools/lib/main.js:133:72) (/Users/fernando/.atom/packages/atom-perl6-editor-tools/lib/main.js:112:22) exit (/Users/fernando/.atom/packages/atom-perl6-editor-tools/lib/main.js:152:9) triggerExitCallback (:132334:15) ChildProcess.process.on (:132364:15) ```
I've tried both `:TSInstall perl` and `:TSInstallFromGrammar perl`, same error. this is my configuration:
This works ```perl6 multi trait_mod:(Attribute $attr, :&bla!) {say 42}; class :: { has $.a is bla{;} } ``` but this doesn't work ```perl6 multi trait_mod:(Attribute $attr, :&bla!) {say 42}; role...
Supply has the `.do` method that should be used only for its side-effects, it works kind of as a map that always return `$_`. But lists do not have that...
->AdminDeleteUser is failing when validating `_request_id`, but it should be an empty response. https://github.com/pplu/aws-sdk-perl/blob/32162669277ccc789e113361d7802af83ecfeb98/auto-lib/Paws/CognitoIdp/AdminDeleteUserAttributesResponse.pm#L5 https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDeleteUser.html
https://irclogs.raku.org/raku/2025-05-27.html#21:03