-
Hi, if I call
```go
goose.SetVerbose(true)
goose.WithNoColor(true)(nil)
goose.SetLogger(MyGooseLogger)
```
then `goose.Up(...)` will output logs from ParseSQLMigration using the standard log…
-
When trying to parse the [`snitch` IP](https://github.com/pulp-platform/snitch/tree/master/hw/ip/snitch) I get a parse error, I guess due to the multiple `import` statements?
```
Error: parse erro…
-
It looks like Shaarli feeds are not being parsed correctly and markup is being included in the link structure (much like ticket 134 for pocket). Also, it looks like shaarli detail and tag pages are be…
-
## Description
The latest `main` codebase now has a lot of syntax errors being highlighted in VSCode. Looks like they don't impact the build / running, but it's not great.
Am guessing recent updat…
-
Currently `tidy-imports` fail when the code contains a multiline string (''' ''') inside a multiline f-string. Reproducer:
```
$ cat test_tidy.py
some_fstring = f"""abc
{', …
-
When the cursor is in a comment in a code chunk (Quarto) some keybindings do not work:
- `RSendChunk` fails with `Not inside an R code chunk`
- `RPreviousRChunk` does nothing. Weirdly enough, if t…
-
The contents of the file do not matter, if I remove it it fails on the next file. If I disable the plugin, there are no errors.
```
eslint:file-enumerator Yield: activity.tests.ts +0ms
eslint…
-
Good start with this what you told then we have to follow this :
Below is a comprehensive suite of test cases for the **Module Dependency Analyzer and Visualizer**. These tests are meticulously cate…
-
**Problem**
I wanted to try out structured generation. Here is what I've written:
```rust
use kalosm_sample::{Parse, Schema};
#[derive(Schema, Parse, Clone, Debug)]
struct Experiment {
material…
-
Swayfmt is meant to be configurable. The task here is to:
1. Support the parsing and loading of `swayfmt.toml`
2. Implement the configuration options
- It's okay if some only support the defa…