Gianni Ceccarelli
Gianni Ceccarelli
Yes, that's what my test does, that's why it prints the right path once. The documentation, to me, implies that it's not necessary. Either the documentation needs to be clearer,...
> You could do the bin-script-as-a-module trick, and just `use MyCLI;` so your bin-script-as-a-module has access to `%?RESOURCES` yes, again, I did that in my test. > And even once...
Yes, `%?RESOURCES` works in non-installed modules: ``` ~/src/raku-test$ raku -Ilib ./bin/raku-test /home/dakkar/src/raku-test/resources/text Nil ``` I guess that `-I` sets up a `CompUnit::Repository` or something like that, and `%?RESOURCES` is built...
oh, also: ```raku print Q:qq:ww{:a(1)}; # no output print (Q:qq:ww{:a(1)}); # a 1 x Q:qq:ww{:a(1)}; # \(:a(1)) x (Q:qq:ww{:a(1)}); # \("a" => 1) ```
this should have been fixed by 0de24da191550a74c8f3c6414b7c2bae794c88bf which is already released, please re-test
See also the discussion at https://s.thenautilus.net/notes/99rjsevs52
another very good reason to keep full editing history: I can only see the note on the remote server if it's a public note; any "followers only" or direct note...
oh, so it's intentional? why doesn't `global-timeline` do the same thing?
thank you for the explanation, my Japanese is not good enough to follow the discussion and automatic translation doesn't help enough!
https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/493 should fix the "account migration" bits, at least