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,907 public repositories matching this topic...

nuxt.js
emiliobondioli
emiliobondioli commented Jul 26, 2019

What problem does this feature solve?

Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba

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
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
jrun
jrun commented Oct 5, 2018

While updating an app to jQuery 3.3.x, I noticed a jQuery deprecation warning indicating the event shorthand methods have been deprecated. It seems there are no plans to ever remove them but they've been removed from the slim version of the package.

Even though there are no plans to actually remove the methods, does it makes sense to clear up the deprecation?

JQMIGRATE: jQuery.fn.click() e

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

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
poVoq
poVoq commented Nov 17, 2019

Referencing:
Nordaaker/convos#89 (comment)

Using build in OAuth2 provider functionality of self-hosted services such as Nextcloud or Gitea there could be a really easy registration and login functionality similar to the often found "log in with Github" etc. buttons.

See for example: https://docs.nextcloud.com/server/17/admin_manual/configuration_server

rixx
rixx commented May 28, 2019

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

You can’t perform that action at this time.