Andrew Arrow
Andrew Arrow
making progress with this one: I found the file needed (kotlinx-html-js.js.map) in: `frontend/build/tmp/expandedArchives/kotlinx-html-js-0.6.2.jar_e71v0axznn9quz3zm11v28wlo/` but this only leads to paths like: `/mnt/agent/work/98f895b616b33a5e/target/checkout/shared/src/main/kotlin/generated/gen-tags-a.kt` and that path is deep inside my frontend/build/node_modules/ dir...
fyi from Alexey Andreev: > Please, try EAP 1.1.4, which contains a lot of fixes for source maps
this is great. I work for a public company that uses go heavily but also tons of typescript. Would love to move away from react and webpack and typescript and...
fyi working on this over here https://github.com/nomad/houston/issues/139
I've noticed even without the edit menu and command-v working to paste in text, you can still right click and select paste. Does anyone know if a scan gun "auto...
well I mean systems like Bitcoin, BitTorrent, Ethereum, do they either: 1) use UDP hole punching for something like 90%+ of all their peer nodes or 2) make each person...
there must be a way to do this in xcode or the command line. But I think you would need an account with https://developer.apple.com/macos/distribution/ to sign the app and get...
I started a tool at: https://github.com/andrewarrow/wxGo/commit/0d7eafa19b6f345d48b1dd74d796e659f1064284 here is sample output so far: ``` github.com/dontpanic92/wxGo/macos $ ./macos mygreatapp building skeleton for mygreatapp creating dir &{0xc82000e0c0} ~/dev/src/github.com/dontpanic92/wxGo/macos $ ls -l mygreatapp/ total...
cool, yeah I'll keep going in my branch for the command line tool that auto generates a Info.plist. I have a template in there now with {name} fields that get...
@neonsoftware good to know. I haven't made much more progress with it but I am doing a lot of wxGo programming. I think wxGo is positioned nicely to be _THE_...