Skip to content
#

Open Source

Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

Here are 8,175 public repositories matching this topic...

server
vipera7
vipera7 commented Aug 27, 2021

Steps to reproduce

  1. Click on the #app-navigation-toggle element

Expected behaviour

App navigation should open

Actual behaviour

Doesn't show, or open when clicked several times

Server configuration

Operating system:
CentOS 7
Web server:
Apache
Database:
MySQL
PHP version:
7.4
Nextcloud version: (see Nextcloud admin page)
22.1.0
**Update

Kap
Timmmm
Timmmm commented Jul 8, 2021

macOS version: Not relevant
Kap version: I am not sure. The About Kap option seems to make it crash! Within the last year though.

Steps to reproduce

  1. Make a recording.
  2. Export it.
  3. Close the recording window.

Current behaviour

It always asks if you are sure you'd like to discard it. I always want to discard it. Very annoying.

Expected behaviour

I

SwifterSwift
TheStalwart
TheStalwart commented Mar 11, 2021

🚀
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!

**Describe the solution you'd li

brian8267
brian8267 commented Feb 21, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'map engine test'
  2. Press the key 'n' until you get to Tristam.
  3. Wait about 3 seconds '....'
  4. See the fire effects that are on the ground stop animating. This same problem seems to occur on all maps but it's easiest to find in Tristam.

**Expected beha

vue-storefront
Fifciu
Fifciu commented Jun 22, 2021

Currently, catch block is the same for both methods in useForgotPasswordFactory (https://github.com/vuestorefront/vue-storefront/pull/5971/files/0e001721be751b0b0130915023ea0867722e1065#diff-89077440c1264480ee6ffbbcfb08d6c64c9881bea61ebbd8e0e5d260085b66ad):

err.message = err?.graphQLErrors?.[0]?.message || err.message;

Let's create an external function that takes care of that a