Benjamin Peinhardt

Results 16 issues of Benjamin Peinhardt

I wanted to follow up on the macro discussion. I was thinking a procedural macro that doesn't actually change any code (it wouldn't even use parse_macro_input!() because TokenStream implements ToString)....

enhancement

Hello! I'm a little confused by `syn::Type`. I'm writing a derive macro and I really just need to know if a given field on the input struct is a `String`...

Hello! This pull request is not meant to merged. I just bought access to your black hat rust course, and I've been using rust for two years now but I...

Hey there! I want to experiment with extending the [gleam](https://gleam.run/) language to support compiling to webassembly. The compiler is written in rust, so I was hoping to find rust bindings...

TLDR: This is an issue with how Selenium Grid handles desiredCapabilities and will soon be removed from this repo. I only have it here still because I'm not sure where,...

It seems like when querying from a base element, some locators will query first from the element (By::Name and By::ClassName seem to do this as expected), whereas others will query...

documentation

Seems like the Selenium team has put together a CLI for managing browsers and drivers to be made available in the officially supported bindings. Interestingly enough, they're using rust and...

enhancement

My understanding of `task.try_await_forever` is that it should catch when a process panics and return an error. However it seems to cause the calling process to panic ``` pub fn...

05-led-roulette | cargo embed crashes on `(gdb) target remote :1337` with `During the execution of GDB an error was encountered: failed to fill whole buffer`. Coming at this with zero...

When I run `gleam export package-interface --out .json` on any of my packages (tested with simplifile and gsv), the file produced has an empty object for the modules field as...

bug
help wanted
priority:high