Thad Kerosky

Results 12 comments of Thad Kerosky

When trying to use an `arm64`-built version of pyodide-env 20, I had to comment out the official Chrome download in the Dockerfile because you'd have to use Chromium-arm64 instead I...

* I think w should add a LIMIT of 6. The query above returns 63 results on the keyword "colombia" but takes 26,060 milliseconds for the June 29 database. With...

Thanks @JorgeMartinezG – mostly looks good. I put my code front-end implementation in this branch too. I just noticed that a search for `ts` on the autocomplete returns these strange...

@JorgeMartinezG can you please merge the backend this week so I can make sure there isn't anything weird with the new version of the searchbox before I finish? Wille might...

I am feeling this issue as well. Should the upload be synchronous? It seems that when the local web server gets accessed during the knox upload, my site largely fails...

https://github.com/jimhester/archive/issues/3 new error, same problem (fresh from `brew` on mac R: libarchive 3.3.3 )?: ```Error in archive_extract_(attr(archive, "path"), file) : archive_read_data_block(): Unsupported ZIP compression method (deflation-64-bit) ``` Low priority for...

I also had the Latex problem with the usetex=True parameter on Mac (using Jupyter Notebook). Switching to false maybe doesn't look quite as nice but it works.

Hi @Gregable and team, The latest enhancements and interactive visualizations on the site are fantastic and impressive. I just wanted to pop by and say hello as someone in our...

Similar but not identical resolved issue of using with Redux Tookit https://stackoverflow.com/questions/73358881/how-we-configure-reactotron-with-reduxjs-tookkit With Redux Toolkit + typescript, in store.ts, I successfully used the exclamation point to ignore the missing type:...

I created an [example gist of my module](https://gist.github.com/thadk/7817305) and I reworked it from the Readme.md, perhaps slightly more readable: ## Directory structure - app/ --> client side files - /bower_components...