James Batt
James Batt
GJS handles versions like this: ```javascript imports.gi.versions.Gtk = "3.0"; const Gtk = imports.gi.Gtk; ``` So we could easily implement this using a Proxy in node-gir ```javascript # node-gir/src/index.js const gi...
Hey i'd love some help in this regard. Would you like to submit a PR updating the readme/docs/etc. with these ideas? I'd be more than happy to merge it :)...
Funny. I was just searching google to see if any non-saas http based state backend have been supported and I totally forgot I made this PR 3 years ago. 😂
I had this issue and using the beta version solved it. Thanks.
I've managed to debug a `ts_project` that's run through a `js_binary` using the following launch config in vscode: ```json { // Use IntelliSense to learn about possible attributes. // Hover...
I didn’t think too much. Perhaps I don’t need the js_binary. In any case I was setting breakpoints in my source TS files under my workspace.
Yeah that'd be great. I'm not skilled enough with bazel to figure it out unfortunately. I think support for dotnet-tools alongside some support for generating a csproj for IDE intellisense...
I just ran into this issue. I'm trying to do the following: ``` class MyLineChart extends React.Component { render() { return ( {props.children} ); } export function MyLine(props) { return...
any update on this feature?
I'm on a tight deadline atm so I can't unfortunately. Maybe give an outline of your idea and I or someone else could take it up when they have time?