-
-
After doing:
`$ npm run deploy`
It updates the site and then reports:
```
Your website is online at:
http://mysite.s3-website-us-east-1.amazonaws.com
```
That URL is incorrect tho:
I…
-
https://blog.github.com/2018-05-01-github-pages-custom-domains-https/
Basically because we're using an apex domain, we (AGI) need to change DNS records as described here:
https://help.github.com…
-
I'd like to suggest the ability to reference a page item in addition to a clicked column value as part of the details query.
For example:
`SELECT * FROM emp WHERE dept = #DEPT# AND user_id = :P10_USE…
-
ICYMI this is built into GitHub Pages settings now: https://blog.github.com/2018-05-01-github-pages-custom-domains-https/
Once just needs to update the A hostname records with the DNS provider: htt…
-
[Feature] request
### Current status
- [x] Routing like in Web API 2
- was implemented with v0.7.10532
- see https://github.com/Azure/azure-webjobs-sdk-script/pull/743
- [x] Website for def…
-
We're super close to great EKS support in Jenkins X but we're stuck right now on setting up wildcard DNS on an AWS ELB so that:
`myapp.myns.elbid.us-west-2.elb.amazonaws.com` can map to the IP addr…
-
**Update:** After running through a number of alternatives, we've settled on the name Volta!
----
A number of people have raised concerns about the project name causing confusion with the [perso…
-
cc @rust-lang/release
-
Hi Ottmar
I have been working on showing images in each node, I could do it with link in this way
apex_util.prepare_url (: APP_IMAGES || 'icons8-server-100.png') as image
but not so with imag…