-
I think it would be nice if I could have a quickfix for this:
Example:
```dart
"$123"
```
=>
```dart
"\$123"
```
I copied a JSON into Dart and needed to manually unscape some elements…
-
The generated signature of a generic type (as an argument) is incorrect, therefor the on-hover description is not shown.
I'll fix it this evening @ git, but in the meanwhile, here is a quickfix:
In …
-
```
Running QuickFIX Messenger using an unsupported JVM version results to a
cryptic "java.lang.UnsupportedClassVersionError".
Update the scripts so that the Java version is checked before launchin…
-
I have an already defined field in data dictionary XML. But QuickFIXJ throw exception Rejecting invalid message.
Also, I already added allow unknown message fields Y.
FIX MSG:
8=FIXT.1.1�9=226�35…
-
Hi,
Could you please show me how to log in or respond to message type A?
I have code in Python that is based on QuickFIX library and could not find any example using your library.
```python
…
-
I came across the following code in a PR review a while back:
```go
if _, ok := object.(desktop.Mouseable); ok {
return true
}
return false
```
This is something that can (and perhaps even s…
-
The AbstractQuickfixTest does not allow to easily customize comparison of strings in the presence of Windows end-of-line characters like "\r". That's especially the case when using new Java text block…
-
Every time a new command is run, the quickfix window is flushed and the output from the previous command will gone. Is there a way to keep all the logs? User can use some explicit command to clear it…
-
This takes 1 second to complete and populate `Quickfix`:
:set makeprg=type\ 2MB_text_file
:make
(Here `2MB_text_file` is a text file of size 2MB)
Running the same command with `:Asyn…
-
Using the instructions for formatting on save does not seem to be working.
It works fine when called via the command palette.
![image](https://github.com/sublimelsp/LSP-biome/assets/1425304/552a…