-
-
I believe prepared statements could be simulated by interpolating the parameters. `go-sql-driver/mysql` does something similar [here](https://github.com/go-sql-driver/mysql/blob/master/connection.go#L…
-
The following valid less code, throws a parse error
``` less
@selector: a;
@{selector}{
color: red;
}
```
-
Hi @pmelchior , I ran a profiler on the `scene_spectra_to_match` function and as you can see, the interpolation function (in the resampling renderer) is taking most of the time (3 calls per rendering …
-
**Describe the bug**
[Symbolic strings](https://nickel-lang.org/user-manual/syntax#symbolic-strings) defer to the client code the task of interpreting the string (and string interpolation in partic…
-
This is just to keep track of the issue and collect the discussion of how to move forward.
@lpyras, @MijnheerD, @twybo have been working on different CoREAS readers recently and in particular with…
-
### Description
Right padding a string with interpolated strings throw a System.FormatException
Code to reproduce:
using System;
namespace tmp5
{
class Program
…
-
If a queried spice position is not available in the kernel pool, interpolate between the closest two positions and linearly interpolate between them.
-
The rainfall preview should show an interpolated rainfall profile when the 'interpolate' option is activated, and a non-interpolated one when it is not activated
timestep (min) | rain intensity (mm…
-
It would be nice to avoid allocations altogether at interpolation time (see also #50).
This problem can alternatively be stated as "where should the memory for interpolants live?" I see three optio…