cytec

Results 30 comments of cytec

@szszszsz just checking back, anything new?

for searching and stuff, here is how i did it: function that handles searching: ``` def perform_search(queryset, user_input): return queryset.filter( db.or_( models.Processed.title.like('%'+user_input+'%'), models.Processed.user.like('%'+user_input+'%'), models.Processed.platform.like('%'+user_input+'%') ) ) ``` in the view:...

@falcotec seems to be a php app... so you might want to check how other PHP Based SPK's work. ex: https://github.com/SynoCommunity/spksrc/tree/master/spk/bicbucstriim and https://github.com/SynoCommunity/spksrc/tree/master/cross/bicbucstriim

Basically the do more or less the same... i can understand that @ymartin59 doesn't see any advantage in maintaining two nearly same Packages, wenn we have a whole lot of...

see https://github.com/SynoCommunity/spksrc/pull/1659

@pepeEL you've tried this one? http://cytec.us/syno/test-spk/tor/tor_cedarview-5.1_0.2.5.12-1.spk what's not working? EDIT: btw my previous comment wasn't something like: there is a working version there but more like: no need for requesting...

you'll have to uninstall the current one, then install mine. There is no wizzard currently see discussion on the PR itself (plans on adding some basic config stuff) so you'll...

@pepeEL again... check the PR... most of your questions are already discussed there... including the Wizzard and what to add and what not to add to it... even IF there...

@pepeEL please use the forum to discuss this as it isn't related to this issue in any way :) @nelek you'll may open a PR for your tor spk? EDIT:...

ha @Diaoul not following the rules at all :D... hope i got the right one: Website: http://vaemendis.net/ubooquity/ Description: Home server for comics and ebooks Documentation: http://vaemendis.net/ubooquity/static5/documentation Source code: http://vaemendis.net/ubooquity/static2/download (no...