-
I'm always frustrated when quickfixj.org is offline.
We should put the content on github pages.
Edit: we should also check the documentation under https://github.com/quickfix-j/quickfixj/tree/ma…
-
In the future, Qute will deprecate #with section.
We should support diagnostic and quickfix fir that:
* report a diagnostic in `#with` with LSP deprecated diagnostic tag.
* provide a codeact…
-
Today completion validation etc provide fields methods from java type by using java reflection.
I wonder if we should have à settings like reflectionValueResolver set to true by default.
When th…
-
When we have `Unbound module M`-like diagnostic, we can offer user to fix the error by
- creating file `m.ml` (**most useful** quickfix because we replace several user actions with one)
- creatin…
-
Some CoClasses don't have public constructors, so VBA can't New 'em up.
```
Set myWorkbook = New Workbook
With New Workbook
Beep
End With
```
The quickfix would require knowing the factor…
-
It seems that currently QuickFix doesn't provide any way of knowing what's going on with actual connections. For example, I have an application where a human trader clicks on "Connect", and when I sta…
-
**Is your enhancement request related to a problem? Please describe.**
I am frustrated that when using auto-complete I cannot automatically prepend the namespaace as it often leads to bad practices o…
-
Hi,
Currently when `:AsyncRun command`, it will show
```
[command]
...output...
[Finished in # seconds]
```
Because my use case involves username and password in the command, obviously havi…
-
```
File "/usr/local/lib/python3.9/site-packages/flask_oidc/__init__.py", line 41, in
ImportError: cannot import name 'JSONWebSignatureSerializer' from 'itsdangerous' (/usr/local/lib/python3.9/site…
-
Похоже, теперь через бсл-сервер сделать чистый extract method для любого блока кода
хотя бы для общих модулей и модулей объектов.
вроде бы вся информация есть.
Еще полезный кейс для правила IfCon…