Maciej Kasprzyk
Maciej Kasprzyk
### Functionality changes toSentence - Result of `toSentence([])` is `""` (previously it rised an error). - Empty strings, null and undefined in array are ommited ... so `toSentence([null, 'test', undefined])`...
Has anyone succeeded in deploying on Heroku? I tried like this: 1. Setup Heroku project ```bash heroku login heroku create my-memos heroku stack:set container -a my-memos ``` 2. Add heroku.yml...
### Current When moving a cursor over section, a triangle in corner reacts. This may suggest that section is clickable but atm it's not.  ### After When section is...
## Proposed Changes https://github.com/pupilfirst/pupilfirst/issues/1686 Adds a button which will trigger `SyncProfileService::execute`. ## Sync only one user? I assume current `SyncRolesService` cannot be used, because it would affect whole school. It...
## Proposed Changes Hi. Spotted this minor thing while looking at recent discord issues.  [It seems](https://guides.rubyonrails.org/association_basics.html#options-for-has-and-belongs-to-many) there is no `dependent` option for `has_and_belongs_to_many`. - [X] remove unsuported option -...
**Describe the bug** With captcha enabled I'm not able to sign in. _There are couple of possible improvements on this page, including https://github.com/pupilfirst/pupilfirst/issues/1326. In this ticket let's focus on just...
Hi again! ## Proposed Changes Currently: This PR: @pupilfirst/developers ## Merge Checklist - [x] Add specs that demonstrate bug / test a new feature. - [x] Check if route, query,...