-
### Description
A toggle on the script and shell extensions to strip ANSI escape codes from the output would be useful, some programs don't have functional escaping. It could also be a good idea to s…
-
From the documentation I see that `formatFiletypes` can take an array of formatters for each file type, but from a very cursory reading of the code it seems like they are run async.
My use case is …
-
[ShellCheck](https://github.com/koalaman/shellcheck) is an example of a tool that doesn't support writing changes in-place, but does support `diff`-style output. Example of running `shellcheck --form…
-
It would be very useful if formatters could have parameters so that, for example, an alternative BooleanFormatter could be created which could have the expected true and false values passed in as para…
-
One thing that keeps giving me problems is that the lowercase function places spaces in front of dots. If I want to type a URL into a web browser or an SSH session, it becomes very difficult to do pro…
-
QueryBuilder currently executes the query using a call to go().
``` python
from pyquebec import pyquebec
db = pyquebec.open('humanresources')
# schema-less
query = db.employees.where('employee_id = 1…
-
I have a use case where I need to apply formatter to the log messages, that `SentryHandler` sends to Sentry. In the code it looks like `SentryHandles` is formatting the message, but, actually the newl…
if-fi updated
6 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR24462](https://bugs.llvm.org/show_bug.cgi?id=24462) |
| Status | NEW |
| Importance | P normal |
|…
-
Currently the .NET formatting option is only available [on WASM](https://apexcharts.github.io/Blazor-ApexCharts/features/formatters).
![image](https://github.com/apexcharts/Blazor-ApexCharts/assets/7…
-
I'm writing a Partial-Order Aligner for DNA sequence, using petgraph as my underlying graph implementation. Currently I'm using chars as my node-weight type so that when I debug things by in Dot forma…