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

server
Kap
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

bevy
jakobhellermann
jakobhellermann commented May 16, 2021

What problem does this solve or what need does it fill?

The PR bevyengine/bevy#2112 added the DirectionalLight component, but in order to use it you need to spawn an entity with a Transform, GlobalTransform and DirectionalLight. This is cumbersome and can difficult to understand for an unexperienced bevy user.

What solution would you like?

A `Directio

vue-storefront
sync-by-unito[bot]
sync-by-unito[bot] commented Jun 10, 2021

Expected result

When visitting /checkout/payment directly from url when no addresses are yet set, customer should be redirected to previous checkout steps; no exception should be raised

Actual result

Visitting /checkout/payment directly from url when no addresses are yet set results in exception being raised;
e.g.:

TypeError
Cannot read property 'streetName' of null

St

sourcegraph