-
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 |
|…
-
I've got a few feature requests relating to parsing different section types from ChordPro:
- Section labels support the following syntax `{start_of_verse: label="Verse 1"}`, not just `{start_of_ver…
edonv updated
19 hours ago
-
Hi! Thanks for a great library. Just wondering why does the [LoggerJSON.Formatters.Basic](https://hexdocs.pm/logger_json/LoggerJSON.Formatters.Basic.html) discard the file, line and mfa information? T…
-
Currently `dune` supports (via `dune build @fmt`) formatting of Reason code using `refmt`, OCaml code using `ocamlformat` and `dune` files. Dialects can also provide a custom formatting action and if …
-
OS: Windows 11 23H2
VSCode version: 1.95.0
CodeLLDB version: 1.11.0
Compiler: rust 1.81.0-x86_64-pc-windows-msvc toolchain
Debuggee: PDB
There are not "pretty printing" of rust containers (in …
-
i saw many conversions in analyses that could be gathered instead of repeating the formatting functions.
for example, phone numbers could have their format being converted to a spaced and internati…
-
Currently, external formatters need [to be configured](https://behave.readthedocs.io/en/latest/formatters.html#more-formatters) to have a nice alias, or their full `module:Class` path needs to be spec…