Alphapage

Results 12 issues of Alphapage

Hello, I'm trying to reproduce the custom width demo in codesandbox, but I am unable to get slider 2 to be between slider 1 right portion and slider 3 left...

help wanted

Hello, I'm trying to use the `windows.devices.sensors` (accelerometer). The problem is I updated the pc to Fall creator update version 1709 (my bad: I'm up to date!! lol) I was...

It doesn't seem possible to watch or unwatch files from inside the event handler. Something like this: ```rust use hotwatch::{Hotwatch, Event, EventKind}; let mut hotwatch = Hotwatch::new().expect("hotwatch failed to initialize!");...

Hello, ``` Scenario: Unsuccessfull debug from vscode file Given a developer who uses vscode When he clicks debug at the top of main function generated by rust-analyzer Then debug fails...

bug
question
k::toolchain

Hello, I use this snippet to rotate my vector: ```rs use nalgebra::{Point3, Rotation3, Vector3}; use std::f32; let axisangle = Vector3::y() * f32::consts::FRAC_PI_2; // Point and vector being transformed in the...

Hello, All is in the title: it would be great if there was an option to enable outdated crate checking during project loading. A warning color could then be applied...

Hello, I am getting this error when trying to run a texture_depth_2d: `In Queue::write_texture Copying to textures with format Depth32Float and aspect All is forbidden` I changed the TextureViewDescriptor Aspect...

type: enhancement
good first issue
area: validation
kind: diagnostics

Hello, I am trying to upgrade to win 0.30 without success: ``` use std::sync::Arc; use winit::application::ApplicationHandler; use winit::event::WindowEvent; use winit::event_loop::{ActiveEventLoop, ControlFlow, EventLoop}; use winit::window::{Window, WindowId}; #[derive(Default)] struct App { window:...

type: bug
help wanted
area: ecosystem

Hello, I can't find any info about nested struct, something like this: ``` struct MyData { v1:vec4, children: array } ``` Is it planned to deal with such a structure...

wgsl

Hello, `cargo bundle --example hello --target aarch64-apple-ios ` then: `xcrun simctl install booted target/aarch64-apple-ios/debug/examples/bundle/ios/hello.app` and: `xcrun simctl launch booted io.github.burtonageo.cargo-bundle.hello ` I get this error: The request was denied by...