yankarinRG

Results 9 issues of yankarinRG

Sometimes, in an unspecified way, it happens that when a page is requested (for example, https://localhost:44300/Home/Index) a blank page (literally a white, empty page) is returned and shown because the...

### Information 1. **Apktool Version (`apktool -version`)** - 2.4.0 2. **Operating System (Mac, Linux, Windows)** - Windows 10 64-bit 3. **APK From? (Playstore, ROM, Other)** - APKMirror ### Steps to...

Feature

When there is at least one `optgroup` among the children of the `select`, the [title](https://developer.snapappointments.com/bootstrap-select/options/#:~:text=to%20selected%20options.-,title,-string%20%7C%20null) option (the placeholder text that appears in the select element when it has no value...

bug
confirmed

When bootstrap select is initialized with a select without options, and the options are added and removed programmatically from the code, with the refresh method called to update the select,...

bug
confirmed
regression

It would be very nice if CountryCodePicker could be a custom preference supported by the [Preference API](https://developer.android.com/reference/androidx/preference/package-summary). More info here: [Settings | Android Developers](https://developer.android.com/guide/topics/ui/settings)

Currently [BitmapRenderer](https://github.com/micjahn/ZXing.Net/blob/eef88ee53ced1035eade39f44544aa955d2db6b6/Source/lib/renderer/BitmapRenderer.cs) output images having a [PixelFormat](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.imaging.pixelformat) of [Format24bppRgb](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.imaging.pixelformat#:~:text=colors%20in%20it.-,Format24bppRgb,-137224), but since barcodes are 99% of the times black & white (monochrome), it would be nice to set the format to...

**Issue Summary:** I am experiencing a problem with the Gnostic library and the protoc-gen-openapi plugin when generating an OpenAPI specification from a Protocol Buffer service. The generated OpenAPI specification is...

After following the [build instructions](https://github.com/KhronosGroup/OpenCL-ICD-Loader/blob/master/README.md#build-instructions) completely and with stock cmake params, running tests fail both for Debug and Release config for the following reasons with exit code 0xc0000135 (STATUS_DLL_NOT_FOUND): >...