nonprofit
Here are 139 public repositories matching this topic...
Description
The error observed when trying to create a tax rate which is included in the price, but associated with a zone other than the "default tax zone" triggers an error which is not translatable, currently.
-
Updated
Apr 29, 2019 - JavaScript
-
Updated
Jun 9, 2018 - HTML
Logos and pictures could be in the settings file to make the config even easier.
For example, logo is in:
./client/head.html
<img src="/logo/openki.png" alt="Openki logo">
./imports/ui/pages/kiosk/kiosk.html
<img src="/logo/openki.png" class="kiosk-logo kiosk-logo-openki">
I'll have a look at meteor templates (not done much with meteorjs until now) and may do it.
Based on this comment we could adjust the tutorial text slightly in 2 places:
-
Maybe have more than one example of how buildings look from the sky?Or at least be more clear that that's just an example and they can look different
This needs to be fixed in this repository. -
When selecting the correct two squares th
-
Updated
Jun 9, 2019 - JavaScript
-
Updated
Jun 14, 2018 - HTML
The labeler tool for Github actions doesn't properly label PRs. It seems like it's acting like one of labels provided in labeler.yml is missing but I don't see where it would be.
Steps to Reproduce
-
Updated
Oct 23, 2020 - Python
Currently our images are too big. The header image we're using is 4mb. Loading on mobile is slow.
Acceptance criteria:
- There are small, medium, and large versions of each image
- All images are compressed to the highest amount that does not affect human-eye quality
- Which size image is loaded is based on the screen size of the website user
In the near future, there may be different ima
What type of user is this for? volunteer/supervisor/admin/all
Developer
Description
Add seeding for hearing types.
Per #1000 we have added an interface for hearing types per organization, however there was a conversation in #928 regarding seeding the data for this which was not added to the PR.
Describe the bug
Most of the places in the app module testing files we are initializing Firebase app, which is used previously for some workaround but it is not needed now.
Expected behavior
- Remove the initialization -
FirebaseApp.initializeApp(context) - Run the test in Espresso and Robolectric and see if all the test cases are passing or not.
- If all the test cases are f
-
Updated
Mar 3, 2019 - Ruby
Deal with timezones
The first step to handle timezones would be to add the current timezone as a parameter, and replace all Europe/Paris values in the project.
-
Updated
Dec 28, 2017
-
Updated
Dec 12, 2020 - SCSS
-
Updated
May 21, 2020
Today our specs are implementing an own database cleaner helper to clean the tables on each spec. But it is badly implemented, since it is necessary to call the helper on every spec file, and it is looping on every repository to call for each repo object and clean its database. Yes, it is dummy.
This task is about to replace this implementation to use the database_cleaner gem https://github.com
-
Updated
Oct 23, 2018 - Python
-
Updated
Apr 30, 2020
-
Updated
Jun 19, 2020 - HTML
Is your feature request related to a problem? Please describe.
We would like to start adding unit tests for components in our app.
Describe the solution you'd like
A test in the directory src/components/_ _ tests _ _ (creating the dir if it doesn't already exist) that tests the part of header/header.component.js which displays the profile name. (class name is 'profile-name').
-
Updated
Dec 10, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
In dark mode, this page should look like this, including having a dark map:
https://mongodb.invisionapp.com/share/PCYZ6ZW7FR8#/screens/433591786_Boarding_-_Basic_Information
There was a lot of setup in https://github.com/WildAid/o-fish-ios/pull/361/files and the fix for this issue should be in the same style and reuse code w
in main/res/layout/fragment_vessel.xml the attachment icon is listed, but it needs a label for screen readers (right now if you click the attachment icon a screen reader says "unlabeled button").
I think this is the code fragment to add to:
<ImageView
android:id="@+id/btn_vessel_add_attachment"
android:layout_width="@dimen
-
Updated
Jul 17, 2020 - JavaScript
Improve this page
Add a description, image, and links to the nonprofit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nonprofit topic, visit your repo's landing page and select "manage topics."
Introduction
Background
To ensure Oppia remains available and high-quality for our students, we run end-to-end tests on all PRs to check that the site's functionality hasn't been broken. Recently, these tests have begun failing non-deterministically. This frustrates developers and slows their work by incorrectly indicating that developers’ changes are faulty. The goal of this issue is t