Giter Club home page Giter Club logo

Comments (11)

hahuang65 avatar hahuang65 commented on July 30, 2024 2

@benlubas thanks so much. Verified that it's fixed.
Thanks for your help and patience thru this "bug" journey.

from otter.nvim.

benlubas avatar benlubas commented on July 30, 2024 1

Easy fix is rearranging the code in there so filetype is set after. I can open a PR in a little bit when I'm more awake.

from otter.nvim.

benlubas avatar benlubas commented on July 30, 2024 1

@hahuang65 this should be resolved now if you update jupytext.nvim

from otter.nvim.

benlubas avatar benlubas commented on July 30, 2024

I'm able to reproduce this, will work on a minimal config, there are a lot of plugins at play here.

Specifically the issue is opening an ipynb file that's autoconverted to markdown it looks like.

from otter.nvim.

benlubas avatar benlubas commented on July 30, 2024

It looks like we write the otter buffer with line numbers off by one, and the original time that we grab diagnostics this isn't accounted for. I'm slightly confused on why it's only in this one situation though we don't normally write the otter buffer with line numbers off by one.

I'll note that the diagnostics do update correctly after writing the file or changing it to cause a diagnostic update in the otter buffer.

from otter.nvim.

hahuang65 avatar hahuang65 commented on July 30, 2024

What's strange to me is... why does it happen when it's done quickly (via ftplugin/markdown.lua), but not when run manually after the file is opened.

I assume the operations are the same. Would it have something to do with the timing of Jupytext.nvim completing?

from otter.nvim.

jmbuhr avatar jmbuhr commented on July 30, 2024

Interesting. This is where jupytext sets the filetype, so it is when otter would kick in: https://github.com/GCBallesteros/jupytext.nvim/blob/6e439dc048986bcc00f8ba8695cb452de932127b/lua/jupytext/init.lua#L139

from otter.nvim.

benlubas avatar benlubas commented on July 30, 2024

https://github.com/GCBallesteros/jupytext.nvim/blob/6e439dc048986bcc00f8ba8695cb452de932127b/lua%2Fjupytext%2Finit.lua#L149

Lmao. This bug is as dumb as I thought it might be. Otter is doing nothing wrong here. I think they're deleting and not writing afterward so otter doesn't pick up the change (bc sync raft isn't called after this delete).

from otter.nvim.

hahuang65 avatar hahuang65 commented on July 30, 2024

I think they're deleting and not writing afterward so otter doesn't pick up the change (bc sync raft isn't called after this delete).

Good find! Sneaky downstream effects based on this small "hack".

from otter.nvim.

jmbuhr avatar jmbuhr commented on July 30, 2024

hm, technically this isn't even a bug then. Otter diagnostics get updated on write and it's up to the user do the writing or choose additional auto command events on which to do the updates (see otter config). Nonetheless it would of course be great if they changed it in the way proposed by Ben, but I would frame it as doing us a favor instead of fixing a bug or hack.

from otter.nvim.

benlubas avatar benlubas commented on July 30, 2024

Yup, definitely not a 'bug' more of an unfortunate side effect.

from otter.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.