Skip to content
#

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...

manniL
manniL commented Oct 12, 2019

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.

![image](https://user-images.githubusercont

MonsterGoGoGo
MonsterGoGoGo commented Apr 15, 2020

我的vue.config.js配置

  configureWebpack: config => {
    require('@vux/loader').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,

dash
anirudhsingh20
anirudhsingh20 commented Feb 2, 2020

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:

  1. Go to 'home'
  2. Select 'Metro' theme
  3. See the left navigation panel.

Screenshots

![logomissing0](https://user-images.githubusercontent.com/49402380/73608732-7245d900-45ec-11

jspaint
1j01
1j01 commented Jan 5, 2020

The curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.

  • You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
  • This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
  • Previously it r
bug
Deimos
Deimos commented Apr 25, 2019

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 data argument is a string
  • Modifying `data
fabiangehring
fabiangehring commented Jul 22, 2019

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.

``

arthuro555
arthuro555 commented Apr 18, 2020

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

mathiversen
mathiversen commented Jul 18, 2019
  • 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.
ltn614
ltn614 commented Feb 7, 2018

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:

  1. update this project to working with ktor 0.9
  2. a guide to how to config this to run on idea

Thanks for the open source effort again, learn so much

duebbert
duebbert commented Oct 24, 2015

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

robdodson
robdodson commented Sep 26, 2019

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

twindscheif
twindscheif commented Aug 19, 2019

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

tytony
tytony commented Jul 11, 2019

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.

convos
jhthorsen
jhthorsen commented Feb 20, 2020

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
You can’t perform that action at this time.