-
indent filter uses \n always rather than following api newline_sequence
Configure the environment with newline_sequence="\r\n"
Then use the indent filter on a multi-line macro
The returned con…
-
```
change this code from:
for(int i = 0; i < 16; i++)
{
Vector3 color = set.color(i).xyz();
float d0 = colorDistance(palette[0], color);
float d1 = colorDistance(pal…
-
```
change this code from:
for(int i = 0; i < 16; i++)
{
Vector3 color = set.color(i).xyz();
float d0 = colorDistance(palette[0], color);
float d1 = colorDistance(pal…
-
At the moment, all configurations in the runtime use `trait Get` in order to pass those configurations from the runtime definition to the pallet.
However, many of these configurations are assumed t…
-
```
change this code from:
for(int i = 0; i < 16; i++)
{
Vector3 color = set.color(i).xyz();
float d0 = colorDistance(palette[0], color);
float d1 = colorDistance(pal…
-
```
change this code from:
for(int i = 0; i < 16; i++)
{
Vector3 color = set.color(i).xyz();
float d0 = colorDistance(palette[0], color);
float d1 = colorDistance(pal…
-
### Context
As part of the master task of updating to Polkadot 1.6.0 (see [tasks/#419](https://github.com/pendulum-chain/tasks/issues/419)) we need to identify which migrations need to be defined …
-
```
change this code from:
for(int i = 0; i < 16; i++)
{
Vector3 color = set.color(i).xyz();
float d0 = colorDistance(palette[0], color);
float d1 = colorDistance(pal…
-
* [ ] Implement a completion entry point that is aware of our subcommands.
* [ ] Extend it to support completion of remote session names.
* [x] Guide the user on how to install shell completions …
-
The project should support proper typing like the rest of the Pallets projects
See other Pallets projects
* Add Typing to classes and functions
* Add typing environment with mypy and pyright te…