-
As suggered in #252, adding a formatter to the Catala toolkit could be a great improvement for both the developer and the reviewer experience. Catala being a literate programming language, having a go…
-
**Describe the bug**
A LogQL filter on bytes requires the unit to come directly after the number, without a space. However, a logfmt query for a log line with bytes fields in it is returning the val…
-
I would like to propose adding scalafmt to this codebase for the same set of obvious reasons why having a code formatter is a good idea. The typical problem with adding a code formatter is it causes m…
-
**Test case**
```systemverilog
class test;
function new(string name = "test");
abcdefghijklmno.get_field_by_name("LA").set(Abcdefghijkl.i_l2uncache_config[0].base_addr[31:12]);
endfunct…
-
There is no equivalent of `strftime` for `timedelta`, so everyone tends to roll their own formatter. This is prime territory for `dateutil`, ideally it would be something like this:
```python
>>> …
-
We recently added formatter options for the axis ticks and it would be nice to add the equivalent for colorbar ticks.
-
| --- | --- |
| Bugzilla Link | [416449](https://bugs.eclipse.org/bugs/show_bug.cgi?id=416449) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Sep 03, 2013 11:08 EDT |
| Modified | Aug…
-
Hi,
I drop the google-java-format-eclipse-plugin-1.20.0.jar file in dropins eclipse folder.
I set google-java-formatter in my eclipse workspace and project configuration.
However, the formatter …
-
# What would be great:
An option for enabling border/encapsulation (via theme class specification) for the Strawberry Field Audio Formatter
# Why this would be great:
The current AV player ca…
-
Hemlock's syntax makes `hmph`'s job simple relative to most languages, but there are still a few things a Hemlock code formatter should do to files as a whole:
- Replace multi-space/line separation…