-
`
import logging
from pymongo import MongoClient
from datetime import datetime
# Define custom log level
CUSTOM_LEVEL_NUM = 25 # Choose a value between existing levels
CUSTOM_LEVEL_NAME = "TRAN…
-
### Environment
* Ruby Version: 2.5.8
* Semantic Logger Version: 4.12
* Application/framework: Rails 5.2.4
* Rails Semantic Logger Version: 4.11
* Rails configuration:
`config.semantic_logger.…
-
While I am trying to view the output of a analyzing, I found when I click on the file to view source code and the analyzing result, the page failed to load and the following error message appears on c…
-
nit: missing line
_Originally posted by @Nashtare in https://github.com/0xPolygonZero/zk_evm/pull/581#discussion_r1742417917_
Might save Robin some keystrokes in his …
-
**Describe the bug**
The just formatter always updates the timestamp of the file regardless of whether the file is changed or not.
```
DEBU formatter | just: executing: /nix/store/0irlcqx2n3qm6…
-
During my learning and experiments of wasip2, I tried this simple code and compiled it to a wasip2 component:
```rust
wit_bindgen::generate!({
// the name of the world in the `*.wit` input file…
-
Related to https://github.com/Nebo15/logger_json/pull/133
You can repro this with a single file application (e.g. test.exs):
```
Mix.install([:logger_json])
require Logger
formatter = {Logg…
-
From discussion with @DavisVaughan, we should:
- Require formatters to receive code on stdin, and produce output on stdout;
- Use ` -` when attempting to format some code selection, or code not as…
-
The Deno doc [here](https://docs.deno.com/runtime/fundamentals/linting_and_formatting/#formatting) says,
> The formatter can be configured in a [deno.json](https://docs.deno.com/runtime/fundamental…
-
Hi,
i installed the pip packet and added the configuration line to my settings.json.
When I then run "Format document" nothings happens, but I can show the output:
`Traceback (most recent cal…