Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive line numbers issue #135

Open
Alex7TCK opened this issue Feb 14, 2022 · 1 comment
Open

Responsive line numbers issue #135

Alex7TCK opened this issue Feb 14, 2022 · 1 comment

Comments

@Alex7TCK
Copy link

The image speaks for itself about the error

image

Tab width and height:
666.08px
440px

Returned with:

returnStringObject () {
    return JSON.stringify(this.currentTrace.parameters, null, 4)
  }

OBJ EXAMPLE:


[
          {
            id: '0001',
            type: 'donut',
            name: 'Cake',
            ppu: 0.55,
            batters:
              {
                batter:
                  [
                    { id: '1001', type: 'Regular' },
                    { id: '1002', type: 'Chocolate' },
                    { id: '1003', type: 'Blueberry' },
                    { id: '1004', type: "Devil's Food" }
                  ]
              },
            topping:
              [
                { id: '5001', type: 'None' },
                { id: '5002', type: 'Glazed' },
                { id: '5005', type: 'Sugar' },
                { id: '5007', type: 'Powdered Sugar' },
                { id: '5006', type: 'Chocolate with Sprinkles' },
                { id: '5003', type: 'Chocolate' },
                { id: '5004', type: 'Maple' }
              ]
          },
          {
            id: '0002',
            type: 'donut',
            name: 'Raised',
            ppu: 0.55,
            batters:
              {
                batter:
                  [
                    { id: '1001', type: 'Regular' }
                  ]
              },
            topping:
              [
                { id: '5001', type: 'None' },
                { id: '5002', type: 'Glazed' },
                { id: '5005', type: 'Sugar' },
                { id: '5003', type: 'Chocolate' },
                { id: '5004', type: 'Maple' }
              ]
          },
          {
            id: '0002',
            type: 'donut',
            name: 'Raised',
            ppu: 0.55,
            batters:
              {
                batter:
                  [
                    { id: '1001', type: 'Regular' }
                  ]
              },
            topping:
              [
                { id: '5001', type: 'None' },
                { id: '5002', type: 'Glazed' },
                { id: '5005', type: 'Sugar' },
                { id: '5003', type: 'Chocolate' },
                { id: '5004', type: 'Maple' }
              ]
          },
          {
            id: '0002',
            type: 'donut',
            name: 'Raised',
            ppu: 0.55,
            batters:
              {
                batter:
                  [
                    { id: '1001', type: 'Regular' }
                  ]
              },
            topping:
              [
                { id: '5001', type: 'None' },
                { id: '5002', type: 'Glazed' },
                { id: '5005', type: 'Sugar' },
                { id: '5003', type: 'Chocolate' },
                { id: '5004', type: 'Maple' }
              ]
          },
          {
            id: '0002',
            type: 'donut',
            name: 'Raised',
            ppu: 0.55,
            batters:
              {
                batter:
                  [
                    { id: '1001', type: 'Regular' }
                  ]
              },
            topping:
              [
                { id: '5001', type: 'None' },
                { id: '5002', type: 'Glazed' },
                { id: '5005', type: 'Sugar' },
                { id: '5003', type: 'Chocolate' },
                { id: '5004', type: 'Maple' }
              ]
          },
          {
            id: '0002',
            type: 'donut',
            name: 'Raised',
            ppu: 0.55,
            batters:
              {
                batter:
                  [
                    { id: '1001', type: 'Regular' }
                  ]
              },
            topping:
              [
                { id: '500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001', type: 'None' },
                { id: '5050015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500150015001500102', type: 'Glazed' },
                { id: '5005', type: 'Sugar' },
                { id: '5003', type: 'Chocolate' },
                { id: '5004', type: 'Maple' }
              ]
          },
          {
            id: '0002',
            type: 'donut',
            name: 'Raised',
            ppu: 0.55,
            batters:
              {
                batter:
                  [
                    { id: '1001', type: 'Regular' }
                  ]
              },
            topping:
              [
                { id: '5001', type: 'None' },
                { id: '5002', type: 'Glazed' },
                { id: '5005', type: 'Sugar' },
                { id: '5003', type: 'Chocolate' },
                { id: '5004', type: 'Maple' }
              ]
          },
          {
            id: '0003',
            type: 'donut',
            name: 'Old Fashioned',
            ppu: 0.55,
            batters:
              {
                batter:
                  [
                    { id: '1001', type: 'Regular' },
                    { id: '1002', type: 'Chocolate' }
                  ]
              },
            topping:
              [
                { id: '5001', type: 'None' },
                { id: '5002', type: 'Glazed' },
                { id: '5003', type: 'Chocolate' },
                { id: '5004', type: 'Maple' }
              ]
          }
        ]
@koca
Copy link
Owner

koca commented Feb 17, 2022

Hey @Alex7TCK. Thank you for the report, this is a known issue (see #117). I will try to fix it tomorrow evening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants