Itamar Eduardo Gonçalves de Oliveira

Results 6 issues of Itamar Eduardo Gonçalves de Oliveira

Hello, I need some help on enabling minification on https://github.com/ampproject/amp-toolbox/blob/master/packages/optimizer-express/demo/proxy.js I tried to use html-minifier with a customTransformer, Middleware, but can't make it works. I want to use this options...

How can I cache a request made using .Load() so on the second request to same page, the result is loaded from cache? ``` #1st request to /api/v1/carousel JsonResult(HtmlDocument.Load("https://www.saibatudomt.com.br/").CssSelect(".stmt-block-larger.carousel").CssSelect("a") |>...

With this docker image (https://hub.docker.com/_/microsoft-dotnet-core-aspnet) I'm able to run fsharp at my RPI3. But when I use `````` I doesn't run

At `history.pushState` we can pass `URL` `history.pushState(stateObj, title, URL);` to change URL in browser without navigating away from page. Could AMP implement it? Ex.: In a SPA, an user select...

P3: When Possible
Type: Feature Request
WG: runtime
Component: amp-bind

In Sample 5, I moved the text about the planner just after the planner output, as it feels like a better fit. ### Contribution Checklist - [x] The code builds...

This pull request adds support for Docker and Papercut, making it easier for developers to test and run the application in a containerized environment. Allows email server configuration via appsettings:...

enhancement