Jim Ancona

Results 10 comments of Jim Ancona

I think I ran into the same issue using GopherJS 1.8-1. The stack trace is: ``` Uncaught ReferenceError: timedOut$24ptr is not defined at setRequestCancel (ui.js:98548) at send (client.go:247) at Object.$packages.net/http.Client.ptr.send...

I am experimenting with trying to use https://github.com/markfarnan/go-canvas with Vugu (see #68). But I think I need something like `AfterFirstRender()` or `AfterBuild()` to get a `js.Value` reference to the Canvas...

Thanks. So am I correct that I need to wait until these Component Lifecycle Events are implemented before I can go further on this?

It looks like clock_gettime and CLOCK_MONOTONIC were only added in OS/X 10.12 Sierra. I pushed [this solution](https://stackoverflow.com/questions/21665641/ns-precision-monotonic-clock-in-c-on-linux-and-os-x), which works on Sierra. Let me know if it works for you @darksidelemm.

Thanks @nhooyr I'll take a look.

This PR is currently broken on Go 1.13 because of https://github.com/golang/go/issues/32402. I can put together a fix, but I won't bother if there's no interest in merging this. Could someone...

I'm seeing this issue. Here's the output with the YAML from [the comment above](https://github.com/xlab/c-for-go/issues/41#issuecomment-351229139): ``` $ xcode-select -v xcode-select version 2349. $ xcode-select -p /Applications/Xcode.app/Contents/Developer $ cat foo.yml --- GENERATOR:...

Thanks! Here's the file: [stdio.h.zip](https://github.com/xlab/c-for-go/files/2722528/stdio.h.zip) I'm running High Sierra version 10.13.6

The current HEAD (ee9a4c5) works well. But there seems to be a problem with restoring saved audio settings, so depending on the exact settings, either some settings aren't restored or...

I tried ignoring the failure to find log4j-server.properties, but it failed later with: ``` java.lang.RuntimeException: looking to make 1 replacement but made 0 . Likely that farsandra does not understand...