-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the code change
I have to just adjust the font size in css file be make it consistent in entire websi…
SKG24 updated
2 weeks ago
-
# Issue
The QR code generated is a fixt size. Via a size query a user should be able to alter the size of the QR-code
-
Currently, both `MemoryIndex` and `IndexFormat` supports only 8 - byte key hashes. We need support for larger hashes ( 16, 32 bytes at least) to reduce read range operations I/O in file - based caches…
-
While using `[@@deriving show]` on a not-so-small-ish AST (~ 100 type declarations with a large clump of 60 mutually recursive types), I see that switching from ppx_deriving 5.2.1 to 6.0.3 resulted in…
-
### Is your feature request related to a problem? Please describe.
_No response_
### Describe the idea you'd like
wouldn't it be better (especially for embedded systems) to have a driver configurat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the code change
The navbar is not adjusting correctly on smaller screen sizes.
This issue needs t…
-
**Describe the bug**
Looking at tarballs of the last 15ish releases, the code size has increased almost 10-fold:
```txt
29M mozillavpn_2.11.0.orig.tar.gz
64M mozillavpn_2.12.0.orig.tar.gz
…
-
Code:
```rust
#![no_main]
#[no_mangle]
pub struct Point {
x: i32,
y: i32,
}
#[no_mangle]
pub fn f(a: Point) -> i32 {
if a.x > 0 && a.y < 0 || a.x < 0 && a.y > 0 {
a.x * a.y
…
-
### Detailed description of the problem
Changing the font/type of the WYSIWYG-editor to Code (so monospace font), the font size in given in px and not pt. This messes up the font scaling and is a bit…
P4ulW updated
2 months ago
-
Code:
```rs
#![no_main]
#[no_mangle]
pub fn f(a: i32) -> i32 {
let mut result = a + a;
for i in 0..a {
for j in 0..a {
if i * j % 2 == 0 && i + j > a / 2 {
…