Kevin Menard
Kevin Menard
Adding `"runtimeArgs": ["--experimental-options", "--core-as-internal"]` to the launch configuration does not step into _kernel.rb_. Thanks for that. If we can't get that changed upstream, I think it's at least worth adding...
I'll file a separate issue about the breakpoint not being able to be set. This issue is about the lack of feedback from the extension when something breaks. Most other...
Here's a video showing what I mean by output groups. You'll notice there are several sections that show logs just for that entry. There is no option for the GraalVM...
I'm sorry no one has looked at this yet. Much of the team is either on holiday or at a conference this week. It may be another week yet before...
Not to complicate things, but Rails has an `as_json` method which takes some options such as which fields to include and evaluates as a hash to be JSON-encoded. `as_json_value` may...
Sorry. I think you misunderstood. I wasn't suggesting that it be named `as_json`. I was saying that `as_json_value` is very similar to `as_json` and may be confused by those familiar...
@idkjs I spent a while this evening trying to work this out. As of BuckleScript 5.1.0, the following works for me: ``` "ppx-flags": [ ["graphql_ppx/ppx", "-verbose", "-schema=lib/js/src/graphql/schema.json"] ], ``` I'm...
@peterpme To the best of my knowledge, the project hasn't published API docs anywhere. But, project collaborators would have more insight into that than me. Unfortunately, I don't have the...
I could take a stab at it, but the reason I was looking for docs is because almost certainly someone else knows the API better than me. If I were...
Chewing this over more, I think it's pretty unlikely I'll be able to contribute the requested documentation here. I'm active in other open source projects and realistically won't be able...