-
**Describe the problem:**
Ability to format strings with variables.
While trying to port some of my scripts, I am seeing limitations with the `out` built-in
In particular, the ability to output a…
-
I'm looking into migrating an existing project from Python's built-in `logging` facilities to `loguru`. The code base uses printf-style formatting quite extensively, e.g.
```
logger.info("Loading …
-
Logs seems to enforce the use of Format, while the polymorphic "format" types could allow to use Printf or a user defined function, for instance when you want to avoid mixing messages with concurrent …
-
Hi, nice work
Would it be possible to pass a format string to printf? Here's an example without
```
.DELIMS stmt-block="" tag="{{ }}"
+---------------+---------+-------------------+
|…
-
I currently work on teddycloud upgrade for FreeBSD from version 0.3.5 to 0.6.2.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282541
While compiling the new version I see the following error:
…
-
This just occurred to me, when looking up a rarely used format verb for the nth time at pkg.go.dev/fmt: we should offer hover information for format strings. To start, this could simply show documenta…
-
```
❯ coreutils echo "$(coreutils printf 'A \xFF Z')"
error: invalid UTF-8 was detected in one or more arguments
Usage: coreutils echo [OPTIONS]... [STRING]...
For more information, try '--help'.
❯…
-
A null dereference can occur after calling strdup(), since strdup() returns NULL if there is not enough memory to copy the string to the temporary buffer
Calling [printf(index_fmt, "index")](https:…
-
Hi, First of all, thanks for this amazing library! I've been experimenting with it and found it incredibly useful.
I noticed that while uprintf can handle function pointers nicely, it currently can…
-
Number of printf formatting strings (in particular in native\gc) iuse Windows-specific features in formatting strings (like %l) that won't work on Unix.