p5.js-web-editor
p5.js-web-editor copied to clipboard
console.table display bug
Nature of issue?
- Found a bug
Details about the bug:
console.table
does not display properly in console window.
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.
Thanks for reporting!
I can't seem to find seem to find the console table jsx element.
@andrewragy console.table is rendered using the console-feed library!
I found
In chromium -
In FireFox -
@catarak I would like to work on this issue. Can you please guide me on where to start?
@KKVANONYMOUS sure! I would take a look at the console-feed library and see what styling attributes you can change.
@KKVANONYMOUS sure! I would take a look at the
[console-feed](https://www.npmjs.com/package/console-feed)
library and see what styling attributes you can change.
@catarak I looked for a way to solve this issue in console-feed
documentation but could not find anything useful.
I tried changing certain Table related attributes, but nothing happened.
If you know some way out of this, please let me know.
This issue might unfortunately take some digging into the console-feed code—my next approach would be to look into how console.table is implemented, and figure out which of the variables listed in Styles.d.ts it depends on. Another approach might be to change some CSS outside of console-feed.
Hey, @catarak I would like to take over the issue if no one is currently working on this.
The problem is in BASE_FONT_SIZE, and it breaks after a value of 14 on Chrome and 18 on firefox. @catarak Please suggest to me how to proceed with it.
@Ajaya1000 how do you know the problem comes from BASE_FONT_SIZE?
@mattbesancon I tried to debug the style which is passed to the console component(Console-Feed) and after a point, I found out only the BASE_FONT_SIZE style attribute has an effect on the bug. This isn't a problem with the p5-js web editor library, this is the problem of the console-feed package which depends on the react-inspector package.
@Ajaya1000 have you opened an issue in the console-feed or react-inspector libraries?
@catarak yes. I have opened this issue in the console-feed and the react-inspector library. But no movement so far.
Thanks! Captured in https://github.com/samdenty/console-feed/issues/79.
@raclim is this issue not related to p5web-editor
i m new to open source . is this issue resolved ?
@Ajaya1000 Hey, could you please tell me if this issue is resolved or not? if not i would like to work on this issue
@catarak Can i work on this issue if not resolved ?
Hi @catarak, can i know if the issue is solved?