SuspiOwl

Results 11 issues of SuspiOwl

For the exposed data (`data.json` and `data.min.json`), some frameworks uses their own web page as the framework URL (e.g. Fiber framework URL is https://gofiber.io/), and some frameworks uses their repository...

Since it's possible that there will be some changes to the schema for the exported `data.json` and `data.min.json` file, I think it would be nice to add `schema_version` key on...

I was trying to do text recognition on this image ![test](https://user-images.githubusercontent.com/32597776/81866461-7002fb80-9599-11ea-8741-a1c46bf44d2f.jpg) And it took more than 3 minutes until it randomly stopped at ` progress: 0.8285714285714286` , and used up...

slow performance

I'm planning to rewrite this application, with more refined UI and more features. For the rewrite, I will use React, Tailwind, and (possibly) ApexCharts. Few things to do on the...

The page will displays all benchmark data from [wrk](https://github.com/wg/wrk). Also possibly add other non-benchmark information like: - GitHub star count - Last commit - Issues count - etc. (Maybe will...

This can be done by sending a request with data: ```js [[["MkEWBc","[[\"WORD_TO_CHECK\",\"auto\",\"TARGET_LANGUAGE\",true],[null]]",null,"generic"]]] ``` example result ```js )]}' 393 [["wrb.fr","MkEWBc","[[null,null,\"en\",[[[0,[[[null,7]\n]\n,[true]\n]\n]\n]\n,7]\n]\n,[[[null,null,null,null,null,[[\"pengujian\",[\"pengujian\"]\n]\n]\n]\n]\n,\"id\",1,\"auto\",[\"testing\",\"auto\",\"id\",true]\n]\n,\"en\",[\"testing\",null,null,[[\"test\"]\n,null,1]\n,null,null,null,null,\"en\",1]\n]\n",null,null,null,"generic"] ,["di",29] ,["af.httprm",28,"-2444905251841777356",28] ] 26 [["e",4,null,null,430] ] ``` where the detected language...

Add options (sort by) when fetching channel's videos and playlists

enhancement

Some channels have multiple shelves of playlist (and possibly videos too), currently the client only able to fetch data from the first shelf. ![image](https://user-images.githubusercontent.com/32597776/184505492-83eab739-7fff-4202-8b66-c929ef7e56ae.png)

enhancement
breaking

**Is your feature request related to a problem? Please describe.** Currently it's not possible to get channel's community post **Describe the solution you'd like** add `BaseChannel.posts` ```js const posts =...

enhancement

Some channels has list of featured channels, add `BaseChannel.channels` which is a continuable of `ChannelCompact` ![image](https://user-images.githubusercontent.com/32597776/184505179-e988d98c-d7bc-416b-ad36-7310f34e21b8.png) For example: ```ts const channel = client.getChannel("..."); const featuredChannels = channel.channels.next(); ```

enhancement