Josh Cartmell

Results 11 comments of Josh Cartmell

Hey tkonolige, thanks for putting this together. I'm having a bit of trouble getting it working. Could you go into a bit more detail about how to "Make a separate...

Thanks for the update @tkonolige @Tyilo I think the issues may be deeper than just how to inject the lib. I have Dropbox 3.2.4 on Mavericks and I am not...

Oh, got it, thanks! so if I uninstall it from cargo, I can then create plugins with `npx swcx`? Could I suggest adding something to the plugin getting started docs...

Not sure if this is entirely related but I have never been able to get StackedInlines to work with Mezzanine and think I finally tracked down the issue. I'm wondering...

I see that renovate attempted to upgrade glob to 9 in https://github.com/protobufjs/protobuf.js/pull/1869. Something went wrong but the logs from what failed are gone. Locally I've tried upgrading it to the...

We're also seeing this in a large codebase. I'm working on finding a simple repro, but in case it rings any bells it looks like the exception originates in: https://github.com/microsoft/typescript-go/blob/e7a30f5106f7af66974b59bba2d9510c11b7bfb6/internal/scanner/scanner.go#L2092...

I have managed to create a repro here https://github.com/joshcartme/tsgo-slice-bounds-repro. The code is pretty nonsensical and convoluted and would be riddled with type errors (including non-existent files) if not for the...

Thanks @hamidrezahanafi. @jakebailey I've made the repro more coherent (by that I mean it has no type errors outside of what I think should be a type error when it...

I don't understand what's causing the issue, but if you add `"include": ["node_modules"]` to your `tsconfig` it'll work under tsgo