-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Describe the bug and reproduction steps
Currently when using OpenHands the workspace directory is not …
-
## start bicoind
```
bitcoind -rpcuser=test -rpcpassword=test -rpcport=18443 -rpcbind=0.0.0.0 -datadir=btc_private -txindex -regtest=1 -listenonion=0 -debug -daemon
```
```
alias btccli="bitcoin-…
-
While discussing multi dispatch in `#raku-dev` recently, I came to realize that I have no idea how these `proto` things are actually meant to be used.
Beyond their clear utility in being a place to…
-
AccountPermissionUpdateContract {
bytes owner_address = TACoHpKnFVR8aUvjF1srPX19SYQZhZbdLU;
Permission owner = TFR5sqcKGfZdCj9DNMoe2c86KhwXSVX2xU; //Empty is invalidate
Permission w…
-
In the full node setup,
https://github.com/bitcoin-dot-org/Bitcoin.org/blob/e324324705b48be459f936e210222ba8441a339c/en/full-node.md?plain=1#L36
it says that binary files are signed with a sin…
-
## The Problem
The following code prints `«0»` twice:
multi b(Int:D $x) { $x + 1 }
multi b(int $x) { $x }
say b(0);
multi d(Int:D $x) { $x }
multi d(int …
-
**Describe the bug**
Comments in multi-line function signature get parsed and added in docstrings, instead of being escaped.
It seems to relate to *commas* inside comments, as `# a comment with no…
-
## The Problem
`multi sub a (IO(Cool:D) $path) {}; a "foo".IO`
## Expected Behavior
(runs)
## Actual Behavior
```
Ambiguous call to 'a(IO::Path)'; these signatures all match:
:(Cool:D $path…
-
## The Problem
Various signatures in rakudo include values in their return signature. Two examples:
> src/core.c/Exception.pm6: method is-compile-time(--> True) { }
> lib/NativeCall.rakumod:…
ugexe updated
2 weeks ago
-
Migrated from [rt.perl.org#131014](https://rt-archive.perl.org/perl6/Ticket/Display.html?id=131014) (status was 'open')
Searchable as RT131014$