Florian Apolloner

Results 361 comments of Florian Apolloner

@ndeloof Anything I can do to help move this forward?

I'd support having a mixin or a simple css class setting the relevant font properties. My usecase would be showing git revisions in a table and without monospace they do...

Fair enough, it doesn't look to bad in this case. Thanks!

@loreTo87 Afaik this would help as a workaround: ``` client.set_ns_prefix("ns0", "http://my-target-namespace-here") ``` since it sets the namespace globally (You'd of course need to know the namespace, but it doesn't look...

> Current Vanilla codebase is likely not going to be able to support icons in any possible colour as this would require generating separate SVG for each icon for each...

Confirmed, @flouthoc mind looking at this one?

@bmispelon The browser is caching the response. ~~Can you try removing the etag (`etag off;` in that section is probably enough) and clear the fastly cache again?~~ See comment below....

@bmispelon Got a better idea, can you try setting `add_header "Access-Control-Allow-Origin" $sanitized_origin always;` (note the added `always` at the end) and then clear the fastly cache, then I can look...

@adamzap > I'm not sure if I'm reading the docs ([1](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin), [2](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)) correctly, but I'm trying to understand why this header is helpful on the site at all. Is anyone...

I have thought more about this. Even if we were to get the current approach working the browser would probably still recheck the font files when switching between docs &...