Daniel Lawrence Lu

Results 28 issues of Daniel Lawrence Lu

**I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] new distro request ``` **Bug report** I have both an AMD Radeon RX 6800 and an...

bug

### Discussed in https://github.com/helix-editor/helix/discussions/4283 Originally posted by **dllu** October 14, 2022 When I maximize the window it results in a huge gap on the bottom and right ![image](https://user-images.githubusercontent.com/14482624/195963980-47e3be37-a7b9-4707-bf5d-5b1d40f0352a.png) However, when...

C-bug
A-helix-term

For example: ```rust #[self_referencing] pub struct RentalStream { lifetime: (), #[borrows(lifetime)] #[covariant] context: uvc::Context, #[borrows(device)] #[covariant] device_handle: uvc::DeviceHandle, #[borrows(mut stream_handle)] #[covariant] active_stream: uvc::ActiveStream, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on...

Example input: ``` IN> numeric.svd([[ 1.2314470096270005, -8.927990819795772], [ 0.0710192233504547, -0.5148893692907976]]) OUT> {U: [[ NaN, NaN], [ NaN, NaN]], S: [ 0, NaN], V: [[ 0.9906, 0.1366], [ 0.1366, -0.9906]]} ```...

### 🐛 Describe the bug The Gaussian blur implementation here: https://github.com/pytorch/vision/blob/7d2acaa7d7fc600fa08fca18e9230f8651147025/torchvision/transforms/_functional_tensor.py#L746 is slow and consumes excessive memory because it allocates a $k \times k$ kernel and uses Conv2D. As such,...

> Before reporting a bug - [x] Check [common issues](https://katex.org/docs/issues.html). - [x] Check the bug is reproducible in [the demo](https://katex.org). If not, check KaTeX is up-to-date and installed correctly. -...

bug

I'm noticing that on textured meshes, the image quality gets excessively blurry/pixellated in the areas far from the camera. Is there a way to fix that? It seems that mipmapping...

having even number outputs is nice because then you can use `-pix_fmt yuv420p` with ffmpeg when recording the screen. This results in smaller file sizes and better hardware support. ```...

When running `make`, I get the following error: ``` In file included from /home/dllu/proj/PotreeConverter/Converter/src/main.cpp:9: /home/dllu/proj/PotreeConverter/./Converter/include/sampler_poisson.h:100:31: error: non-constant-expression cannot be narrowed from type 'int64_t' (aka 'long') to 'int32_t' (aka 'int') in...