-
**Describe the bug**
Multiline strings (or block scalars) are not preserved when they have trailing white space. They are converted to quoted strings.
version of yq: 3.3.4
operating system: Linux…
-
I am trying to look at a scenario where the global temperature changes in future and it affects the total solar potential of a region. The change in solar potential is based on various calculation don…
-
I've been struggling with getting a custom scalar type working with GraphQLite. I'm running into a number of issues, but at the end of the day, I'm just not clear on how everything is supposed to wor…
-
Hi,
This CF checker complains about a scalar flag_masks:
* flags's flag_masks must be an array of values not int8
And their interpretation of CF seems to be that this is not allowed in CF, do you…
-
When I use `mapslices(f,a,dims)` to manipulate CuArray, a warning appears. It reminds me that using scalar operations on the GPU is inefficient.
```julia
a=CUDA.rand(3,4,5)
b=CUDA.rand(2,3)
maps…
-
The simulation algorithms under `StructuredState` expect the states are normalised and, in fact whenever there is a truncation, this is enforced. However, the current method `apply_scalar` allows user…
-
in the Deferred transactions at https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/transactions#deferred-transactions the statement reads
readCommand.CommandText =
@"
SELECT *…
-
In the Kalman Filter part, is there any way to use different forms to differentiate the vector with the scalar? It is very confusing when they are using the same form. For example, it would be better…
-
In Section 4.6 I read
> To convert a string into a scalar value string, replace any surrogates with U+FFFD.
This is technically correct, but, I guess, not what you wanted to express, though, es…
-
Sometimes, I want to have an additional column after `keyby`. I use `dt[, .(V = sum(A)), keyby = .(B, C = "CCC")]` and surprisingly find it throws an error. Yes, I know I have many other options. But …