Guillaume Malette

Results 9 issues of Guillaume Malette

I've been having problems with `find_elements`, but only some pages like [this one](https://www.newegg.ca/westinghouse-wh27fx9019-27-full-hd/p/N82E16824569002), where it returns an error: ``` Chrome(Error { code: -32000, message: "Could not find node with given...

I set up a potentiometer on pin 0. When I try to get it's value, analogRead returns an empty string. ``` ruby board.analogRead(0) #=> "" ```

This is a follow up on #99, more specifically to this [comment](https://github.com/Shopify/ruby-style-guide/pull/99#discussion_r234640657). This PR removes the `IgnoreMacros: true` for the `Style/MethodCallWithArgsParentheses` cop, effectively meaning that we'll start asking devs to...

I'm quite reluctant to do this, but here's the proposition: not require parens for `test` method arguments. My rationale is only that I'm afraid that having to write `test("the thing...

I had started working on telemetry code to gain insight into how `esbuild-dev` is actually used and what kind of usage characteristics we can expect. I was very interested in...

I'm trying to replace `Oj` with `JSON`, but hit a snag, which leads to this PR. `Oj.dump(value, mode: :rails)` will perform the equivalent substitutions as `ERB::Util.json_escape`. It escapes more than...

### Motivation In one of our repos we're loading the same gem `foo` both in a dependency (gem `bar`), and directly in the host project. This `foo` gem is then...

enhancement

This is a prototype, please don't actually merge this as I cannot write C code and this is all Claude-generated. The idea is to add a C-level fast path for...

**Describe the bug** When using `Spoom::Sorbet::Translate.rbs_comments_to_sorbet_sig`, the line numbers aren't preserved. If the rewritten code is used in lieu of the original source, errors and stacktraces don't line up with...

bug