David Johnson

Results 29 issues of David Johnson

This library looks to have exactly what I need, but in order to use it I need to pick a seed length (generating the seed seems easy enough via `OsRng::fill_bytes`...

**Is your feature request related to a problem? Please describe.** I'm a bit new to web development, so I don't fully understand the various build tools yet (e.g. webpack, parcel,...

documentation

This is a great app, but in my use case it's better if I can provide a private SSH key (e.g. by opening the file browser and selecting a id_rsa...

I just came across this library and it looks like the features are great, but, unfortunately, actually using it is an extremely frustrating experience. First, just to get it to...

https://www.youtube.com/watch?v=zJ4Z4TXAJjg This also happens with other kinds of new files (ie. filters). It doesn't happen with Java classes.

Contribution welcome

There are a few websites that have their own JS that I may want to allow to run when I'm on that website, but want to block when it's present...

Hello, I am currently working on setting up a server for the FTB Horizons III 1.12 pack. When doing so, I ran into an issue where the following stack trace...

I have the following declaration in my WGSL shader: ```wgsl struct VertexInput{ location: vec3, tex_coords: vec2, brightness: f32 } @group(2) @binding(0) var chunks_data: binding_array; ``` I am using this binding_array...

I've been trying to figure out how to use a MenuBar and ToolBar with Glade and SimpleAction for *days* now, to no avail. No matter what I do, any menu...

As can be clearly seen in [this](https://sveltestrap.js.org/?path=/story/components--formgroup&ref=madewithsvelte.com) page of Sveltestrap's documentation, placeholders are not rendered in floating `FormGroup`s. This seems like a bug because the documentation's provided code has both...