druidamix
druidamix
Hello, What is the intention of the beans? If I have a tablet with 20 columns, I have the fill up the bean manually? I didn't find any method to...
Hi, It would be great be able to set a button in state pressed, or orthers. Could you implement it ? Thanks.
I can't no longer use android.enableAapt2=false. Any intention to patch the library to make it compatible? Thanks.
Big bug
Making: ``` Map data = new HashMap(); while(cursor.moveToNext()){ data.put(CsaAmbu.GarageReportP.DESCRIPTION,cursor.getString(CsaAmbu.GarageReportP.DESCRIPTION_INDEX)); data.put(CsaAmbu.GarageReportP.DATE,cursor.getString(CsaAmbu.GarageReportP.DATE_INDEX)); data.put(CsaAmbu.GarageReportP.KM,cursor.getString(CsaAmbu.GarageReportP.KM_INDEX)); data.put(CsaAmbu.GarageReportP.UNIT_CODE,cursor.getString(CsaAmbu.GarageReportP.UNIT_CODE_INDEX)); data.put(CsaAmbu.GarageReportP.PHOTO_PATH_SENT, cursor.getString(CsaAmbu.GarageReportP.PHOTO_PATH_SENT_INDEX)); data.put(CsaAmbu.GarageReportP.IMEI,cursor.getString(CsaAmbu.GarageReportP.IMEI_INDEX)); data.put(CsaAmbu.GarageReportP.LAT,cursor.getString(CsaAmbu.GarageReportP.LAT_INDEX)); data.put(CsaAmbu.GarageReportP.LON,cursor.getString(CsaAmbu.GarageReportP.LON_INDEX)); if(HttpRequest.post(CsaAmbuApplicationClass.getServerUri()).form(data).created()){ }else{ } ``` Next violation: : java.lang.Throwable: Explicit termination method 'end' not...
Stray
Hi, [Stray.dxvk-cache.zip](https://github.com/begin-theadventure/dxvk-caches/files/9173531/Stray.dxvk-cache.zip)
### Did you check docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have searched the existing issues of which-key.nvim - [X] I...
### The issue: Using qtile version 0.21.0 While using column layout, calling lazy.window.toggle_maximize() and toggling back, the original window position is lost. On post [https://github.com/qtile/qtile/issues/1098] was mentioned toggle_maximize() and toggle_fullscreen(),...