repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
baseflowphotoview | slide the viewpager when the photoview be magnify | Bug | it just show the next photo view not slide the photoview where you cann t see why nobody ask this question |
baseflowphotoview | nullpointerexception fling view with no image | Bug | I m use this library in a viewpager to swipe through image and when I attempt to swipe in either direction prior to the image loading I receive the following stacktrace java java lang nullpointerexception at uk co senab photoview photoviewattacher flingrunnable fle photoviewattacher java 98 at uk co s... |
baseflowphotoview | setphotoviewrotation doesn t work in activitie s oncreate | Question | I m try to display an image which be rotate when load the image unfortunately it look like the library have to first display the original image and after that the rotation can take place any idea how to make it work |
baseflowphotoview | add save and restore command for save and restore the matrix | Enhancement | this be model after the canvas save and restore method in that the restore method only respond if the user have first call save |
baseflowphotoview | set image without resize | Enhancement | hi I put a thumbnail to photoview then I want to load the original image when photoview be be scale but when I call setimagebitmap method it well rescale my image be there any way I can keep the scale rate |
baseflowphotoview | how to detect swipe | Question | hi I need to show several image with pinch to zoom functionality how would I detect that the user be swipe over the edge of an image to load the next one thank julian |
baseflowphotoview | possible to have swipe leave right gesture | Question | I m try to add left and swipe gesture but I keep remove the photoview functionality which I want to keep so how do I implement such swipe gesture |
baseflowphotoview | be it possible to pass image bitmap or smth like this to viewpager | Question | I m try to fill viewpager with image which be parse from web page on some activity start but can t understand how to insert they to this viewpager sorry for such weird explanation |
baseflowphotoview | be there any way to capture the single tap from the activity to show hide the actionbar | Question | be there any way to capture the single tap from the activity to show hide the actionbar I be try to implement the overlay the actionbar but not have much success in get singletap capture or click or touch in my activity I would like to display the actionbar when the user tap once on hackyviewpag... |
baseflowphotoview | while drag the imageview in the viewpager in zoom mode the image can not be fully show | Question | my project be I use the photoview with android universal image loader viewpager setp 1 in normal mode when I drag the imageview it s fine 1 2 in zoom mode I double tap the second and drag it the image can not be fully show 2 |
baseflowphotoview | update photoviewattacher java | Enhancement | remove final modifier for ontouch as other thing need to coexist with this library |
baseflowphotoview | problem with setzoomable and center inside | Question | I need to set the scaletype of the attacher to center inside and set zoomable to false initially later I will toggle its value but when I do that the image do not show up in the imageview it be blank why could it that be m |
baseflowphotoview | real image size | Enhancement | hello be it possible to show the image with the real size even the image big than the viewpager size and the scroll bar should appear automatically thank you |
baseflowphotoview | customize the scale value and display manually | Invalid | hi I be new to visad library and I be try to plot an image use visad but when I plot an image it take the value display on scale x axis and y axis automatically accord to latitude and longitude my filename nc file have longitude value up to 180 to 180 and it display only 150 to 150 so how ... |
baseflowphotoview | host photoview in a scrollview make it unusable | Enhancement | I host it in a linearlayout vertical that contain other component text widget the linearlayout be child of a scrollview vertical it be very difficult to zoom in the photoview drag vertically doesn t work too |
baseflowphotoview | getdisplayrect | Enhancement | when I try to use getdisplayrect to get the rect of the bitmap it doesn t return the right rect of the visible part |
baseflowphotoview | can t overload defaultondoubletaplistener class | Enhancement | my understanding be on my code I shouldn t have a photoviewattacher reference all action on photoviewattacher should be do through photoview class I would like to change doubletap behavior by keep the defaultondoubletaplistener one but I can t overload defaultondoubletaplistener because it need a photovie... |
baseflowphotoview | Duplicate | viewpager viewpager sorry I m not good at english you can use google to translate the chinese | |
baseflowphotoview | can we not hijack the double tap event | Enhancement | the attacher s ondoubletap method always return true which prevent the event from bubble up I think it would be nice if the listener can get this event notification too |
baseflowphotoview | problem scroll image in viewpager when go back | Duplicate | I have a viewpager with a photoview show internet s image if I scroll my pager it s work ok but if I scroll pager back previously load image can t be scroll or zoom it s a know bug or someone with similar problem |
baseflowphotoview | photoview use problem | Enhancement | I want to know that if I want to check the user scroll leave and right |
baseflowphotoview | when I scale it photoview I find it actually still roll | Enhancement | I find the up event have a problem and now I try to solve it |
baseflowphotoview | portrait photo be not fill up all of the available space | Bug | photo that be take with the device be not fill up the screen when in portrait mode image I be call photoviewattacher update and then rotate the image to the correct amount when the image be load into the imageview update doesn t seem to have any effect rotate the image back to landscape correctly fil... |
baseflowphotoview | double tap on android 4 4 | Duplicate | to reproduce double tap to zoom touch the screen and move up the image zoom |
baseflowphotoview | nan error | Bug | froyogesturedetector public boolean onscale scalegesturedetector detector float scalefactor detector getscalefactor if float isnan scalefactor float isinfinite scalefactor return false mlistener onscale detector ... |
baseflowphotoview | minor point release | Question | it seem like many not all of the open issue be more feature request rather than bug fix it would be very useful to get a new release jar out with the current raft of bug fix in dev and later do a more major point release with the new feature |
baseflowphotoview | crop center image | Question | hi I want to set photoview be crop center to display full width because my image s height be long than width but it s display the center of image in screen so what sould I do if I want to display from start of image thank |
baseflowphotoview | the photoview become black | Bug | |
baseflowphotoview | when scale the photoview my picture disappear and true to be black why | Question | this be a bug |
baseflowphotoview | still have java lang arrayindexoutofboundsexception | Bug | I have try the new library from the dev branch and sometimes the exception happen on an android 2 3 4 machine and it seem to work well on an android 4 0 machine or above I use a viewpager as my photoview container 11 21 14 57 16 245 e androidruntime 6404 java lang arrayindexoutofboundsexception 11 21 1... |
baseflowphotoview | dynamically re render image base on what be visible | Enhancement | this may be solve but I be look for a way to only load in the image the portion that be visible on the screen I be run into an issue where I be load a fullsize image 1080p and overflow the memory I could scale it down but I want to be able to still zoom effectively |
baseflowphotoview | why so many final method | Enhancement | as the title state why be so many method of photoviewattache final impossible to extend some of the functionality without create a separate version of the library |
baseflowphotoview | be there any problem if I use a button to change the imagesource of photoview | Question | by now photoview have some problem with the viewpager so I want to do like this final int dw r drawable g one r drawable g three photoview setimagedrawable getresource getdrawable dw 0 findviewbyid r i d pic button setonclicklistener new view onclicklistener override ... |
baseflowphotoview | reduce image quality while zoom in progress | Question | be it possible to implement decrease image quality on begining of pinch zoom and restore on the end of pinch zoom I would like to contribute if it be possible to implement in this project correctly |
baseflowphotoview | photoview getscale doesn t work | Question | dear your custom view be too awesome and I use this to build a simple photo tag app and when I use photoview getscale with log d I find that it always return 1 0 the attacher work well do something go wrong |
baseflowphotoview | one finger zoom enable by default on kitkat | Enhancement | just upgrade to 4 4 and I notice that image now randomly zoom in with one finger zooming similar to gmap I didn t experience this with 4 3 so wonder if they ve change the default behaviour somehow |
baseflowphotoview | reuse of photoview | Bug | hi 1 thank you for amazing lib 2 I ve get an issue recently I d like to reuse photoview to avoid often creation in pageradapter here be my code public class pictureadapter extend pageradapter private static final int pull size 3 private queue viewpool new linkedlist ... |
baseflowphotoview | how to change the transition effect animation speed | Enhancement | how to change the transition effect animation speed it s so fast for my application I need to retard a little bit to load the next image |
baseflowphotoview | problem with pinch zoom | Question | problem when I try to pinch image in viewpager screenshot 2013 10 30 16 56 19 |
baseflowphotoview | viewpager not allow to scroll the image | Bug | it seem like the viewpager be not allow to scroll the image anymore in the late release v1 2 2 the version that be publish in google play november seem to still work be this a feature or a bug |
baseflowphotoview | bug when show long image with android4 0 | Bug | I have bulid a project accord to your sample code but when I change the test image with a long image width 440px height 3238px it can not display in android4 0 but it can show in android 2 2 I have push my code here |
baseflowphotoview | imageview inside viewpager ignore layout param | Bug | I have an imageview in a fragment host by a view pager the fragment layout be a relativelayout and the imageview be centerpositione inside of it when I initialize the photoattacher with the imageview the image start at the top of the screen instead of in the center of the screen if I touch and drag a tiny bit in ... |
baseflowphotoview | make photoviewattacher ondoubletap motionevent ev not final | Enhancement | photoviewattacher ondoubletap motionevent ev be final it s it possible to make it not final or give another way to override in our case only need a double tap for zoom between the minimum and maximum zoom level |
baseflowphotoview | double tap and hold gesture | Enhancement | it would be great if photoview would support the upcoming double tap and hold gesture as know from the new google map api v2 and google chrome would it be possible to extend this library by this gesture |
baseflowphotoview | image size and rotation | Question | dear when I put image in fix size for example 1920 1080 it show in some device good and the other show with blank edge so if I put android scaletype fitxy it s work very good but when I rotate the screen it become not good any idea about that |
baseflowphotoview | draw rectangle over image | Question | dear I try to draw rectangle over image in the viewpager activity but I can not I get the pixel from image photoview setonviewtaplistener new onviewtaplistener override public void onviewtap view view float x float y float x1 x ... |
baseflowphotoview | can not move around a zoom image in 1 2 2 when it be place inside viewpager | Bug | in the late version 1 2 2 the photoview behavior when it be place inside a viewpager be different from 1 2 1 in the previous version you can easily perform an image zoom and move around the image in this new version it be hard to move to the image bound as the viewpager be intercept touch event and try to switch ... |
baseflowphotoview | show the image its height be very big | Enhancement | for example the image s height 14000px but its width only be 600px if compress the image can t to see clearly so how to do this can use bitmapregiondecoder to realize |
baseflowphotoview | add rotate gesture detector | Enhancement | add rotation gesture detector and allow it s on demand turn on off |
baseflowphotoview | get arrayindexoutofboundsexception with quick pinch or turn portrait landscape | Bug | 09 19 17 02 59 664 e androidruntime 11277 java lang arrayindexoutofboundsexception |
baseflowphotoview | current dev branch head version be incompatible for api level below 11 | Bug | the incompatible call to view getx and view gety be on line l500 on current head of dev with late commit be 27e8d378b29469353c9ecc613778c2783ae18ae3 I will try to fix this and submit a pull request as soon as I can but if you already have a fix for this on backstage let I know as far as I know the cu... |
baseflowphotoview | eclipse adt support miss on dev branch how to build photoview | Bug | on current version 68464c72e6b6a58d90b9213206209367e6e0c05a of the dev branch support for use photoview as an android library in e g eclipse adt be go support for this be delete in commit 8f96de586cd8d99d3d004b61860bb1ca8b94d1da I try to include photoview as a simple java dependency but have problem so I rever... |
baseflowphotoview | nullpointerexception during setscale on commit 68464c72e6b6a58d90b9213206209367e6e0c05a | Bug | dev branch of photoview on commit 68464c72e6b6a58d90b9213206209367e6e0c05a this be reproducable in our app if you use a viewpager and swipe to another page very quickly after that the callback from the asynchronous network loading mechanism try to update the photoview and set its scale my diagnosis it seem ... |
baseflowphotoview | how to add a textview with the image number | Question | how to add a textview with the image number below the picture on display in the viewpageractivity sample for example in the textview the text be image 1 of 10 if you pass to the next image the textview update to image 2 of 10 thank you the photoview it s a awesome work |
baseflowphotoview | how do I extract the rectange of what be visible | Question | I m try to use the photoview library to build a cropping tool for photo but I m have trouble understand the value return by getdisplayrect I set the photo on the imageview like so photo setimagedrawable new bitmapdrawable getresource image where image be the bitmap object I then setup so... |
baseflowphotoview | java lang arrayindexoutofboundsexception length 1 index 1 | Bug | hi I try to use your library but I have the exception bellow when zoom in 08 30 22 44 43 437 20210 20210 com e androidruntime fatal exception main java lang arrayindexoutofboundsexception length 1 index 1 at android support v4 widget viewdraghelper shouldintercepttouchevent ... |
baseflowphotoview | be there any way to rotate the image | Enhancement | I want to rotate the image by 90 be that possible |
baseflowphotoview | java lang illegalstateexception imageview no long exist you should not use this photoviewattacher any more | Bug | the full error be java lang illegalstateexception imageview no long exist you should not use this photoviewattacher any more uk co senab photoview photoviewattacher getimageview photoviewattacher java 209 uk co senab photoview photoviewattacher onsingletapconfirme photoviewattacher java 351 android vie... |
baseflowphotoview | distortion during fle on right and bottom edge on gingerbread device | Bug | there be a subtle flicker distortion on many gingerbread phone when the user scroll right into the right or bottom edge and lift their finger cause the fle animation this can be observe in the demo app if you enable the logging in the run method of flingrunnable and watch the new x and y value return by the scr... |
baseflowphotoview | time on zoom do not feel natural | Enhancement | refactore to use a timeinterpolator with the animation would help so that it could be easily replace with an acceleratedecelerateinterpolator |
baseflowphotoview | zoom out be janky | Bug | when zoom in use a focus point make sense but when use a user supply focus point for zoom out the zoom end up be chunky because it invariably hit a boundary I think use a carefully calculate focus point when zoom out would eliminate the jank |
baseflowphotoview | setdisplayrect | Enhancement | I would like to request the addition of a setdisplayrect to be able to save and restore the state of photoview |
baseflowphotoview | any support for animate gif | Invalid | thank for the wonderful library will there be any support for animate gif in the near future |
baseflowphotoview | with hardware acceleration enable gl10 gl max texture size get sometimes exceed | Invalid | when the device support hardware acceleration and it s on then maximum size of image support by the library be restrict to value of gl10 gl max texture size it s only 2048x2048 both in galaxy nexus and galaxy s2 that s the real problem which make the library useless in most of application I have read that... |
baseflowphotoview | strike with activatin n th image by default | Invalid | I wish to go to n th image once the user activate the viewpager activity I be pass the image index via putextra how can I activate the specific photoview once the activity launch |
baseflowphotoview | how to scroll to a give coordinate in image | Enhancement | when the image be zoom I want photoviewer to scroll to a give coordinate x y of the image if that coordinate be not visible be there a method in the library to achieve this I try to use zoomto function but it didn t work or I didn t use it with proper parameter |
baseflowphotoview | example of extraction of select bitmap | Enhancement | it be not clear how to extract the select bitmap we have attacher getdisplayrect but its value be not define well why be they float why be they sometimes negative it seem like top and right be relative to the original image scale by attacher getscale bottom and right be the scale width and he... |
baseflowphotoview | move and zoom use gamepad | Enhancement | I would like to control the photoview use my xbox gamepad the zoomto method do not work well because it be animate and once the picture be zoom in I can not move until I zoom out again basically I want to use the left shoulder button to zoom axis value 0 0 be totally zoom out and axis value 1 0 be totally zoom i... |
baseflowphotoview | illegalargumentexception pointerindex out of range while use many finger to zoom in and out | Bug | android 4 2 1 samsung galaxy nexus java lang illegalargumentexception pointerindex out of range at android view motionevent nativegetaxisvalue native method at android view motionevent getx motionevent java 1981 at android support v4 view motioneventcompateclair getx motioneventcompateclair java 32 at a... |
baseflowphotoview | padding be ignore while determine image size | Bug | padding although can be set and look ok for top left corner image be scale as if it be not set after resize scrolling also doesn t take padding into account |
ibotpeachesapktool | bug attribute android graph not find | Bug | information 1 apktool version apktool version 2 9 3 2 operating system mac linux windows mac 3 apk from playstore rom other website appcenter ms 4 java version java version 17 0 6 stacktrace logcat I use apktool 2 9 3 I... |
ibotpeachesapktool | bug detection of no res fail for assembly for split apks | Bug | information 1 apktool version apktool version 2 8 1 2 operating system mac linux window window 10 3 apk from playstore rom other playstore apkmirror 4 java version java version openjdk 17 0 7 2023 04 18 stacktrace logcat when ... |
ibotpeachesapktool | bug chunk end be not a valid entry | Bug | information 1 apktool version apktool version 2 6 1 2 operating system mac linux windows mac also reproduce on window 3 apk from playstore rom other play store stacktrace logcat I use apktool 2 6 1 on com google android googlequicksearchb... |
ibotpeachesapktool | bug decode xml value with cdata miss style information | Bug | information 1 apktool version apktool version 2 6 1 2 operating system mac linux windows linux 3 apk from playstore rom other other stacktrace logcat w tmp re string xml 12345 error error parse xml not well form inval... |
ibotpeachesapktool | bug resource notfoundexception | Bug | information 1 apktool version apktool version 2 6 1 2 operating system mac linux windows win 3 apk from playstore rom other playstore stacktrace logcat 07 12 12 31 11 459 26190 26190 e androidruntime process com digibite accubattery pid ... |
ibotpeachesapktool | bug android localeconfig in manif | Bug | information 1 apktool version apktool version 2 6 1 and old 2 operating system mac linux windows mac 3 apk from playstore rom other playstore stacktrace logcat include stacktrace here w xxx bookmarkfolder v5 0 5 129 re xml locale config xm... |
ibotpeachesapktool | bug miss semicolon in ampersand during decode | Bug | information 1 apktool version apktool version 2 6 0 2 operating system mac linux windows mac linux 3 apk from playstore rom other playstore for the give apk two ampersand in re value string xml decode incorrectly these decode as amp instead ... |
ibotpeachesapktool | bug recompilation error invalid value for type layout expect a reference | Bug | information 1 apktool version apktool version 2 5 1 2 operating system mac linux window ubuntu 20 3 apk from playstore rom other apkpure com stacktrace logcat bro local ig apk apktool d ig 196 apkpure apk bro local ... |
ibotpeachesapktool | bug tag be escape to annotation in plural xml | Bug | information 1 apktool version apktool version 2 5 0 2 operating system mac linux windows linux 3 apk from playstore rom other apkmirror step to reproduce 0 ensure app render annotation properly 1 apktool d 2 check re value plural xml ... |
ibotpeachesapktool | bug strange file create outside output folder that contain symbol | Bug | information 1 apktool version apktool version 2 5 0 2 operating system mac linux window window 3 apk from playstore rom other other issue description I have see a strange file many time that be always create on my same directory it actually contain an an... |
ibotpeachesapktool | support application with multiple package | Bug | apktool late os be linux believe it or not if I decompile an apk and try to recompile it again without any change in code it fail I try use a twitter apk file I will leave here the link you can decompile it but you be unable to recompile it again even if no change be make in the code u... |
ibotpeachesapktool | bug apktool can t recompile magisk manager after successfully decompilation | Bug | information 1 apktool version apktool version 2 4 1 2 operating system mac linux windows linux window 3 apk from playstore rom other from github release page open stacktrace logcat I use apktool 2 4 1 I check whether source have change ... |
ibotpeachesapktool | arbitrary resource name with period cause failure to reassemble | Bug | information 1 apktool version apktool version 2 3 4 2 operating system mac linux windows linux 3 apk from playstore rom other sample app demonstrating problem in other app stacktrace logcat I build resource w root desktop test dottednametest re ... |
ibotpeachesapktool | webview no resource find for attrs | Bug | information 1 apktool version apktool version the late v2 3 4 2 operating system mac linux window window 3 apk from playstore rom other playstore stacktrace logcat d anti compile d anti compile apktool bat b webview 57 0 2987 108 I use... |
ibotpeachesapktool | apktool decode with resource remove move file crash on runtime | Bug | information 1 apktool version apktool version 2 3 4 2 operating system mac linux windows mac 3 apk from playstore rom other playstore stacktrace logcat bin apktool d volume public shaul playstorecityvelocity apk I use apktool 2 3 4 on pl... |
ibotpeachesapktool | apktool b fail on xml parse error | Bug | information 1 apktool version apktool version 2 3 0 2 operating system mac linux windows mac 3 apk from playstore rom other apkpure stacktrace logcat temp apktool d temp secure mail v10 6 20 18 apkpure com apk o openapk I use apktoo... |
ibotpeachesapktool | no resource find that match the give name decompiling recompile | Bug | I decompile whoscall6 2 apk then recompile it again without any change deompile h s java jar apktool 2 3 0 jar d f h s whoscall apk o whoscall I use apktool 2 3 0 on whoscall apk I load resource table I decode androidmanif xml with resource I load resource table from file ... |
ibotpeachesapktool | exception while decode png with out of bound nptc chunk value | Bug | apktool crash when the nptc chunk 52 in a png image resource have xdiv ydivs which be out of bound this be because the underlie bufferedimage setrgb throw an exception indicate that the coordinate be out of bound it be the resource re drawable nodpi abs shadow holo new 9 png in the link apk t... |
ibotpeachesapktool | instant app error decode build | Bug | information 1 apktool version apktool version 2 2 3 2 2 4 fce273 snapshot 2 operating system mac linux windows mac 3 apk from playstore rom other instant app tutorial link 0 stacktrace logcat java jar apktool cli all jar d tope... |
ibotpeachesapktool | window mapping between unknown char valid char | Bug | information 1 apktool version apktool version 2 2 2 2 operating system mac linux window window 3 apk from playstore rom other url stacktrace logcat apktool d g mangarock apk keep break re f I use apktool 2 2 2 on mangarock apk I ... |
ibotpeachesapktool | use apktool 2 2 2 rebuild unmodified weixin6 3 7 apk find error no resource identifier find for attribute in package com tencent mm however v2 0 3 be ok | Bug | information 1 apktool version 2 2 2 2 operating system mac 3 apk from stacktrace logcat below be use 2 2 2 version to rebuild unmodified weixin6 3 7 w user yanzi work d apk weixin2 weixin637 res xml z xml 5 error no resource identifier find for attrib... |
ibotpeachesapktool | error parse xml not well form invalid token | Bug | information 1 apktool version 2 2 1 2 operating system both linux and windows 3 apk from playstore step to reproduce 1 download apk from 2 decompile apk use apktool d music apk o output you will notice non ascii character in decompile file both smali and x... |
ibotpeachesapktool | decompile string xml be invalid | Bug | use apktool 2 0 3 decompile com google android app doc editor slide version 60521040 in the output directory re value string xml contain the following in line 808 on 1 s this be invalid xml and the expect result be either on g example my device nexus 4 foo bar i d documen... |
ibotpeachesapktool | bug duplicate entry stamp cert sha256 when rebuild | Bug | information 1 apktool version apktool version 2 9 3 2 operating system mac linux window window 10 3 apk from playstore rom other playstore via qooapp 4 java version java version 11 0 21 2023 10 17 lts stacktrace logcat command pro... |
ibotpeachesapktool | bug some android 14 qpr2 apks not support | Bug | it look like android 14 qpr2 release yesterday change the way apks be compile apktool be unable to decode the resource arsc file information 1 apktool version apktool version 2 9 0 also test with a manually build snapshot base on 44416481 2 operating system mac linu... |
ibotpeachesapktool | bug regression sparseresource be always true | Bug | another issue that seem to be a regression since 2 8 0 sparseresource in apktool yml be force to true regardless of whether the original apk use sparse or not it s easy to reproduce 1 decompile any apk sparseresource be true in apktool yml 2 set sparseresource to false in apktool ... |
ibotpeachesapktool | bug regression apktool try to load unexpected framework package | Bug | a new issue with 2 8 0 and 2 8 1 snapshot whenever decompile an apk it now call getpackage and then loadframeworkpkg on arbitrary ids instead of just load the framework package the apk depend on don t have much information about this still investigate myself where those id be come from but here s a... |
ibotpeachesapktool | bug can t decompile modify version of yo kai watch puni puni | Bug | information 1 apktool version apktool version custom build from late github code 2 operating system mac linux window window 3 apk from playstore rom other other 4 java version java version 8 I think stacktrace logcat I use a... |
ibotpeachesapktool | bug exception in thread main while parse a block mapping | Bug | information 1 apktool version apktool version 2 8 0 2 operating system mac linux window window 3 apk from playstore rom other from internet 5 java version java version java version 1 8 0 371 java tm se runtime environment build 1 ... |
ibotpeachesapktool | bug java lang nullpointerexception can not invoke string length because value be null error | Bug | information 1 apktool version apktool version 2 7 0 2 operating system mac linux window window 3 apk from playstore rom other other 4 java version java version java 20 0 1 2023 04 18 stacktrace logcat I use apktool 2 7 0 o... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.