-
Updated
Mar 24, 2022 - Python
system
Here are 2,375 public repositories matching this topic...
-
Updated
Mar 25, 2022 - Java
-
Updated
Mar 10, 2022
-
Updated
Mar 20, 2022 - Python
-
Updated
Dec 22, 2021
-
Updated
Feb 9, 2022 - C++
-
Updated
Feb 23, 2022
-
Updated
Oct 1, 2020 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
When encountering a bug it is a bit tedious to open github, navigate to the iGlance repository and open a new bug issue. Not everyone is going to jump through those hoops in order to report a bug.
Describe the solution you'd like
It should be possible to click a button in the main window and be directly redirected to the
Describe the bug
the bzimage package can't unpack kernels compress with xz. This is because when I wrote it I was not sure how to find
the compressed part and used a simple minded search.
To Reproduce
create a bzImage but enable XZ compression in the kernel (yep, it's still called a bzimage)
use the kexec command with debug and note you see this:
2022/02/02 21:13:15 Failed to unpa
-
Updated
Jan 26, 2022
-
Updated
Mar 18, 2022 - C++
-
Updated
Mar 18, 2022 - C#
-
Updated
Mar 17, 2022 - C
-
Updated
Jul 14, 2020 - Swift
-
Updated
Mar 25, 2022 - Python
-
Updated
Mar 17, 2022 - HTML
-
Updated
Sep 4, 2021 - Perl
Describe the bug
The label size in the Textarea component increases along with the field and covers part of the input area.
To Reproduce
- Go to https://bumbag.style/form/textarea/#label
- Paste a long paragraph like this.
Lorem ipsum dolor sit amet, consectetur adi
-
Updated
Dec 26, 2021 - D
Improve this page
Add a description, image, and links to the system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the system topic, visit your repo's landing page and select "manage topics."
Environment
Question
Is there any solid documentation for the
renderFilteredItems()
utility function exported from theselect
package? It is briefly mentioned under theitemListRenderer
props section of theselect
c