web-app
A web application is any program that is accessed over a network connection using HTTP, usually via a web browser. Web apps do not have to be installed on a user's device; they are run from a remote server. This differs from mobile apps, which are installed on the user's mobile device, and desktop applications, which are installed on the user's computer. Common examples of web apps include Flash games, online calculators, calendars, Gmail, and Facebook.
Here are 1,787 public repositories matching this topic...
What problem does this feature solve?
To make sure the user doesn't accidentally generates an SPA while he wants a pre-rendered page, it might be worth to write a short sentence about the mode of the project while generating
What does the proposed changes look like?
Current status: "Generating pages" is logged, which is quite general.
.merge(config, {
plugins: ['vux-ui']
})
}
vux及vux-loader版本
"vux": "^2.9.4",
"vux-loader": "^1.2.9"
npm run serve/build 时报错如下内容
Error: [BABEL] unknown: Preset /* your preset */ requires a filename to be set when babel is called directly,
babel.transform(code,
On the chapter about Editable DataTable
we can find this :
This chapter includes recipes for:
Reading the contents of the DataTable
Filtering out null values
Uploading data
Determining which cell has changed
Adding or removing columns
Adding or removing rows
Clearable, deletable, renamable, and hideable colum
Page Affected: https://developers.google.com/web/TODO
What needs to be done?
In the section: View messages logged by the browser
Step 3: "Click the Log Levels dropdown and enable the Verbose option if it's disabled. "
Add the note:
"Note: If the Default Levels dropdown is disabled, you may
Describe the bug
PHPMyAdmin logo is missing and navigation icons are not positioned correctly in the left navigation panel (in the metro theme)
To Reproduce
Steps to reproduce the behavior:
- Go to 'home'
- Select 'Metro' theme
- See the left navigation panel.
Screenshots

- Previously it r
The description in the docs for the beforeSend.ic event says:
Triggered before sending an intercooler AJAX request to the server. The second argument to the event is the data hash, and can be added or removed from to change the values sent to the server.
However:
- The second argument isn't a data hash
- There is no data hash at all, the
dataargument is a string - Modifying `data
Finish Guides setup
FutureStudios via @marcuspoehls has given us permission to move/adapt their Strider blog post series into our website. This has been started here: https://github.com/Strider-CD/strider/tree/master/docs but still needs more work:
- Add all sections to nav (see README
hi,
the documentation of shiny::Progress says
initialize(session, min = 0, max = 1)
Creates a new progress panel (but does not display it).
Nevertheless it seems as if already the simple creation of a progress object (p<- Progress$new()) shows the Notification "message" without calling p$set(...) first.
here a very minimal example showing an undesired "message" notification.
``
-
Updated
Jan 26, 2019 - Vue
Hi !
#277 suggest that you can mange to connect to Active Directory and map profiles to groups using ldap-ol-with-roles. Could you provide additionnal information or update the documentation ?
Is it working at all ?
Thank you !
This is a...
- Request for a new or modified feature
- Issue trying to run the docker image
- Issue trying to build / test / de
So, it was said many times already, but the documentation system for the GDJS Runtime game engine has to be changed. Until now it was outdated, but ok. But now, the documentation begins to become more complete and includes interfaces. The current documentation is generated using JSDoc and the Jaguar template. Jaguar is not supporting interfaces, making the documentation incomplete.
The solutio
-
Updated
Aug 11, 2017
-
Updated
Mar 16, 2020 - PureScript
-
Updated
Jan 14, 2020 - Java
Type of issue
bug
My environment
n/a
Expected behavior
- to visit
electrode-archetype-opt-stylusand understand how to use it
Current behavior
- current docs omit the critical how steps
- There seems to be a bug when navigating to the catch_all route but not contributors, ex. localhost:7878/test. The current implementation panics using both rocket and actix as server.
- Rocket currently has 404 for unknown routes and this should be added to the actix example as well.
-
Updated
Feb 27, 2020 - JavaScript
This page is outdated. Let's refresh it to be up-to-date with latest hawtio v2 development.
http://hawt.io/overview/index.html
This is a very great project for pepole want to use kotlin to develop frontend and backend, but two major problem must be sloved to satisfy those pepole:
- update this project to working with ktor 0.9
- a guide to how to config this to run on idea
Thanks for the open source effort again, learn so much
Tiny little improvement that would (at least for me) make this even more awesome: when on mobile make the sticky header at the top clickable to open the link in a new window. Often I read the comments and then decide that I would actually like to read the linked article etc. I then have to scroll all the way up to the header. If I could instead just click the sticky heading at the top, then this w
Is your feature request related to a problem? Please describe.
When authoring markdown, if you rely on editors which soft wrap lines at 80 or 100 characters, then the actual text will be one long string. This makes diffing text changes in GitHub pull requests difficult to follow.
Describe the solution you'd like
Enable the remark max line length rule and set it to either 80 or 100 cha
-
Updated
Apr 10, 2020 - Shell
sysPass Version
3.1
Describe the bug
If a password preset is configured based on e.g. user-profile and you create a new account, the password generator in the account creation view doesn't respect these values.
If you click on generate password, password is generated. If you then choose save an error message appears with the error that the password is too short.
To Reproduce
-
Updated
Mar 31, 2020 - Vue
The documentation of "taskItem" shows that we can use color which is listed in ?validColors for the bar, but I found that only red, yellow, aqua, blue, light-blue and green are effective. If I use other colors, the bar will become blue. I'm not sure is it a bug of taskItem.
Should have a feature page on https://convos.by/ in addition to the list on the landing page.
Here is the updated feature list:
- "irc" protocol registration in browsers
- Always online
- Archive for messages and search
- Automatic preview of links
- Autocomplete of nicks, emojis and channel names
- Custom themes
- Easy installation, Docker support and Snaps
- Embedded pastebin suppor
LDAP search should be configurable – not all companies store their primary employee information in a field called mail, which is currently hardcoded at lib/model/db/company.js
Description
The page "Converting a Starter to a Theme" has a section on Sourcing Pages. This is no longer relevant as it is built into Gatsby core with this PR #16698