Brett Cooper

Results 18 comments of Brett Cooper

Thanks willrstern, your tutorials brought me to brain.js =)

BTW calling print(); with no parameters invokes the browsers print dialog. Which is really bad when using an online IDE like https://jsitor.com/ with auto run on and you type print()...

I have had this print() problem when used inside a draw() loop. p5 could treat **print()** as **console.log('')** to would prevent the browser print() to not popup but there might...

Thanks @nucliweb I tried that out this afternoon and I guess the scope of the png will also be addressed in the same fashion. But I'm still getting the "Service...

Found a fix for the autoscroll navigation issue, a chrome flag. chrome://flags/#enable-scroll-anchor-serialization I've did a couple of pull requests, but struggling with git. (all commits go into the same pull...

Is that the sames as this? ` document.getElementsByClassName("pell-content")[0].focus(); ` i call it when a action button is clicked. Sjeiti code looks nice

ctrl-d is a windows is currently used to delete an empty line. I use it a bit as the ctrl-x no longer deletes lines if they are empty. or was...

How would you add sort ordering. To say, sort by _likes_ and then sort that ordered list by _version_ for example. Would each column could have a sort associated with...

Is that why when setting the number of rows to display I have to add 0.5. Like this example to show 18 rows I define it to 18.5 so the...

Yes, I would like to see a way to change the titles as the datasets names are not always good to humans. ~~~js title: { 'geography_name':'Region','no3_kg_per_yr', 'Nitrates (kg per year)'...