Keoni Mahelona

Results 16 comments of Keoni Mahelona

Hey, just chiming in on this issue. While https://github.com/matthewwithanm/django-imagekit/issues/391#issuecomment-592877289 works great, it doesn't work well for large files (e.g. > 1GB) unless your machine has a lot of RAM. In...

I'm having a similar issue with ImageKit 4.0.2. ``` image = ImageField image_thumb = ImageSpecField ``` `image.url` works quickly while `image_thumb.url` is incredibly slow. I'm using django-storages 1.6.6 and s3....

We could update the JQuery selector to only select headings in the actual notebook. I’ll have to spin up a notebook and see what the latest looks like.

You mean that your ToC on one webpage/tab contains items from other notebooks you have open in other tabs? That’s bizarre. I haven’t used the notebook for years - before...

Maybe modifying the selector? Currently it’s set to ‘:header’. https://github.com/kmahelona/ipython_notebook_goodies/blob/aaefb28c21c12237a10f9bd7dff9723feb084391/ipython_notebook_toc.js#L22

Also it would be easy to update the code to not use JQuery.

I can resolve this problem by completely deleting the database. So I suspect the error is somewhere with changing stream settings that are then written to the database and then...

Ok, figured it out. So there's a little bit of inconsistency around what you set your host address to be. By default LibreTime uses `127.0.0.1` as the icecast2 server url....

I have this problem though the cause is different. We've exported a bunch of variable bitrate audio from something called OTS AV. So we have a bunch of files that...

Not sure how to write a test for this, https://github.com/libretime/libretime/pull/2940#issuecomment-1932696642