The Wayback Machine - https://web.archive.org/web/20210731203528/https://github.com/topics/mit
Skip to content
#

mit

Here are 778 public repositories matching this topic...

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

foolip
foolip commented Nov 20, 2018

System information

  • node version: v10.13.0
  • npm or yarn version: 6.4.1
  • OS/version/architecture: gLinux 64-bit (Google-internal, like Debian Testing)
  • Applicable nodegit version: v0.23.0 built from source

https://www.nodegit.org/api/tree/ has an example of how to use tree.walk(), but it doesn't mention a critical detail, which is mentioned in an example:
https://github.com

panel
AreYouRlyScared
AreYouRlyScared commented Jun 21, 2021

Background (please complete the following information):

  • Panel or Wings: Panel
  • Version of Panel/Wings: 1.4.2

Describe the bug
Editing a sub-user and attempting to edit the same sub-user presents you with the loading spinner from the previous action, not allowing you to edit the user a 2nd time without a refresh.

To Reproduce

  1. Make new sub-user
  2. Edit newly created
pharo
MarcusDenker
MarcusDenker commented Jul 26, 2021

Describe the problem
We should check all methods that are just the same as a method that exists in the hierarchy already.

  • There is a rule that detect it
  • A release test is there: testNoEquivalentSuperclassMethods, it, for now, tests for the number of cases we have in the system

What needs to be done
We need to remove the methods. But: this sounds trivial, but in practice, there

Improve this page

Add a description, image, and links to the mit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mit topic, visit your repo's landing page and select "manage topics."

Learn more