-
in the VI StringFormatter.lvclass:formatTimeStamp.vi, there is a typo error in the format inot string function. An additionnal Z is added into the format constant:
![image](https://github.com/user-…
-
I'm needing to convert a directory of laz files to another coordinate system using a 2d helmert transformation. I've determined the parameters using the least squares formula on coordinate files we h…
-
The poor performance of `String.format()` is brought up multiple times in different PR reviews ([recently](https://github.com/apache/pinot/pull/14395#discussion_r1830529349))
We should either move …
-
On v1.20.5, if String() method of a prometheus.Desc returned from NewInvalidDesc called, it will cause a nil pointer derefence, which will result in an incorrectly formatted string
```golang
type …
-
When running with Ruby warnings enabled with RUBYOPT: "-W2 -W:deprecated -W:experimental -W:performance" there comes a warning like this:
```
/baseimage/cache/bundler/ruby/3.3.0/gems/cronex-0.15.0…
-
Add HttpService, and being able to use ``, "", '' etc.
I've made a fork with both of these:
# **Source code for HttpService**
```lua
local VisualLibrary = require(script.Parent.Parent.Parent.V…
-
The new f-string formatting in assignment-value positions seems inconsistent to me:
```python
aaaaaaaaaaaaaaaaaa = f"testeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee{
expression}moreeeeeeeeeeeeeeeee"
``…
-
-
With b94ee60b07b4c7e204e5f9e06aeba462fc8277f6, it is now possible to have format strings in format strings: `'Hello ${name+'$age years'} old'`
However there seems to be an issue if the inner string …
-
Hello,
Im trying to index my NT data and get following error
ERROR: Parse error at byte position 22324: Parse error at byte position 22324: Value STRING could not be parsed as a floating point …