Ernest Micklei
Ernest Micklei
@alexpGH fyi, I started working on a OSS project (palimbo)with a similar goal. I am working on an IDE extension that allows for modifications of functions , rewinding stacks and...
Hi, I started working on the idea I mentioned and would like discuss ideas and challenges I find. What medium is best to use to ask those questions? Slack? other?
yes, I like this proposal. Finding a good name is always a challenge. Maybe to generalise this, instead of returning a Pos int, we could have a CursorInstruction that be...
fair enough. let's keep it simple. Suggestion: - type EditableWordCompleter - func(line string, pos int) (head string, completions []EditableWord, tail string) Rationale: putting the cursor "in" the completed word is...
work in progress https://github.com/emicklei/liner/tree/poscomplete
Thank you for reporting this. I will have a closer look to the flow. On Wed, 19 Jul 2023 at 23:39, James Childs ***@***.***> wrote: > If you think this...
> If you think this fixes the issue I'd be happy to submit a PR to fix this :) Just let me know! @JamesDChilds can you propose a PR? thx!
fixed in v3.12.0
See https://github.com/emicklei/sqlparser/blob/visit/ast_visit.go for the initial setup.
@matthewmueller current state is still work-in-progress. I soon realized that the language is very very rich and therefore had many many nodes to handle. So I started to wonder if...