-
Allowing the user to store and access prior solution fields will enable higher order time discretizations.
There might be some tricky stuff we have to do behind the scenes, but the most complicated…
-
### Description of the bug
When the Vaadin application is configured with `VaadinWebSecurity`, OAUTH2 and WEBSOCKET PUSH transport, the URL stored for redirection after successful login is incorrect;…
-
**WARNING:** *This is a rather ancient project that was originally developed back in 2011 based on the Android 2.3 (Gingerbread) AOSP keyboard. While it still works a…
-
## Platform
- [ ] Linux:
- [ ] macOS
- [x] WSL
## Additional information
I am trying to run devbox shell and the installation of Nix is requested.
Prior to this, i ran "devbox shell…
-
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build nodejs_22 (currently 22.9.0)
### Build log
Compilation succeeds, but the build fails on tests, ending with:
```
Failed test…
-
> F-Droid is a free and open source app store and software repository for Android, serving a similar function to the Google Play store. The main repository, hosted by the project, contains only free a…
-
Most users are not programmers and have no idea how to get a compiled application from a package of code files. Some of them do not use the Microsoft app store for one reason or another.
I suggest …
-
## Upsert support for bulk import of users
### Problem
We need to implement a feature where admin users can upload a CSV of users for a tenant and have them be upserted.
The problem is there i…
-
I encountered an issue when sending multiple notifications using notify().
Steps to Reproduce:
```
$user = User::find(1);
$user2 = User::find(2);
$user->notify(new NewMessageNotification());
…