Git Product home page Git Product logo

Comments (5)

ssricardo avatar ssricardo commented on June 1, 2024

Humm.. :/
Ok, I'll check it again

from anki-plugins.

izanagiii avatar izanagiii commented on June 1, 2024

It will be so kind of you

Best regards

from anki-plugins.

ssricardo avatar ssricardo commented on June 1, 2024

Hey @izanagiii .

I just tested with 11 clozes and it worked.

Tested with:

  
    private static final String REST_URI 
      = "http://localhost/resources/employees";
  
    private {{c7::Client}} client = {{c1::ClientBuilder}}.{{c2::newClient}}();
 
    public Employee getJsonEmployee(int id) {
        return client
          .{{c3::target}}(REST_URI)
          .{{c4::path}}(String.valueOf(id))
          .{{c5::request}}(MediaType.APPLICATION_JSON)
          .{{c6::get}}(Employee.class);
    }
    //...

  // post({{c8::Entity}}.{{c9::entity}}(emp, {{c10::MediaType}}.{{c11::APPLICATION_JSON}})
}

How is it rendering on your case?

from anki-plugins.

izanagiii avatar izanagiii commented on June 1, 2024

Hi
Thanks for checking it again

Strangely the problem is resolved now!!! have you updated the add-on again?

1st: I tested the coded you mentioned & the result was correct?
1

2nd: I create a note with my own code which had a problem on showing more than 9 clozes & suprisingly this time the result was correct!!!
2

Thanks again for your add-on
Looking forward for more feature because this add-on is a must in learning programming with anki

from anki-plugins.

ssricardo avatar ssricardo commented on June 1, 2024

Well, great then...
I haven't updated it in the last days, so it was probably just some detail on your installation after updating it.

Closing, as it's solved...

from anki-plugins.

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.