Matt Mc

Results 149 comments of Matt Mc

(As a note, I actually just ran into this and the solution was to `go get github.com/go-bindata/go-bindata/v3/[email protected]` and the issue went away. Probably needs an update to the README install...

I just looked at your sample repo. Your problem is that you're stripping the prefix when you're generating the bindata files. So the files are all available at `/a/...` and...

Thanks defagos, so basically I would need to move the controller, and the view itself, between two View Controllers. Hm. That is what I thought, but I was hoping for...

Hm, the `find` option doesn't seem to work... ``` Input file size : 6477bytes thread 'main' panicked at 'index out of bounds: the len is 9 but the index is...

Thanks, but that one seems to only support c, not cpp.

> Do you mean like a fully-functioning plugin as an example, that also demonstrates interacting with the request and response (and maybe even using the GoNames type)? Yes, exactly. In...

Is this memory growth bounded? I noticed that the first time I loaded geobed, it was using 2.5GB of memory (!!!!!) but on successive loads it was ~500mb and went...

As a note, the Readium ICLA says to email it to [email protected] but my email to there just bounced. :confused:

> let's forget the ICLA for now Okay great. > ReadiumCSS could be used outside of our navigator implementation, so personally I would vote to have this feature disabled by...

Thanks for the detailed explanation! I also had to skim [this](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) for a basic explanation on custom properties. So [here](https://github.com/readium/readium-css/blob/master/css/src/modules/ReadiumCSS-night_mode.css#L12) is where the defaults are set for night mode: ```css...