-
![image](https://github.com/user-attachments/assets/4e76a0b6-8a92-471f-b8de-197f6561a07b)
-
As mentioned by Jon from MLH, the new Clerk API might have the potential to grab more metadata allowing us to create a "fast-tracked" registration process and a smoother user experience.
-
TL;DR:
```dart
final prisma = PrismaClient();
// Unsafe JSON params query
final user = prisma.user.findUnique.fromJson({
'where': {'id': 1},
'select': {'id': true, name: true},
…
-
The `matvis` API as of version 1.3.0 is no longer compatible with the wrappers provided by `hera_sim`. Somehow this has eluded our tests, since version 1.2.1 is installed each time the tests are run (…
-
New API Proposal - APIQueryTheNumberOfTimesAuserSpendsMoneyOnAnAccount
The service will provide the account opening、 cancellation and credit rating of the current ID based on the ID information.
…
-
Any changes made to the indexer should come with tests written as soon as #982 merges.
#### Is your feature request related to a problem? Please describe.
The current codebase lacks comprehensive tes…
-
Proposal to create a "Facial Recognition" API:
This API is built on the concept of “1 platform + 1 set of facial recognition capabilities + N applications” which is based on integration, innovation…
-
RequestRefresh was originally implemented as sync method where the method simply reset the 'syncafter' variable so that the next GetConfigurationAsync would get new Configuration.
GetConfigurationA…
-
List of pages to check before release:
## maskers
- [x] https://nilearn.github.io/dev/modules/generated/nilearn.maskers.SurfaceMasker.html#nilearn.maskers.SurfaceMasker
- [x] https://nilearn.github.…
-
**Is your feature request related to a problem? Please describe.**
Presently, the json parser library [Parson](https://github.com/kgabis/parson) singlehandedly is used to generate `libgrass_parson.…