Geert Smelt

Results 21 comments of Geert Smelt

Just to clarify, will this even stand a chance of getting merged one day, or is it just for show?

How did you manage to downgrade to an older version?

Not only that, it looks as if it's non-functional at the moment. In the JavaScript console I'm seeing the following warnings. ``` jquery.js:4050 jQuery.Deferred exception: Maximum call stack size exceeded...

I missed your reply back in May, my apologies. Here is the dataset that I used as input. It doesn't look like a significantly large set, but it might help...

Perhaps an alternative is to allow exclusion of the entire `global.json`, for example like this ```lua require('luasnip').config.setup({ exclude = { 'global' }, }) ```

Thanks for getting back to me on this. I'm not sure about special configurations actually, and my engagement has ended already. I might be able to gather more information if...

I also noticed some issues with 720p and was in the process of developing a fix. I will try yours when I am again near a computer to do some...

I tested your code and it seems to be working properly (i.e. only match the anime) for the following filenames. ``` "Homeland.S03E04.Game.On.1080p.WEB-DL.DD5.1.H.264-BS" "the.graham.norton.show.s14e01.720p.hdtv.x264-ftp.mkv" "That '70s Show S07E03 (I Can't Get...

Yeah I know, I made that a while back. I was just thinking out loud: the anime_bare regex is not ideal but it will serve as a workaround.

I have recently created a fix for a similar issue. The `anime_bare` regex was too liberal and processed the first three digits of a quality as absolute numbers. I have...