zopsicle

Results 35 issues of zopsicle

VS Code has a word completion feature that looks at words that are in any of the currently open files. For BQN, it includes characters that aren’t part of the...

# Steps to reproduce 1. Visit https://libgit2.org/libgit2/#1.7.2/group/diff/git_diff_get_delta, or any other page for a specific documented item, by directly entering its URL in the address bar of the browser. # Expected...

### Why/User Benefit/User Problem A day after iOS 14 was released with the Picture in Picture feature, YouTube stopped supporting it unless you get YouTube Premium. It would be nice...

Feature-Request

Distinguishing these conditions would be handy in certain cases. The return type would be `Option`.

It would be useful if bytemuck could derive initialization of possibly uninit bytes from a type. This would open up the possibility of transmuting a value into a byte array...

proc-macros

```console $ cached-nix-shell --version cached-nix-shell v0.1.6 Using /nix/store/w4l4xvw461ywc4ia3accj5i3hh50n4r8-nix-2.24.10/bin/nix-shell nix-shell (Nix) 2.24.10 $ echo '(import {}).mkShell {}' > shell.nix $ cached-nix-shell --pure --run : cached-nix-shell: updating cache cached-nix-shell: done in 578.051974ms...

### Bug report Given `/** @template-covariant T */ class C`, `C` is a subtype of `C` if `U` is a subtype of `T`. Given `/** @template U of T */`,...

It seems that `SDL_BeginGPURenderPass` always binds the first subresource of the depth texture. `SDL_GPUDepthStencilTargetInfo` has no `mip_level` and `layer_or_depth_plane` fields, and the backends seem to pass zero for these to...

It would be useful if a nonterminal could have a function pointer type, for instance to return an enum variant that another nonterminal can call: ```rust Selector1: Selector = {...

When either TLS backend is enabled, then webpki-roots is compiled in. But when using platform-verifier, this is not necessary (and is in fact a footgun: it is easy to accidentally...

enhancement